Remove move cursor when JS disabled. Props koopersmith. fixes #13136

git-svn-id: https://develop.svn.wordpress.org/trunk@14251 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-04-27 14:42:42 +00:00
parent 88bcfe2ec4
commit 700d907fb2
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -148,13 +148,18 @@ form.processing .add-to-menu {
-moz-border-radius: 6px;
border: 1px solid #E6E6E6;
clear:both;
cursor: move;
position: relative;
padding-left: 10px;
background-color: #f1f1f1;
height: 35px;
line-height: 35px;
}
.js .menu li dl dt {
cursor: move;
}
.no-js .menu li dl {
margin-top: 13px;
}
.menu li dl dt:hover {
}
.menu li.deleting dl dt {