Ticket #40633: 40633-light-gray-200.diff
File 40633-light-gray-200.diff, 10.1 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/admin-menu.css
439 439 width: 0; 440 440 position: absolute; 441 441 pointer-events: none; 442 border-right-color: #f 1f1f1;442 border-right-color: #f3f4f5; 443 443 top: 50%; 444 444 margin-top: -8px; 445 445 } -
src/wp-admin/css/colors/_variables.scss
12 12 13 13 // global 14 14 15 $body-background: #f 1f1f1!default;15 $body-background: #f3f4f5 !default; 16 16 17 17 $link: #0073aa !default; 18 18 $link-focus: lighten( $link, 10% ) !default; -
src/wp-admin/css/colors/light/colors.scss
4 4 $highlight-color: #04a4cc; 5 5 $notification-color: #d64e07; 6 6 7 $body-background: #f 5f5f5;7 $body-background: #f3f4f5; 8 8 9 9 $menu-highlight-text: #fff; 10 10 $menu-highlight-icon: #ccc; -
src/wp-admin/css/common.css
148 148 font-size: 14px; 149 149 font-weight: 600; 150 150 padding: 15px 23px 14px; 151 background: #f 1f1f1;151 background: #f3f4f5; 152 152 color: #0073aa; 153 153 z-index: 100000; 154 154 line-height: normal; … … 209 209 } 210 210 211 211 body { 212 background: #f 1f1f1;212 background: #f3f4f5; 213 213 color: #444; 214 214 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 215 215 font-size: 13px; … … 430 430 431 431 .subsubsub a .count, 432 432 .subsubsub a.current .count { 433 color: #555d66; /* #f 1f1f1background */433 color: #555d66; /* #f3f4f5 background */ 434 434 font-weight: 400; 435 435 } 436 436 … … 673 673 /* Helper classes for plugins to leverage the active WordPress color scheme */ 674 674 675 675 .highlight { 676 background-color: # e4f2fd;676 background-color: #f3f4f5; 677 677 color: #000; 678 678 } 679 679 … … 890 890 padding: 10px; 891 891 clear: both; 892 892 border-top: 1px solid #ddd; 893 background: #f 5f5f5;893 background: #f3f4f5; 894 894 } 895 895 896 896 #delete-action { … … 2162 2162 .nav-tab-active:hover, 2163 2163 .nav-tab-active:focus, 2164 2164 .nav-tab-active:focus:active { 2165 border-bottom: 1px solid #f 1f1f1;2166 background: #f 1f1f1;2165 border-bottom: 1px solid #f3f4f5; 2166 background: #f3f4f5; 2167 2167 color: #000; 2168 2168 } 2169 2169 … … 2489 2489 2490 2490 #plugin-information-title { 2491 2491 padding: 0 26px; 2492 background: #f 5f5f5;2492 background: #f3f4f5; 2493 2493 font-size: 22px; 2494 2494 font-weight: 600; 2495 2495 line-height: 56px; … … 2554 2554 font-size: 0; 2555 2555 z-index: 1; 2556 2556 border-bottom: 1px solid #ddd; 2557 background: #f3f 3f3;2557 background: #f3f4f5; 2558 2558 } 2559 2559 2560 2560 #plugin-information-tabs a { … … 2631 2631 padding-bottom: 99999px; /* equal height column trick */ 2632 2632 width: 217px; 2633 2633 border-left: 1px solid #ddd; 2634 background: #f3f 3f3;2634 background: #f3f4f5; 2635 2635 color: #666; 2636 2636 } 2637 2637 … … 2723 2723 left: 0; 2724 2724 height: 33px; /* 33+13+13+1=60 */ 2725 2725 border-top: 1px solid #ddd; 2726 background: #f3f 3f3;2726 background: #f3f4f5; 2727 2727 } 2728 2728 2729 2729 /* rtl:ignore */ … … 3309 3309 .js .control-section.open .accordion-section-title, 3310 3310 .js .control-section .accordion-section-title:focus { 3311 3311 color: #23282d; 3312 background: #f 5f5f5;3312 background: #f3f4f5; 3313 3313 } 3314 3314 3315 3315 .control-section.open .accordion-section-title { -
src/wp-admin/css/customize-controls.css
1891 1891 .control-panel-themes .customize-themes-section-title:hover { 1892 1892 border-left-color: #0073aa; 1893 1893 color: #0073aa; 1894 background: #f 5f5f5;1894 background: #f3f4f5; 1895 1895 } 1896 1896 1897 1897 .customize-themes-section-title:not(.selected):after { -
src/wp-admin/css/dashboard.css
559 559 560 560 #dashboard_right_now .sub { 561 561 color: #555d66; 562 background: #f 5f5f5;562 background: #f3f4f5; 563 563 border-top: 1px solid #eee; 564 564 padding: 10px 12px 6px 12px; 565 565 } … … 789 789 790 790 #dashboard_activity .subsubsub a .count, 791 791 #dashboard_activity .subsubsub a.current .count { 792 color: #72777c; /* white background on the dashboard but #f 1f1f1on list tables */792 color: #72777c; /* white background on the dashboard but #f3f4f5 on list tables */ 793 793 } 794 794 795 795 #future-posts ul, -
src/wp-admin/css/deprecated-media.css
49 49 padding-left: 6px; 50 50 padding-right: 6px; 51 51 border: 1px solid #ddd; 52 border-bottom-color: #f 1f1f1;53 background-color: #f 1f1f1;52 border-bottom-color: #f3f4f5; 53 background-color: #f3f4f5; 54 54 color: #000; 55 55 } 56 56 -
src/wp-admin/css/edit.css
409 409 /* End TinyMCE native fullscreen mode override */ 410 410 411 411 #wp-content-editor-tools { 412 background-color: #f 1f1f1;412 background-color: #f3f4f5; 413 413 padding-top: 20px; 414 414 } 415 415 … … 651 651 652 652 #postcustomstuff thead th { 653 653 padding: 5px 8px 8px; 654 background-color: #f 1f1f1;654 background-color: #f3f4f5; 655 655 } 656 656 657 657 #postcustom #postcustomstuff .submit { -
src/wp-admin/css/install.css
1 1 html { 2 background: #f 1f1f1;2 background: #f3f4f5; 3 3 margin: 0 20px; 4 4 } 5 5 -
src/wp-admin/css/list-tables.css
212 212 213 213 #the-comment-list tr.undo, 214 214 #the-comment-list div.undo { 215 background-color: #f 5f5f5;215 background-color: #f3f4f5; 216 216 } 217 217 218 218 #the-comment-list .unapproved th, … … 255 255 .vim-current, 256 256 .vim-current th, 257 257 .vim-current td { 258 background-color: # e4f2fd!important;258 background-color: #f3f4f5 !important; 259 259 } 260 260 261 261 th .comment-grey-bubble { -
src/wp-admin/css/login.css
9 9 } 10 10 11 11 body { 12 background: #f 1f1f1;12 background: #f3f4f5; 13 13 min-width: 0; 14 14 color: #444; 15 15 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; -
src/wp-admin/css/media.css
527 527 .media-frame.mode-grid .selected.attachment:focus, 528 528 .media-frame.mode-grid .attachment.details:focus { 529 529 box-shadow: 530 inset 0 0 2px 3px #f 1f1f1,530 inset 0 0 2px 3px #f3f4f5, 531 531 inset 0 0 0 7px #5b9dd9; 532 532 outline: none; 533 533 } … … 534 534 535 535 .media-frame.mode-grid .selected.attachment { 536 536 box-shadow: 537 inset 0 0 0 5px #f 1f1f1,537 inset 0 0 0 5px #f3f4f5, 538 538 inset 0 0 0 7px #ccc; 539 539 } 540 540 541 541 .media-frame.mode-grid .attachment.details { 542 542 box-shadow: 543 inset 0 0 0 3px #f 1f1f1,543 inset 0 0 0 3px #f3f4f5, 544 544 inset 0 0 0 7px #1e8cbe; 545 545 } 546 546 … … 775 775 box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1); 776 776 border-bottom: 0; 777 777 border-left: 1px solid #ddd; 778 background: #f3f 3f3;778 background: #f3f4f5; 779 779 } 780 780 781 781 .edit-attachment-frame .attachment-info .details, … … 938 938 height: 32px; 939 939 margin: 0 8px 0 0; 940 940 padding: 0; 941 background: #f 1f1f1;941 background: #f3f4f5; 942 942 -webkit-font-smoothing: antialiased; 943 943 -moz-osx-font-smoothing: grayscale; 944 944 line-height: 16px; -
src/wp-admin/css/nav-menus.css
161 161 margin-right: 20px; 162 162 margin-top: -3px; 163 163 width: 100%; 164 background: #f 5f5f5;164 background: #f3f4f5; 165 165 } 166 166 167 167 #menu-management .menu-edit { -
src/wp-admin/css/themes.css
352 352 right: 0; 353 353 top: 0; 354 354 bottom: 0; 355 background: #f 1f1f1;355 background: #f3f4f5; 356 356 background: rgba( 238, 238, 238, 0.9 ); 357 357 z-index: 10000; /* Over WP Pointers. */ 358 358 } … … 487 487 left: 0; 488 488 right: 0; 489 489 padding: 10px 25px 5px; 490 background: #f3f 3f3;490 background: #f3f4f5; 491 491 z-index: 30; 492 492 box-sizing: border-box; 493 493 border-top: 1px solid #eee; … … 1041 1041 } 1042 1042 .upload-theme .install-help, 1043 1043 .upload-plugin .install-help { 1044 color: #555d66; /* #f 1f1f1background */1044 color: #555d66; /* #f3f4f5 background */ 1045 1045 font-size: 18px; 1046 1046 font-style: normal; 1047 1047 margin: 0; … … 1573 1573 } 1574 1574 1575 1575 .wp-full-overlay-main { 1576 background-color: #f 1f1f1;1576 background-color: #f3f4f5; 1577 1577 } 1578 1578 1579 1579 .expanded .wp-full-overlay-footer { … … 1819 1819 .theme-install-overlay .wp-full-overlay-main { 1820 1820 position: absolute; 1821 1821 z-index: 0; 1822 background-color: #f 1f1f1;1822 background-color: #f3f4f5; 1823 1823 } 1824 1824 1825 1825 .customize-loading #customize-container { 1826 background-color: #f 1f1f1;1826 background-color: #f3f4f5; 1827 1827 } 1828 1828 1829 1829 #customize-preview.wp-full-overlay-main:before, -
src/wp-admin/css/widgets.css
96 96 } 97 97 98 98 .media-widget-control .media-widget-preview { 99 background: #f 1f1f1;99 background: #f3f4f5; 100 100 text-align: center; 101 101 } 102 102 .media-widget-control .media-widget-preview .notice {