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

git-svn-id: https://develop.svn.wordpress.org/trunk@26837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas
2013-12-09 19:27:19 +00:00
parent 5db17ddf5d
commit 56b3d7ff10
2 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ TABLE OF CONTENTS:
------------------------------------------------------------------------------*/
html {
background: #f3f3f3;
background: #f1f1f1;
}
/* Checkbooms */
@@ -114,7 +114,7 @@ input[type=radio]:checked:before {
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-right-color: #f3f3f3;
border-right-color: #f1f1f1;
}
.row-actions {
@@ -1392,8 +1392,8 @@ table.diff .diff-addedline ins {
}
#sidemenu a.current {
background-color: #f3f3f3;
border-color: #dfdfdf #dfdfdf #f3f3f3;
background-color: #f1f1f1;
border-color: #dfdfdf #dfdfdf #f1f1f1;
color: #000;
}
@@ -1757,7 +1757,7 @@ div.widgets-sortables,
color: #000;
background: none;
border-color: #ccc;
border-bottom-color: #f3f3f3;
border-bottom-color: #f1f1f1;
}
h2.nav-tab-wrapper, h3.nav-tab-wrapper {
@@ -1786,7 +1786,7 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
.about-wrap h2 .nav-tab-active {
border-color: #ccc;
border-bottom-color: #f3f3f3;
border-bottom-color: #f1f1f1;
}
.about-wrap h2,
@@ -1961,7 +1961,7 @@ a .mceIcon:hover {
}
body.login {
background: #f3f3f3;
background: #f1f1f1;
}
.login #nav a,

View File

@@ -12,7 +12,7 @@ $notification-color: #d54e21 !default;
// global
$body-background: #f3f3f3 !default;
$body-background: #f1f1f1 !default;
$link: #0074a2 !default;
$link-focus: lighten( $link, 10% ) !default;