mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-07 09:30:26 +00:00
Update more instances of default admin blues and grays.
props hugobaeta. fixes #31234. git-svn-id: https://develop.svn.wordpress.org/trunk@32051 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
line-height: 1.4em;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
background: #2ea2cc;
|
||||
background: #00a0d2;
|
||||
}
|
||||
|
||||
.wp-pointer-content h3:before {
|
||||
background: #fff;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
content: '\f227';
|
||||
font: normal 20px/1.6 'dashicons';
|
||||
position: absolute;
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
.wp-pointer-buttons a.close:before {
|
||||
background: none;
|
||||
color: #bbb;
|
||||
color: #b4b9be;
|
||||
content: '\f153';
|
||||
display: block !important;
|
||||
font: normal 13px/1 'dashicons';
|
||||
@@ -147,7 +147,7 @@
|
||||
margin-left: -13px;
|
||||
margin-top: -13px;
|
||||
border: 13px solid transparent;
|
||||
border-bottom-color: #2ea2cc;
|
||||
border-bottom-color: #00a0d2;
|
||||
display: block;
|
||||
content: ' ';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user