Small menu CSS tweak for item deletion. props koopersmith, see #13134.

git-svn-id: https://develop.svn.wordpress.org/trunk@14314 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-30 01:58:35 +00:00
parent 8800622876
commit f1323541bc
2 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -223,6 +223,12 @@ form.processing .postbox img.waiting {
font-weight:bold; font-weight:bold;
overflow: hidden; overflow: hidden;
} }
.menu li.deleting dl dt {
background-color:#f66;
background-image: none;
text-shadow: 0 0 0 #ccc;
}
.menu li dl.menu-item-edit-inactive dt { .menu li dl.menu-item-edit-inactive dt {
border-radius: 6px; border-radius: 6px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
@ -244,11 +250,6 @@ form.processing .postbox img.waiting {
.no-js .menu li dl { .no-js .menu li dl {
margin-top: 13px; margin-top: 13px;
} }
.menu li dl dt:hover {
}
.menu li.deleting dl dt {
background-color:#faa;
}
.menu li .item-title { .menu li .item-title {
padding: 7px 0; padding: 7px 0;