Fix text color in the browser nag when no JS, props duck_, fixes #17889

git-svn-id: https://develop.svn.wordpress.org/trunk@18347 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-06-27 19:35:26 +00:00
parent 091ec81919
commit 5bdde5667e
7 changed files with 11 additions and 18 deletions
+2 -9
View File
@@ -450,12 +450,10 @@ a.rsswidget {
background-color: #e29808;
background-image: none;
border-color: #edc048;
}
#dashboard_browser_nag.postbox {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow:none;
box-shadow: none;
color: #fff;
}
#dashboard_browser_nag.postbox.browser-insecure h3 {
@@ -471,11 +469,6 @@ a.rsswidget {
background: transparent none;
}
.ui-sortable #dashboard_browser_nag.postbox,
.ui-sortable #dashboard_browser_nag.postbox h3 {
color: #fff;
}
#dashboard_browser_nag a {
color: #fff;
}