Changeset 59041
- Timestamp:
- 09/17/2024 11:26:03 PM (4 weeks ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/admin-menu.css
r54165 r59041 12 12 bottom: -120px; 13 13 z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */ 14 15 /* Only visible in Windows High Contrast mode */ 16 outline: 1px solid transparent; 14 17 } 15 18 … … 206 209 min-width: 160px; 207 210 width: auto; 208 border-left: 5px solid transparent; 211 border: 1px solid transparent; 212 border-left-width: 5px; 209 213 } 210 214 … … 416 420 font-size: 14px; 417 421 padding: 5px 4px 5px 11px; 418 margin: - 7px 04px -5px;419 border-width: 3px 03px 5px;422 margin: -8px -1px 4px -5px; 423 border-width: 3px 1px 3px 5px; 420 424 border-style: solid; 421 425 border-color: transparent; … … 582 586 583 587 .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { 584 min-width: 1 50px;588 min-width: 160px; 585 589 width: auto; 590 border: 1px solid transparent; 591 border-left-width: 5px; 586 592 } 587 593 … … 772 778 773 779 #adminmenu .wp-not-current-submenu .wp-submenu, 774 .folded #adminmenu .wp-has-current-submenu .wp-submenu { 775 border-left: none; 780 .folded #adminmenu .wp-has-current-submenu .wp-submenu, 781 .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { 782 border: none; 776 783 } 777 784 -
trunk/src/wp-includes/css/admin-bar.css
r58567 r59041 98 98 z-index: 99999; 99 99 background: #1d2327; 100 /* Only visible in Windows High Contrast mode */ 101 outline: 1px solid transparent; 100 102 } 101 103 … … 196 198 #wpadminbar li.hover > .ab-sub-wrapper { 197 199 display: block; 200 /* Only visible in Windows High Contrast mode */ 201 outline: 1px solid transparent; 198 202 } 199 203 … … 907 911 #wpadminbar #wp-admin-bar-new-content .ab-icon:before { 908 912 top: 0; 909 line-height: 1. 33333333;913 line-height: 1.26; 910 914 height: 46px !important; 911 915 text-align: center;
Note: See TracChangeset
for help on using the changeset viewer.