mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Make deletes hover red, rawr.
git-svn-id: https://develop.svn.wordpress.org/trunk@7184 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -15,10 +15,6 @@ div#current-widgets, #postcustom table, #your-profile fieldset, a.page-numbers,
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
div#media-upload-error, .file-error, .required abbr, .widget-control-remove:hover {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
div.dashboard-widget-error {
|
||||
background-color: #c43;
|
||||
}
|
||||
@@ -182,7 +178,7 @@ ul.widget-control-list .sorthelper {
|
||||
border-bottom-color: #dadada;
|
||||
}
|
||||
|
||||
.side-info ul, a.delete {
|
||||
.side-info ul {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
@@ -493,3 +489,7 @@ ul.widget-control-list .sorthelper {
|
||||
#wphead h1, #dashmenu a.current:hover {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
div#media-upload-error, .file-error, .required abbr, .widget-control-remove:hover, .delete:hover {
|
||||
color: #f00;
|
||||
}
|
||||
Reference in New Issue
Block a user