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:
Matt Mullenweg
2008-03-07 18:35:24 +00:00
parent ee5955c44d
commit b94a95a10c
12 changed files with 16 additions and 16 deletions

View File

@@ -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;
}