Ticket #28860: 28860.patch
File 28860.patch, 1.8 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/colors/_admin.scss
439 439 border-bottom-color: $menu-background; 440 440 } 441 441 442 body.more-filters-opened .more-filters, 443 body.more-filters-opened .more-filters:before { 442 body.more-filters-opened .more-filters { 444 443 color: $menu-text; 445 444 background-color: $menu-background; 446 445 } 447 446 447 body.more-filters-opened .more-filters:before { 448 color: $menu-text; 449 } 450 448 451 body.more-filters-opened .more-filters:hover, 449 body.more-filters-opened .more-filters:focus, 452 body.more-filters-opened .more-filters:focus { 453 background-color: $menu-highlight-background; 454 color: $menu-highlight-text; 455 } 456 450 457 body.more-filters-opened .more-filters:hover:before, 451 458 body.more-filters-opened .more-filters:focus:before { 452 background-color: $menu-highlight-background;453 459 color: $menu-highlight-text; 454 460 } 455 461 -
src/wp-admin/css/themes.css
1180 1180 margin: 0 10px; 1181 1181 padding: 4px 6px; 1182 1182 } 1183 body.more-filters-opened .more-filters, 1184 body.more-filters-opened .more-filters:before { 1183 body.more-filters-opened .more-filters { 1185 1184 background: #777; 1186 1185 -webkit-border-radius: 2px; 1187 1186 border-radius: 2px; … … 1189 1188 color: #fff; 1190 1189 } 1191 1190 1191 body.more-filters-opened .more-filters:before { 1192 color: #fff; 1193 } 1194 1192 1195 body.more-filters-opened .more-filters:hover, 1193 body.more-filters-opened .more-filters:focus, 1194 body.more-filters-opened .more-filters:hover:before, 1195 body.more-filters-opened .more-filters:focus:before { 1196 body.more-filters-opened .more-filters:focus { 1196 1197 background: rgb(46, 162, 204); 1197 1198 } 1198 1199