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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14314 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-04-30 01:58:35 +00:00
parent f9df8a36ae
commit 21179d5625
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;
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 {
border-radius: 6px;
-webkit-border-radius: 6px;
@ -244,11 +250,6 @@ form.processing .postbox img.waiting {
.no-js .menu li dl {
margin-top: 13px;
}
.menu li dl dt:hover {
}
.menu li.deleting dl dt {
background-color:#faa;
}
.menu li .item-title {
padding: 7px 0;