mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@31422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -369,7 +369,7 @@ div#widgets-right .closed .widgets-sortables {
|
||||
}
|
||||
|
||||
.js #removing-widget {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.widget-control-noform,
|
||||
@@ -475,7 +475,7 @@ div#widgets-right .widget-top:hover,
|
||||
}
|
||||
|
||||
.widgets-chooser li.widgets-chooser-selected {
|
||||
background: #2ea2cc;
|
||||
background: #00a0d2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user