mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user