Administration: Use #fff instead of white

Cleans up a few places where the CSS coding standards were not being followed.

Fixes #37576.
Props Presskopp, johnpgreen, netweb


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


git-svn-id: http://core.svn.wordpress.org/trunk@38442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2016-09-01 18:14:31 +00:00
parent 77a3cc733e
commit 93ad7eab80
21 changed files with 35 additions and 35 deletions

View File

@@ -1147,7 +1147,7 @@ i.mce-i-wp_code:before {
}
.js .tmce-active .wp-editor-area {
color: white;
color: #fff;
}
.tmce-active .quicktags-toolbar {

View File

@@ -1147,7 +1147,7 @@ i.mce-i-wp_code:before {
}
.js .tmce-active .wp-editor-area {
color: white;
color: #fff;
}
.tmce-active .quicktags-toolbar {

View File

@@ -64,7 +64,7 @@ body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
line-height: 1.5;
color: #82878c;
background: white;
background: #fff;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);