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:
Andrew Nacin
2010-02-17 20:16:54 +00:00
parent ce56f13f5e
commit 936ea0c300
8 changed files with 22 additions and 17 deletions
+4 -4
View File
@@ -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;
}