Make WordPress Core

Ticket #40633: 40633-light-gray-200.diff

File 40633-light-gray-200.diff, 10.1 KB (added by melchoyce, 7 years ago)
  • src/wp-admin/css/admin-menu.css

     
    439439        width: 0;
    440440        position: absolute;
    441441        pointer-events: none;
    442         border-right-color: #f1f1f1;
     442        border-right-color: #f3f4f5;
    443443        top: 50%;
    444444        margin-top: -8px;
    445445}
  • src/wp-admin/css/colors/_variables.scss

     
    1212
    1313// global
    1414
    15 $body-background: #f1f1f1 !default;
     15$body-background: #f3f4f5 !default;
    1616
    1717$link: #0073aa !default;
    1818$link-focus: lighten( $link, 10% ) !default;
  • src/wp-admin/css/colors/light/colors.scss

     
    44$highlight-color: #04a4cc;
    55$notification-color: #d64e07;
    66
    7 $body-background: #f5f5f5;
     7$body-background: #f3f4f5;
    88
    99$menu-highlight-text: #fff;
    1010$menu-highlight-icon: #ccc;
  • src/wp-admin/css/common.css

     
    148148        font-size: 14px;
    149149        font-weight: 600;
    150150        padding: 15px 23px 14px;
    151         background: #f1f1f1;
     151        background: #f3f4f5;
    152152        color: #0073aa;
    153153        z-index: 100000;
    154154        line-height: normal;
     
    209209}
    210210
    211211body {
    212         background: #f1f1f1;
     212        background: #f3f4f5;
    213213        color: #444;
    214214        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    215215        font-size: 13px;
     
    430430
    431431.subsubsub a .count,
    432432.subsubsub a.current .count {
    433         color: #555d66; /* #f1f1f1 background */
     433        color: #555d66; /* #f3f4f5 background */
    434434        font-weight: 400;
    435435}
    436436
     
    673673/* Helper classes for plugins to leverage the active WordPress color scheme */
    674674
    675675.highlight {
    676         background-color: #e4f2fd;
     676        background-color: #f3f4f5;
    677677        color: #000;
    678678}
    679679
     
    890890        padding: 10px;
    891891        clear: both;
    892892        border-top: 1px solid #ddd;
    893         background: #f5f5f5;
     893        background: #f3f4f5;
    894894}
    895895
    896896#delete-action {
     
    21622162.nav-tab-active:hover,
    21632163.nav-tab-active:focus,
    21642164.nav-tab-active:focus:active {
    2165         border-bottom: 1px solid #f1f1f1;
    2166         background: #f1f1f1;
     2165        border-bottom: 1px solid #f3f4f5;
     2166        background: #f3f4f5;
    21672167        color: #000;
    21682168}
    21692169
     
    24892489
    24902490#plugin-information-title {
    24912491        padding: 0 26px;
    2492         background: #f5f5f5;
     2492        background: #f3f4f5;
    24932493        font-size: 22px;
    24942494        font-weight: 600;
    24952495        line-height: 56px;
     
    25542554        font-size: 0;
    25552555        z-index: 1;
    25562556        border-bottom: 1px solid #ddd;
    2557         background: #f3f3f3;
     2557        background: #f3f4f5;
    25582558}
    25592559
    25602560#plugin-information-tabs a {
     
    26312631        padding-bottom: 99999px; /* equal height column trick */
    26322632        width: 217px;
    26332633        border-left: 1px solid #ddd;
    2634         background: #f3f3f3;
     2634        background: #f3f4f5;
    26352635        color: #666;
    26362636}
    26372637
     
    27232723        left: 0;
    27242724        height: 33px; /* 33+13+13+1=60 */
    27252725        border-top: 1px solid #ddd;
    2726         background: #f3f3f3;
     2726        background: #f3f4f5;
    27272727}
    27282728
    27292729/* rtl:ignore */
     
    33093309.js .control-section.open .accordion-section-title,
    33103310.js .control-section .accordion-section-title:focus {
    33113311        color: #23282d;
    3312         background: #f5f5f5;
     3312        background: #f3f4f5;
    33133313}
    33143314
    33153315.control-section.open .accordion-section-title {
  • src/wp-admin/css/customize-controls.css

     
    18911891.control-panel-themes .customize-themes-section-title:hover {
    18921892        border-left-color: #0073aa;
    18931893        color: #0073aa;
    1894         background: #f5f5f5;
     1894        background: #f3f4f5;
    18951895}
    18961896
    18971897.customize-themes-section-title:not(.selected):after {
  • src/wp-admin/css/dashboard.css

     
    559559
    560560#dashboard_right_now .sub {
    561561        color: #555d66;
    562         background: #f5f5f5;
     562        background: #f3f4f5;
    563563        border-top: 1px solid #eee;
    564564        padding: 10px 12px 6px 12px;
    565565}
     
    789789
    790790#dashboard_activity .subsubsub a .count,
    791791#dashboard_activity .subsubsub a.current .count {
    792         color: #72777c; /* white background on the dashboard but #f1f1f1 on list tables */
     792        color: #72777c; /* white background on the dashboard but #f3f4f5 on list tables */
    793793}
    794794
    795795#future-posts ul,
  • src/wp-admin/css/deprecated-media.css

     
    4949        padding-left: 6px;
    5050        padding-right: 6px;
    5151        border: 1px solid #ddd;
    52         border-bottom-color: #f1f1f1;
    53         background-color: #f1f1f1;
     52        border-bottom-color: #f3f4f5;
     53        background-color: #f3f4f5;
    5454        color: #000;
    5555}
    5656
  • src/wp-admin/css/edit.css

     
    409409/* End TinyMCE native fullscreen mode override */
    410410
    411411#wp-content-editor-tools {
    412         background-color: #f1f1f1;
     412        background-color: #f3f4f5;
    413413        padding-top: 20px;
    414414}
    415415
     
    651651
    652652#postcustomstuff thead th {
    653653        padding: 5px 8px 8px;
    654         background-color: #f1f1f1;
     654        background-color: #f3f4f5;
    655655}
    656656
    657657#postcustom #postcustomstuff .submit {
  • src/wp-admin/css/install.css

     
    11html {
    2         background: #f1f1f1;
     2        background: #f3f4f5;
    33        margin: 0 20px;
    44}
    55
  • src/wp-admin/css/list-tables.css

     
    212212
    213213#the-comment-list tr.undo,
    214214#the-comment-list div.undo {
    215         background-color: #f5f5f5;
     215        background-color: #f3f4f5;
    216216}
    217217
    218218#the-comment-list .unapproved th,
     
    255255.vim-current,
    256256.vim-current th,
    257257.vim-current td {
    258         background-color: #e4f2fd !important;
     258        background-color: #f3f4f5 !important;
    259259}
    260260
    261261th .comment-grey-bubble {
  • src/wp-admin/css/login.css

     
    99}
    1010
    1111body {
    12         background: #f1f1f1;
     12        background: #f3f4f5;
    1313        min-width: 0;
    1414        color: #444;
    1515        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  • src/wp-admin/css/media.css

     
    527527.media-frame.mode-grid .selected.attachment:focus,
    528528.media-frame.mode-grid .attachment.details:focus {
    529529        box-shadow:
    530                 inset 0 0 2px 3px #f1f1f1,
     530                inset 0 0 2px 3px #f3f4f5,
    531531                inset 0 0 0 7px #5b9dd9;
    532532        outline: none;
    533533}
     
    534534
    535535.media-frame.mode-grid .selected.attachment {
    536536        box-shadow:
    537                 inset 0 0 0 5px #f1f1f1,
     537                inset 0 0 0 5px #f3f4f5,
    538538                inset 0 0 0 7px #ccc;
    539539}
    540540
    541541.media-frame.mode-grid .attachment.details {
    542542        box-shadow:
    543                 inset 0 0 0 3px #f1f1f1,
     543                inset 0 0 0 3px #f3f4f5,
    544544                inset 0 0 0 7px #1e8cbe;
    545545}
    546546
     
    775775        box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
    776776        border-bottom: 0;
    777777        border-left: 1px solid #ddd;
    778         background: #f3f3f3;
     778        background: #f3f4f5;
    779779}
    780780
    781781.edit-attachment-frame .attachment-info .details,
     
    938938        height: 32px;
    939939        margin: 0 8px 0 0;
    940940        padding: 0;
    941         background: #f1f1f1;
     941        background: #f3f4f5;
    942942        -webkit-font-smoothing: antialiased;
    943943        -moz-osx-font-smoothing: grayscale;
    944944        line-height: 16px;
  • src/wp-admin/css/nav-menus.css

     
    161161        margin-right: 20px;
    162162        margin-top: -3px;
    163163        width: 100%;
    164         background: #f5f5f5;
     164        background: #f3f4f5;
    165165}
    166166
    167167#menu-management .menu-edit {
  • src/wp-admin/css/themes.css

     
    352352        right: 0;
    353353        top: 0;
    354354        bottom: 0;
    355         background: #f1f1f1;
     355        background: #f3f4f5;
    356356        background: rgba( 238, 238, 238, 0.9 );
    357357        z-index: 10000; /* Over WP Pointers. */
    358358}
     
    487487        left: 0;
    488488        right: 0;
    489489        padding: 10px 25px 5px;
    490         background: #f3f3f3;
     490        background: #f3f4f5;
    491491        z-index: 30;
    492492        box-sizing: border-box;
    493493        border-top: 1px solid #eee;
     
    10411041}
    10421042.upload-theme .install-help,
    10431043.upload-plugin .install-help {
    1044         color: #555d66; /* #f1f1f1 background */
     1044        color: #555d66; /* #f3f4f5 background */
    10451045        font-size: 18px;
    10461046        font-style: normal;
    10471047        margin: 0;
     
    15731573}
    15741574
    15751575.wp-full-overlay-main {
    1576         background-color: #f1f1f1;
     1576        background-color: #f3f4f5;
    15771577}
    15781578
    15791579.expanded .wp-full-overlay-footer {
     
    18191819.theme-install-overlay .wp-full-overlay-main {
    18201820        position: absolute;
    18211821        z-index: 0;
    1822         background-color: #f1f1f1;
     1822        background-color: #f3f4f5;
    18231823}
    18241824
    18251825.customize-loading #customize-container {
    1826         background-color: #f1f1f1;
     1826        background-color: #f3f4f5;
    18271827}
    18281828
    18291829#customize-preview.wp-full-overlay-main:before,
  • src/wp-admin/css/widgets.css

     
    9696}
    9797
    9898.media-widget-control .media-widget-preview {
    99         background: #f1f1f1;
     99        background: #f3f4f5;
    100100        text-align: center;
    101101}
    102102.media-widget-control .media-widget-preview .notice {