mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user