Make WordPress Core

Changeset 26837


Ignore:
Timestamp:
12/09/2013 07:27:19 PM (10 years ago)
Author:
iammattthomas
Message:

Slightly darkening the page backcground to f1f1f1 for better contrast with white interface elements on top of it. See #25858.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors.css

    r26834 r26837  
    1818
    1919html {
    20     background: #f3f3f3;
     20    background: #f1f1f1;
    2121}
    2222
     
    115115ul#adminmenu a.wp-has-current-submenu:after,
    116116ul#adminmenu > li.current > a.current:after {
    117     border-right-color: #f3f3f3;
     117    border-right-color: #f1f1f1;
    118118}
    119119
     
    13931393
    13941394#sidemenu a.current {
    1395     background-color: #f3f3f3;
    1396     border-color: #dfdfdf #dfdfdf #f3f3f3;
     1395    background-color: #f1f1f1;
     1396    border-color: #dfdfdf #dfdfdf #f1f1f1;
    13971397    color: #000;
    13981398}
     
    17581758    background: none;
    17591759    border-color: #ccc;
    1760     border-bottom-color: #f3f3f3;
     1760    border-bottom-color: #f1f1f1;
    17611761}
    17621762
     
    17871787.about-wrap h2 .nav-tab-active {
    17881788    border-color: #ccc;
    1789     border-bottom-color: #f3f3f3;
     1789    border-bottom-color: #f1f1f1;
    17901790}
    17911791
     
    19621962
    19631963body.login {
    1964     background: #f3f3f3;
     1964    background: #f1f1f1;
    19651965}
    19661966
  • trunk/src/wp-admin/css/colors/_variables.scss

    r26788 r26837  
    1313// global
    1414
    15 $body-background: #f3f3f3 !default;
     15$body-background: #f1f1f1 !default;
    1616
    1717$link: #0074a2 !default;
Note: See TracChangeset for help on using the changeset viewer.