Ticket #61616: 61616.submenus.2.diff
File 61616.submenus.2.diff, 2.6 KB (added by , 10 months ago) |
---|
-
src/wp-admin/css/admin-menu.css
11 11 top: 0; 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 16 19 .php-error #adminmenuback { … … 205 208 .folded #adminmenu .wp-has-current-submenu .wp-submenu { 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 211 215 #adminmenu .wp-submenu li.current, … … 415 419 font-weight: 400; 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; 422 426 } … … 581 585 } 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 588 594 .auto-fold #adminmenu .wp-has-current-submenu li > a { … … 771 777 } 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 778 785 /* Remove submenu headers and adjust sub meu*/ -
src/wp-includes/css/admin-bar.css
97 97 min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */ 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 102 104 #wpadminbar .ab-sub-wrapper, … … 195 197 #wpadminbar.nojs li:hover > .ab-sub-wrapper, 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 200 204 #wpadminbar .menupop li:hover > .ab-sub-wrapper, … … 906 910 /* New Content */ 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; 912 916 width: 52px;