mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Modify style of new "Privacy On" admin header indicator. props scottbasgaard, fixes #12211
git-svn-id: https://develop.svn.wordpress.org/trunk@13182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1596,19 +1596,19 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
||||
background: transparent url(../images/wp-logo-vs.gif) no-repeat scroll center center;
|
||||
}
|
||||
|
||||
#wphead .site-title-button {
|
||||
#wphead #site-visit-button {
|
||||
background-color: #3c6b95;
|
||||
background-image: url(../images/visit-site-button-grad-vs.gif);
|
||||
color: #b6d1e4;
|
||||
text-shadow: #3f3f3f 0 -1px 0;
|
||||
}
|
||||
|
||||
#wphead a:hover .site-title-button {
|
||||
#wphead a:hover #site-visit-button {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#wphead a:focus .site-title-button,
|
||||
#wphead a:active .site-title-button {
|
||||
#wphead a:focus #site-visit-button,
|
||||
#wphead a:active #site-visit-button {
|
||||
background-position: 0 -27px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user