Ticket #13441: nav-menu.dev.css.diff
File nav-menu.dev.css.diff, 986 bytes (added by , 15 years ago) |
---|
-
wp-admin/css/nav-menu.dev.css
294 294 } 295 295 .menu-item-edit-active .menu-item-handle { 296 296 -moz-border-radius: 6px 6px 0 0; 297 -webkit-border- top-right-radius: 6px;298 -webkit-border- top-left-radius: 6px;299 -khtml-border- top-right-radius: 6px;300 -khtml-border- top-left-radius: 6px;301 border- top-right-radius: 6px;302 border- top-left-radius: 6px;297 -webkit-border-bottom-right-radius: 0; 298 -webkit-border-bottom-left-radius: 0; 299 -khtml-border-bottom-right-radius: 0; 300 -khtml-border-bottom-left-radius: 0; 301 border-bottom-right-radius: 0; 302 border-bottom-left-radius: 0; 303 303 } 304 304 .js .menu-item-handle { 305 305 cursor: move; 306 306 } 307 307 .menu li.deleting .menu-item-handle { 308 background-color:#faa; 308 background-color: #f66; 309 background-image: none; 310 text-shadow: 0 0 0 #ccc; 309 311 } 310 312 311 313 .menu-item-handle .item-title {