Changeset 61737
- Timestamp:
- 02/25/2026 07:28:54 PM (4 weeks ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
-
common.css (modified) (1 diff)
-
login.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r61682 r61737 1576 1576 .notice-info { 1577 1577 border-left-color: #3858e9; 1578 background-color: transparent;1578 background-color: #fff; 1579 1579 } 1580 1580 1581 1581 .notice-info.notice-alt { 1582 background-color: transparent;1582 background-color: #fff; 1583 1583 } 1584 1584 -
trunk/src/wp-admin/css/login.css
r61731 r61737 50 50 margin-left: 0; 51 51 margin-bottom: 20px; 52 background-color: transparent;52 background-color: #fff; 53 53 word-wrap: break-word; 54 54 } … … 65 65 border-left-color: #4ab866; 66 66 background-color: #eff9f1; 67 }68 69 .login .notice {70 background-color: #fff;71 67 } 72 68
Note: See TracChangeset
for help on using the changeset viewer.