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:
parent
f9df8a36ae
commit
21179d5625
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue