Place a "Privacy On" mini-alert in the wp-admin header when it is on, to prevent people from accidentally delisting themselves from search engines. props scottbasgaard. fixes #12211

git-svn-id: https://develop.svn.wordpress.org/trunk@13168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-02-16 03:54:40 +00:00
parent 49d4b41207
commit 5b5b870b16
8 changed files with 15 additions and 15 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-visit-button {
#wphead .site-title-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-visit-button {
#wphead a:hover .site-title-button {
color: #fff;
}
#wphead a:focus #site-visit-button,
#wphead a:active #site-visit-button {
#wphead a:focus .site-title-button,
#wphead a:active .site-title-button {
background-position: 0 -27px;
}