Make WordPress Core

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

File 40633-light-gray-500.diff, 7.5 KB (added by melchoyce, 6 years ago)
  • src/wp-admin/css/colors/light/colors.scss

     
    1 $base-color: #e5e5e5;
     1$base-color: #e2e4e7;
    22$icon-color: #999;
    33$text-color: #333;
    44$highlight-color: #04a4cc;
  • src/wp-admin/css/common.css

     
    184184.feature-filter,
    185185.imgedit-group,
    186186.comment-ays {
    187         border: 1px solid #e5e5e5;
     187        border: 1px solid #e2e4e7;
    188188        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    189189}
    190190
     
    470470
    471471.widefat thead th,
    472472.widefat thead td {
    473         border-bottom: 1px solid #e1e1e1;
     473        border-bottom: 1px solid #e2e4e7;
    474474}
    475475
    476476.widefat tfoot th,
    477477.widefat tfoot td {
    478         border-top: 1px solid #e1e1e1;
     478        border-top: 1px solid #e2e4e7;
    479479        border-bottom: none;
    480480}
    481481
     
    973973        padding: 0 10px;
    974974        width: 100%;
    975975        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    976         border: 1px solid #e5e5e5;
     976        border: 1px solid #e2e4e7;
    977977        background: #fff;
    978978        color: #555;
    979979        font-size: 13px;
     
    11611161        padding: 20px 10px 10px;
    11621162        width: 24%;
    11631163        background: #fff;
    1164         border: 1px solid #e5e5e5;
     1164        border: 1px solid #e2e4e7;
    11651165        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    11661166}
    11671167
     
    12351235.filtered-by .tag {
    12361236        margin: 0 5px;
    12371237        padding: 4px 8px;
    1238         border: 1px solid #e5e5e5;
     1238        border: 1px solid #e2e4e7;
    12391239        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    12401240        background: #fff;
    12411241        font-size: 11px;
     
    17921792        bottom: 0;
    17931793        left: 150px;
    17941794        right: 170px;
    1795         border: 1px solid #e1e1e1;
     1795        border: 1px solid #e2e4e7;
    17961796        border-top: none;
    17971797        border-bottom: none;
    17981798        background: #f6fbfd;
     
    18451845}
    18461846
    18471847.contextual-help-tabs .active a {
    1848         border-color: #e1e1e1;
     1848        border-color: #e2e4e7;
    18491849        color: #32373c;
    18501850}
    18511851
     
    21292129        font-size: 14px;
    21302130        line-height: 24px;
    21312131        font-weight: 600;
    2132         background: #e5e5e5;
     2132        background: #e2e4e7;
    21332133        color: #555;
    21342134        text-decoration: none;
    21352135        white-space: nowrap;
     
    22872287}
    22882288
    22892289.media-icon img {
    2290         border: 1px solid #e5e5e5;
     2290        border: 1px solid #e2e4e7;
    22912291        border: 1px solid rgba(0, 0, 0, 0.07);
    22922292}
    22932293
     
    26802680#plugin-information .counter-back {
    26812681        height: 17px;
    26822682        width: 92px;
    2683         background-color: #e5e5e5;
     2683        background-color: #e2e4e7;
    26842684        float: left;
    26852685}
    26862686
     
    27832783        overflow: hidden; /* clearfix */
    27842784        width: 100%;
    27852785        margin-bottom: 20px;
    2786         border-bottom: 1px solid #e5e5e5;
     2786        border-bottom: 1px solid #e2e4e7;
    27872787}
    27882788
    27892789#plugin-information .review-title-section {
  • src/wp-admin/css/customize-widgets.css

     
    6767        position: fixed;
    6868        left: 299px;
    6969        top: 25%;
    70         border: 1px solid rgb(229, 229, 229);
     70        border: 1px solid #e2e4e7;
    7171        overflow: auto;
    7272}
    7373.customize-control-widget_form.wide-widget-control .widget-inside > .form {
     
    7979}
    8080.customize-control-widget_form.wide-widget-control.expanding .widget-top,
    8181.customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top {
    82         background-color: rgb(227, 227, 227);
     82        background-color: #e2e4e7;
    8383}
    8484
    8585.widget-inside {
  • src/wp-admin/css/dashboard.css

     
    103103        overflow: auto;
    104104        margin: 16px 0;
    105105        padding: 23px 10px 0;
    106         border: 1px solid #e5e5e5;
     106        border: 1px solid #e2e4e7;
    107107        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    108108        background: #fff;
    109109        font-size: 13px;
  • src/wp-admin/css/edit.css

     
    153153.postbox {
    154154        position: relative;
    155155        min-width: 255px;
    156         border: 1px solid #e5e5e5;
     156        border: 1px solid #e2e4e7;
    157157        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    158158        background: #fff;
    159159}
     
    309309#post-status-info {
    310310        width: 100%;
    311311        border-spacing: 0;
    312         border: 1px solid #e5e5e5;
     312        border: 1px solid #e2e4e7;
    313313        border-top: none;
    314314        background-color: #f7f7f7;
    315315        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     
    360360
    361361.wp-editor-expand #wp-content-editor-tools {
    362362        z-index: 1000;
    363         border-bottom: 1px solid #e5e5e5;
     363        border-bottom: 1px solid #e2e4e7;
    364364}
    365365
    366366.wp-editor-expand #wp-content-editor-container {
     
    377377}
    378378
    379379.wp-editor-expand #post-status-info {
    380         border-top: 1px solid #e5e5e5;
     380        border-top: 1px solid #e2e4e7;
    381381}
    382382
    383383.wp-editor-expand div.mce-toolbar-grp {
  • src/wp-admin/css/forms.css

     
    769769        padding: 0.7em 2em 1em;
    770770        min-width: 255px;
    771771        max-width: 520px;
    772         border: 1px solid #e5e5e5;
     772        border: 1px solid #e2e4e7;
    773773        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    774774        background: #fff;
    775775}
     
    804804        position: relative;
    805805        cursor: move;
    806806        color: #32373c;
    807         background: #e5e5e5;
     807        background: #e2e4e7;
    808808        border-radius: 5px;
    809809        border: 1px solid #b4b9be;
    810810        font-style: normal;
  • src/wp-admin/css/list-tables.css

     
    674674        min-width: 17px;
    675675        border: 1px solid #ccc; /* same color as buttons border */
    676676        padding: 3px 5px 7px;
    677         background: #e5e5e5;
     677        background: #e2e4e7;
    678678        font-size: 16px;
    679679        line-height: 1;
    680680        font-weight: 400;
     
    12651265.plugins tr.active + tr.inactive th,
    12661266.plugins tr.active + tr.inactive td {
    12671267        border-top: 1px solid rgba(0,0,0,0.03);
    1268         box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
     1268        box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e2e4e7;
    12691269}
    12701270
    12711271.plugins .update td,
  • src/wp-admin/css/nav-menus.css

     
    643643        padding: 10px 0 10px 10px;
    644644        position: relative;
    645645        z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
    646         border: 1px solid #e5e5e5;
     646        border: 1px solid #e2e4e7;
    647647        border-top: none;
    648648        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    649649}
  • src/wp-admin/css/themes.css

     
    279279}
    280280
    281281.theme-browser .theme.add-new-theme span:after {
    282         background: #e5e5e5;
     282        background: #e2e4e7;
    283283        background: rgba(153, 153, 153, 0.1);
    284284        border-radius: 50%;
    285285        display: inline-block;
     
    10341034.upload-theme .wp-upload-form,
    10351035.upload-plugin .wp-upload-form {
    10361036        background: #fafafa;
    1037         border: 1px solid #e5e5e5;
     1037        border: 1px solid #e2e4e7;
    10381038        padding: 30px;
    10391039        margin: 30px auto;
    10401040        max-width: 380px;
  • src/wp-admin/css/widgets.css

     
    738738}
    739739
    740740.custom-html-widget-fields > p > .CodeMirror {
    741         border: 1px solid #e5e5e5;
     741        border: 1px solid #e2e4e7;
    742742}
    743743.custom-html-widget-fields code {
    744744        padding-top: 1px;