Make WordPress Core

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

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

     
    358358}
    359359
    360360div.wp-menu-image:before {
    361         color: #a0a5aa;
     361        color: #a2aab2;
    362362        color: rgba(240,245,250,0.6);
    363363        padding: 7px 0;
    364364        transition: all .1s ease-in-out;
     
    365365}
    366366
    367367#adminmenu div.wp-menu-image:before {
    368         color: #a0a5aa;
     368        color: #a2aab2;
    369369        color: rgba(240,245,250,0.6);
    370370}
    371371
     
    387387
    388388/* IE8 doesn't redraw the pseudo elements unless you make a change to the content, this restore the initial color after hover */
    389389.ie8 #adminmenu li.opensub div.wp-menu-image:before {
    390         color: #a0a5aa;
     390        color: #a2aab2;
    391391}
    392392
    393393.folded #adminmenu div.wp-menu-image {
  • src/wp-admin/css/color-picker.css

     
    3535.wp-color-result:hover:after,
    3636.wp-color-result:focus:after {
    3737        color: #23282d;
    38         border-color: #a0a5aa;
     38        border-color: #a2aab2;
    3939        border-left: 1px solid #999;
    4040}
    4141
  • src/wp-admin/css/common.css

     
    32793279
    32803280.accordion-section-title:hover:after,
    32813281.accordion-section-title:focus:after {
    3282         border-color: #a0a5aa transparent;
     3282        border-color: #a2aab2 transparent;
    32833283}
    32843284
    32853285.cannot-expand .accordion-section-title {
  • src/wp-admin/css/customize-controls.css

     
    500500#customize-theme-controls .accordion-section-title:after,
    501501#customize-outer-theme-controls .accordion-section-title:after {
    502502        content: "\f345";
    503         color: #a0a5aa;
     503        color: #a2aab2;
    504504}
    505505
    506506#customize-theme-controls .accordion-section-content,
  • src/wp-admin/css/customize-nav-menus.css

     
    427427        max-width: calc(100% - 2px);
    428428        float: left;
    429429        display: list-item;
    430         border-color: #a0a5aa;
     430        border-color: #a2aab2;
    431431}
    432432
    433433.menu-item-transport li.customize-control {
  • src/wp-admin/css/deprecated-media.css

     
    234234
    235235.ui-sortable-helper {
    236236        background-color: #fff;
    237         border: 1px solid #a0a5aa;
     237        border: 1px solid #a2aab2;
    238238        opacity: 0.6;
    239239        filter: alpha(opacity=60);
    240240}
  • src/wp-admin/css/ie.css

     
    659659}
    660660
    661661.mce-btn i.mce-i-wp_adv {
    662         background-color: #a0a5aa;
     662        background-color: #a2aab2;
    663663}
    664664
    665665.mce-btn i.mce-i-help,
  • src/wp-admin/css/list-tables.css

     
    685685        height: 16px;
    686686        border-color: #ddd; /* same as disabled buttons */
    687687        background: #f7f7f7; /* same as disabled buttons */
    688         color: #a0a5aa; /* same as disabled buttons */
     688        color: #a2aab2; /* same as disabled buttons */
    689689}
    690690
    691691.tablenav .tablenav-pages a:hover,
  • src/wp-admin/css/media.css

     
    400400}
    401401
    402402.drag-drop-inside p {
    403         color: #a0a5aa;
     403        color: #a2aab2;
    404404        font-size: 14px;
    405405        margin: 5px 0;
    406406        display: none;
     
    900900.imgedit-settings .disabled {
    901901        /* WCAG 1.4.3 Text or images of text that are part of an inactive user
    902902           interface component ... have no contrast requirement. */
    903         color: #a0a5aa;
     903        color: #a2aab2;
    904904}
    905905
    906906.A1B1 {
  • src/wp-admin/css/revisions.css

     
    3939.revisions-tickmarks > div {
    4040        position: absolute;
    4141        height: 100%;
    42         border-left: 1px solid #a0a5aa;
     42        border-left: 1px solid #a2aab2;
    4343        box-sizing: border-box;
    4444}
    4545
  • src/wp-admin/css/widgets.css

     
    5454
    5555.deleting .widget-title,
    5656.deleting .widget-top .widget-action .toggle-indicator:before {
    57         color: #a0a5aa;
     57        color: #a2aab2;
    5858}
    5959
    6060/* Media Widgets */