aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorkborchers <kris.borchers@gmail.com>2012-02-03 16:12:37 -0600
committerkborchers <kris.borchers@gmail.com>2012-02-03 16:12:37 -0600
commit48ad0994a0e517ac22c4fccab0958b6668640d78 (patch)
treee546456183d1ef88679612c755024cd185c37ecb /themes/base
parent4259978d39c6c9d8ce292ad0839d0d42c45400f0 (diff)
downloadjquery-ui-48ad0994a0e517ac22c4fccab0958b6668640d78.tar.gz
jquery-ui-48ad0994a0e517ac22c4fccab0958b6668640d78.zip
Menu: Prevent clicking on disabled menu items and remove unnecessary extra padding from disabled items.
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/jquery.ui.menu.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.menu.css b/themes/base/jquery.ui.menu.css
index 33a9498fb..2df00733f 100644
--- a/themes/base/jquery.ui.menu.css
+++ b/themes/base/jquery.ui.menu.css
@@ -14,7 +14,7 @@
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
-.ui-menu .ui-state-disabled { font-weight: normal; padding: .0em .4em; margin: .4em 0 .2em; line-height: 1.5; }
+.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
/* icon support */
.ui-menu-icons { position: relative; }