Make WordPress Core

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

File 40633-light-gray-300.diff, 14.5 KB (added by melchoyce, 6 years ago)
  • src/wp-admin/css/admin-menu.css

     
    161161        display: block;
    162162        line-height: 18px;
    163163        padding: 2px 5px;
    164         color: #eee;
     164        color: #edeff0;
    165165}
    166166
    167167#adminmenu .wp-submenu a {
  • src/wp-admin/css/common.css

     
    748748
    749749.postbox .hndle,
    750750.stuffbox .hndle {
    751         border-bottom: 1px solid #eee;
     751        border-bottom: 1px solid #edeff0;
    752752}
    753753
    754754.quicktags,
     
    11241124        display: none;
    11251125        margin: 0 -10px 0 -20px;
    11261126        padding: 20px;
    1127         border-top: 1px solid #eee;
     1127        border-top: 1px solid #edeff0;
    11281128        background: #fafafa;
    11291129        overflow: hidden;
    11301130}
     
    12751275
    12761276@media only screen and (max-width: 1120px) {
    12771277        .filter-drawer {
    1278                 border-bottom: 1px solid #eee;
     1278                border-bottom: 1px solid #edeff0;
    12791279        }
    12801280
    12811281        .filter-group {
     
    29302930.plugin-details-modal #TB_closeWindowButton {
    29312931        left: auto;
    29322932        right: -30px;
    2933         color: #eee;
     2933        color: #edeff0;
    29342934}
    29352935
    29362936.plugin-details-modal #TB_closeWindowButton:hover,
  • src/wp-admin/css/customize-controls.css

     
    5353        width: 300px;
    5454        margin: 0;
    5555        z-index: 4;
    56         background: #eee;
     56        background: #edeff0;
    5757        transition: left .18s;
    5858        border-right: 1px solid #ddd;
    5959        height: 100%;
     
    544544}
    545545
    546546#customize-theme-controls .control-section.open {
    547         border-bottom: 1px solid #eee;
     547        border-bottom: 1px solid #edeff0;
    548548}
    549549
    550550#customize-theme-controls .control-section.open .accordion-section-title,
    551551#customize-outer-theme-controls .control-section.open .accordion-section-title {
    552         border-bottom-color: #eee !important;
     552        border-bottom-color: #edeff0 !important;
    553553}
    554554
    555555#customize-theme-controls .control-section:last-of-type.open,
     
    733733        width: 45px;
    734734        height: 41px;
    735735        padding: 0 2px 0 0;
    736         background: #eee;
     736        background: #edeff0;
    737737        border: none;
    738         border-top: 4px solid #eee;
     738        border-top: 4px solid #edeff0;
    739739        border-right: 1px solid #ddd;
    740740        color: #444;
    741741        text-align: left;
     
    829829}
    830830
    831831.wp-full-overlay-sidebar .wp-full-overlay-header {
    832         background-color: #eee;
     832        background-color: #edeff0;
    833833        transition: padding ease-in-out .18s;
    834834}
    835835
     
    10171017        position: absolute;
    10181018        bottom: 0;
    10191019        z-index: 10;
    1020         background: #eee;
     1020        background: #edeff0;
    10211021        display: -webkit-box;
    10221022        display: flex;
    10231023}
     
    10611061}
    10621062
    10631063.wp-full-overlay-sidebar {
    1064         background: #eee;
     1064        background: #edeff0;
    10651065        border-right: 1px solid #ddd;
    10661066}
    10671067
     
    12271227        line-height: 16px;
    12281228        margin-right: 16px;
    12291229        padding: 4px 5px;
    1230         border: 2px solid #eee;
     1230        border: 2px solid #edeff0;
    12311231        -webkit-user-select: none;
    12321232        -moz-user-select: none;
    12331233        -ms-user-select: none;
     
    12411241        bottom: 0;
    12421242        right: 0;
    12431243        width: 20px;
    1244         background: #eee;
     1244        background: #edeff0;
    12451245}
    12461246
    12471247.customize-control .dropdown-arrow:after {
     
    12611261
    12621262.customize-control .dropdown-status {
    12631263        color: #32373c;
    1264         background: #eee;
     1264        background: #edeff0;
    12651265        display: none;
    12661266        max-width: 112px;
    12671267}
     
    16911691        overflow-y: scroll;
    16921692        width: calc(100% - 300px);
    16931693        height: calc(100% - 96px);
    1694         background: #eee;
     1694        background: #edeff0;
    16951695        z-index: 20;
    16961696}
    16971697
     
    17191719}
    17201720
    17211721.wp-full-overlay.in-themes-panel {
    1722         background: #eee; /* Prevents a black flash when fading in the panel */
     1722        background: #edeff0; /* Prevents a black flash when fading in the panel */
    17231723}
    17241724
    17251725.in-themes-panel #customize-header-actions .save,
     
    17581758}
    17591759
    17601760.themes-filter-bar .feature-filter-toggle.open {
    1761         background: #eee;
     1761        background: #edeff0;
    17621762        border-color: #999;
    17631763        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    17641764        -webkit-transform: translateY(1px);
     
    17781778        padding: 25px 0 25px 25px;
    17791779        border-top: 0;
    17801780        margin: 0;
    1781         background: #eee;
     1781        background: #edeff0;
    17821782        border-bottom: 1px solid #ddd;
    17831783}
    17841784
     
    20382038        left: 300px;
    20392039        width: calc(100% - 300px);
    20402040        height: 46px;
    2041         background: #eee;
     2041        background: #edeff0;
    20422042        z-index: 10;
    20432043        padding: 6px 25px;
    20442044        box-sizing: border-box;
     
    21462146                position: fixed;
    21472147                top: 0;
    21482148                left: 0;
    2149                 background: #eee;
     2149                background: #edeff0;
    21502150                color: #444;
    21512151                border-radius: 0;
    21522152                box-shadow: none;
     
    22372237.wp-customizer .theme-overlay .theme-actions {
    22382238        text-align: right; /* Because there're only one or two actions, match the UI pattern of media modals and right-align the action. */
    22392239        padding: 10px 25px;
    2240         background: #eee;
     2240        background: #edeff0;
    22412241        border-top: 1px solid #ddd;
    22422242}
    22432243
     
    22572257}
    22582258
    22592259.wp-customizer .theme-header {
    2260         background: #eee;
     2260        background: #edeff0;
    22612261}
    22622262
    22632263.wp-customizer .theme-overlay .theme-header button,
     
    24312431.menu-item-reorder-nav button:hover,
    24322432.menu-item-reorder-nav button:focus {
    24332433        color: #191e23;
    2434         background: #eee;
     2434        background: #edeff0;
    24352435}
    24362436
    24372437.move-widget-down:before,
     
    24712471.adding-menu-items .add-new-menu-item:hover,
    24722472.add-menu-toggle.open,
    24732473.add-menu-toggle.open:hover {
    2474         background: #eee;
     2474        background: #edeff0;
    24752475        border-color: #929793;
    24762476        color: #32373c;
    24772477        box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
     
    24962496        width: 300px;
    24972497        margin: 0;
    24982498        z-index: 4;
    2499         background: #eee;
     2499        background: #edeff0;
    25002500        transition: left .18s;
    25012501        border-right: 1px solid #ddd;
    25022502}
     
    25242524        top: 0;
    25252525        z-index: 1;
    25262526        width: 300px;
    2527         background: #eee;
     2527        background: #edeff0;
    25282528}
    25292529
    25302530/* search field container */
     
    27572757                padding: 0 12px;
    27582758                margin: 0;
    27592759                height: 45px;
    2760                 background: #eee;
     2760                background: #edeff0;
    27612761                border: 0;
    27622762                border-right: 1px solid #ddd;
    27632763                color: #555d66;
  • src/wp-admin/css/customize-nav-menus.css

     
    9494        overflow: hidden;
    9595        z-index: 8;
    9696        padding: 10px;
    97         background: #eee;
     97        background: #edeff0;
    9898        border: 1px solid #999;
    9999        border-top: none;
    100100}
     
    519519
    520520#available-menu-items .open .accordion-section-title,
    521521#available-menu-items #available-menu-items-search .accordion-section-title {
    522         background: #eee;
     522        background: #edeff0;
    523523}
    524524
    525525/* rework the arrow indicator implementation for NVDA bug see #32715 */
  • src/wp-admin/css/customize-widgets.css

     
    164164        margin: 0;
    165165        padding: 13px 15px 15px 42px;
    166166        color: #555;
    167         border-top: 1px solid #eee;
     167        border-top: 1px solid #edeff0;
    168168        cursor: pointer;
    169169        -webkit-user-select: none;
    170170        -moz-user-select: none;
     
    184184}
    185185
    186186#customize-theme-controls .widget-area-select li:last-child {
    187         border-bottom: 1px solid #eee;
     187        border-bottom: 1px solid #edeff0;
    188188}
    189189
    190190#customize-theme-controls .widget-area-select .selected {
  • src/wp-admin/css/dashboard.css

     
    392392        color: #72777c;
    393393}
    394394.community-events li:first-child {
    395         border-top: 1px solid #eee;
     395        border-top: 1px solid #edeff0;
    396396}
    397397
    398398.community-events li ~ li {
    399         border-top: 1px solid #eee;
     399        border-top: 1px solid #edeff0;
    400400}
    401401
    402402.community-events .activity-block.last {
    403         border-bottom: 1px solid #eee;
     403        border-bottom: 1px solid #edeff0;
    404404        padding-top: 0;
    405405        margin-top: -1px;
    406406}
     
    441441        margin-top: 0;
    442442        margin-bottom: 0;
    443443        padding: 12px;
    444         border-top: 1px solid #eee;
     444        border-top: 1px solid #edeff0;
    445445        color: #ddd;
    446446}
    447447
     
    560560#dashboard_right_now .sub {
    561561        color: #555d66;
    562562        background: #f5f5f5;
    563         border-top: 1px solid #eee;
     563        border-top: 1px solid #edeff0;
    564564        padding: 10px 12px 6px 12px;
    565565}
    566566
     
    586586
    587587#dashboard_quick_press div.updated {
    588588        margin-bottom: 10px;
    589         border: 1px solid #eee;
     589        border: 1px solid #edeff0;
    590590        border-width: 1px 1px 1px 0;
    591591}
    592592
     
    671671/* Dashboard Quick Draft - Drafts list */
    672672
    673673.js #dashboard_quick_press .drafts {
    674         border-top: 1px solid #eee;
     674        border-top: 1px solid #edeff0;
    675675}
    676676
    677677#dashboard_quick_press .drafts abbr {
     
    782782
    783783#dashboard_activity .subsubsub {
    784784        float: none;
    785         border-top: 1px solid #eee;
     785        border-top: 1px solid #edeff0;
    786786        margin: 0 -12px;
    787787        padding: 8px 12px 4px;
    788788}
     
    812812}
    813813
    814814.activity-block {
    815         border-bottom: 1px solid #eee;
     815        border-bottom: 1px solid #edeff0;
    816816        margin: 0 -12px;
    817817        padding: 8px 12px 4px;
    818818}
     
    859859}
    860860
    861861#activity-widget #the-comment-list .comment-item:first-child {
    862         border-top: 1px solid #eeeeee;
     862        border-top: 1px solid #edeff0eee;
    863863}
    864864
    865865#activity-widget #the-comment-list .unapproved {
  • src/wp-admin/css/forms.css

     
    220220input[readonly],
    221221textarea.readonly,
    222222textarea[readonly] {
    223         background-color: #eee;
     223        background-color: #edeff0;
    224224}
    225225
    226226::-webkit-input-placeholder {
     
    444444}
    445445
    446446#pass-strength-result {
    447         background-color: #eee;
     447        background-color: #edeff0;
    448448        border: 1px solid #ddd;
    449449        color: #23282d;
    450450        margin: -2px 5px 5px 1px;
  • src/wp-admin/css/install.css

     
    221221}
    222222
    223223#pass-strength-result {
    224         background-color: #eee;
     224        background-color: #edeff0;
    225225        border: 1px solid #ddd;
    226226        color: #23282d;
    227227        margin: -2px 5px 5px 0px;
  • src/wp-admin/css/list-tables.css

     
    13021302
    13031303.plugins .plugin-title .dashicons:before {
    13041304        padding: 2px;
    1305         background-color: #eee;
     1305        background-color: #edeff0;
    13061306        box-shadow: inset 0 0 10px rgba(160,165,170,.15);
    13071307        font-size: 60px;
    13081308        color: #B4B9BE;
  • src/wp-admin/css/nav-menus.css

     
    105105}
    106106
    107107.menu-settings {
    108         border-top: 1px solid #eee;
     108        border-top: 1px solid #edeff0;
    109109        margin-top: 2em;
    110110}
    111111
  • src/wp-admin/css/revisions.css

     
    470470
    471471.wp-slider .ui-slider-handle:active,
    472472.wp-slider .ui-slider-handle.ui-state-active {
    473         background: #eee;
     473        background: #edeff0;
    474474        border-color: #999;
    475475        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    476476        -webkit-transform: translateY(1px);
  • src/wp-admin/css/themes.css

     
    228228
    229229.theme-browser .theme .theme-author {
    230230        background: #23282d;
    231         color: #eee;
     231        color: #edeff0;
    232232        display: none;
    233233        font-size: 14px;
    234234        margin: 0 10px;
     
    490490        background: #f3f3f3;
    491491        z-index: 30;
    492492        box-sizing: border-box;
    493         border-top: 1px solid #eee;
     493        border-top: 1px solid #edeff0;
    494494}
    495495
    496496.ie8 .theme-overlay .theme-actions {
    497         border: 1px solid #eee;
     497        border: 1px solid #edeff0;
    498498}
    499499
    500500.theme-overlay .theme-actions a {
     
    588588/* Other screenshots, shown small and square */
    589589.theme-overlay .screenshot.thumb {
    590590        background: #ccc;
    591         border: 1px solid #eee;
     591        border: 1px solid #edeff0;
    592592        float: none;
    593593        display: inline-block;
    594594        margin: 10px 5px 0;
     
    690690}
    691691
    692692.theme-overlay .theme-tags {
    693         border-top: 3px solid #eee;
     693        border-top: 3px solid #edeff0;
    694694        color: #82878c;
    695695        font-size: 13px;
    696696        font-weight: 400;
     
    706706
    707707.theme-overlay .parent-theme {
    708708        background: #f7fcfe;
    709         border: 1px solid #eee;
     709        border: 1px solid #edeff0;
    710710        border-left: 4px solid #00a0d2;
    711711        font-size: 14px;
    712712        font-weight: 400;
     
    11501150}
    11511151
    11521152.background-position-control input[type="radio"]:checked ~ .button {
    1153         background: #eee;
     1153        background: #edeff0;
    11541154        border-color: #999;
    11551155        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, .5 );
    11561156        z-index: 1;
     
    12991299        padding: 0;
    13001300        margin: 0;
    13011301        z-index: 10;
    1302         background: #eee;
     1302        background: #edeff0;
    13031303        border-right: none;
    13041304}
    13051305
     
    14071407        width: 45px;
    14081408        height: 45px;
    14091409        padding-right: 2px;
    1410         background: #eee;
     1410        background: #edeff0;
    14111411        border-right: 1px solid #ddd;
    14121412        color: #444;
    14131413        cursor: pointer;
     
    14591459.theme-install-overlay .next-theme.disabled:hover,
    14601460.theme-install-overlay .next-theme.disabled:focus {
    14611461        color: #b4b9be;
    1462         background: #eee;
     1462        background: #edeff0;
    14631463        cursor: default;
    14641464        pointer-events: none;
    14651465}
     
    15331533.wp-full-overlay .collapse-sidebar-arrow:before {
    15341534        display: block;
    15351535        content: "\f148";
    1536         background: #eee;
     1536        background: #edeff0;
    15371537        font: normal 20px/1 dashicons;
    15381538        speak: none;
    15391539        padding: 0;
     
    15861586        width: calc( 18% - 1px );
    15871587        height: 45px;
    15881588        border-top: 1px solid #ddd;
    1589         background: #eee;
     1589        background: #edeff0;
    15901590}
    15911591
    15921592.wp-full-overlay-footer .devices-wrapper {
     
    15951595
    15961596.wp-full-overlay-footer .devices {
    15971597        position: relative;
    1598         background: #eee;
    1599         box-shadow: -20px 0 10px -5px #eee;
     1598        background: #edeff0;
     1599        box-shadow: -20px 0 10px -5px #edeff0;
    16001600}
    16011601
    16021602.wp-full-overlay-footer .devices button {
     
    17081708
    17091709#customize-container,
    17101710#customize-controls .notice.notification-overlay {
    1711         background: #eee;
     1711        background: #edeff0;
    17121712        z-index: 500000;
    17131713        position: fixed;
    17141714        overflow: visible;
     
    18061806}
    18071807
    18081808.theme-install-overlay .wp-full-overlay-sidebar {
    1809         background: #eee;
     1809        background: #edeff0;
    18101810        border-right: 1px solid #ddd;
    18111811}
    18121812
  • src/wp-admin/css/widgets.css

     
    509509.widget-control-edit {
    510510        display: block;
    511511        color: #666;
    512         background: #EEE;
     512        background: #edeff0;
    513513        padding: 0 15px;
    514514        line-height: 43px;
    515515        border-left: 1px solid #DDD;