Administration: Fix the main background color for the Light color scheme.

Props trepmal.
Fixes #38004.

Built from https://develop.svn.wordpress.org/trunk@38638


git-svn-id: http://core.svn.wordpress.org/trunk@38581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2016-09-21 17:36:31 +00:00
parent fd091e7ced
commit d885e3cfb0
30 changed files with 30 additions and 30 deletions

View File

@ -3,7 +3,7 @@
@import 'mixins';
html {
body {
background: $body-background;
}

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f5f5f5;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f5f5f5;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
html {
body {
background: #f1f1f1;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38637';
$wp_version = '4.7-alpha-38638';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.