Do not load window.onbeforeonload event if we are not on an existing nav menu. props filosofo. Reduce opacity on nav menu postboxes if we are not on an existing nav menu, and for JS users, deactivate all links and form elements, to make it obvious that those UI elements are not usable at this stage. fixes #13615

git-svn-id: https://develop.svn.wordpress.org/trunk@15062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-05-29 19:39:40 +00:00
parent 1485267cce
commit b5cd195f68
6 changed files with 23 additions and 9 deletions
+4
View File
@@ -34,6 +34,10 @@ body {
padding:0 10px;
}
.metabox-holder-disabled {
opacity: 0.5;
}
#wpbody {
position: relative;
}