Update the default admin color scheme for more unity and refinement.

This removes the red channel from blues and cools the grays a bit for a more cohesive and purposeful color scheme.

props hugobaeta.
fixes #31234.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-02-11 22:18:26 +00:00
parent 1884ec383c
commit bcda24004a
35 changed files with 217 additions and 203 deletions
+3 -3
View File
@@ -211,7 +211,7 @@
}
.welcome-panel .welcome-icon:before {
color: #888;
color: #82878c;
font: normal 20px/1 'dashicons';
speak: none;
display: inline-block;
@@ -370,7 +370,7 @@ body #dashboard-widgets .postbox form .submit {
#dashboard_right_now li a:before,
#dashboard_right_now li span:before {
color: #888;
color: #82878c;
}
#dashboard_right_now .sub {
@@ -800,7 +800,7 @@ h3:hover .edit-box {
}
#dashboard-widgets h4 {
color: #222;
color: #23282d;
font-weight: normal;
font-size: 14px;
margin: 0 0 .2em;