Ticket #40633: 40633-light-gray-900.diff
File 40633-light-gray-900.diff, 5.0 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/admin-menu.css
358 358 } 359 359 360 360 div.wp-menu-image:before { 361 color: #a 0a5aa;361 color: #a2aab2; 362 362 color: rgba(240,245,250,0.6); 363 363 padding: 7px 0; 364 364 transition: all .1s ease-in-out; … … 365 365 } 366 366 367 367 #adminmenu div.wp-menu-image:before { 368 color: #a 0a5aa;368 color: #a2aab2; 369 369 color: rgba(240,245,250,0.6); 370 370 } 371 371 … … 387 387 388 388 /* IE8 doesn't redraw the pseudo elements unless you make a change to the content, this restore the initial color after hover */ 389 389 .ie8 #adminmenu li.opensub div.wp-menu-image:before { 390 color: #a 0a5aa;390 color: #a2aab2; 391 391 } 392 392 393 393 .folded #adminmenu div.wp-menu-image { -
src/wp-admin/css/color-picker.css
35 35 .wp-color-result:hover:after, 36 36 .wp-color-result:focus:after { 37 37 color: #23282d; 38 border-color: #a 0a5aa;38 border-color: #a2aab2; 39 39 border-left: 1px solid #999; 40 40 } 41 41 -
src/wp-admin/css/common.css
3279 3279 3280 3280 .accordion-section-title:hover:after, 3281 3281 .accordion-section-title:focus:after { 3282 border-color: #a 0a5aatransparent;3282 border-color: #a2aab2 transparent; 3283 3283 } 3284 3284 3285 3285 .cannot-expand .accordion-section-title { -
src/wp-admin/css/customize-controls.css
500 500 #customize-theme-controls .accordion-section-title:after, 501 501 #customize-outer-theme-controls .accordion-section-title:after { 502 502 content: "\f345"; 503 color: #a 0a5aa;503 color: #a2aab2; 504 504 } 505 505 506 506 #customize-theme-controls .accordion-section-content, -
src/wp-admin/css/customize-nav-menus.css
427 427 max-width: calc(100% - 2px); 428 428 float: left; 429 429 display: list-item; 430 border-color: #a 0a5aa;430 border-color: #a2aab2; 431 431 } 432 432 433 433 .menu-item-transport li.customize-control { -
src/wp-admin/css/deprecated-media.css
234 234 235 235 .ui-sortable-helper { 236 236 background-color: #fff; 237 border: 1px solid #a 0a5aa;237 border: 1px solid #a2aab2; 238 238 opacity: 0.6; 239 239 filter: alpha(opacity=60); 240 240 } -
src/wp-admin/css/ie.css
659 659 } 660 660 661 661 .mce-btn i.mce-i-wp_adv { 662 background-color: #a 0a5aa;662 background-color: #a2aab2; 663 663 } 664 664 665 665 .mce-btn i.mce-i-help, -
src/wp-admin/css/list-tables.css
685 685 height: 16px; 686 686 border-color: #ddd; /* same as disabled buttons */ 687 687 background: #f7f7f7; /* same as disabled buttons */ 688 color: #a 0a5aa; /* same as disabled buttons */688 color: #a2aab2; /* same as disabled buttons */ 689 689 } 690 690 691 691 .tablenav .tablenav-pages a:hover, -
src/wp-admin/css/media.css
400 400 } 401 401 402 402 .drag-drop-inside p { 403 color: #a 0a5aa;403 color: #a2aab2; 404 404 font-size: 14px; 405 405 margin: 5px 0; 406 406 display: none; … … 900 900 .imgedit-settings .disabled { 901 901 /* WCAG 1.4.3 Text or images of text that are part of an inactive user 902 902 interface component ... have no contrast requirement. */ 903 color: #a 0a5aa;903 color: #a2aab2; 904 904 } 905 905 906 906 .A1B1 { -
src/wp-admin/css/revisions.css
39 39 .revisions-tickmarks > div { 40 40 position: absolute; 41 41 height: 100%; 42 border-left: 1px solid #a 0a5aa;42 border-left: 1px solid #a2aab2; 43 43 box-sizing: border-box; 44 44 } 45 45 -
src/wp-admin/css/widgets.css
54 54 55 55 .deleting .widget-title, 56 56 .deleting .widget-top .widget-action .toggle-indicator:before { 57 color: #a 0a5aa;57 color: #a2aab2; 58 58 } 59 59 60 60 /* Media Widgets */