aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.menu.css
diff options
context:
space:
mode:
authorkborchers <kris.borchers@gmail.com>2012-03-18 21:18:00 -0500
committerkborchers <kris.borchers@gmail.com>2012-03-18 21:18:00 -0500
commit11b026d59b5d1f6f5cd55570c7148b2a33322c53 (patch)
treec42cd8064313a334533186e02d19bc6ea5357aa8 /themes/base/jquery.ui.menu.css
parent6de8030f014eaa298543feea15960848d2f0d029 (diff)
downloadjquery-ui-11b026d59b5d1f6f5cd55570c7148b2a33322c53.tar.gz
jquery-ui-11b026d59b5d1f6f5cd55570c7148b2a33322c53.zip
Menu: Better disabled item handling using preventDefault() for the click event on anchors inside of disabled menu items and change the pointer to default
Diffstat (limited to 'themes/base/jquery.ui.menu.css')
-rw-r--r--themes/base/jquery.ui.menu.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.menu.css b/themes/base/jquery.ui.menu.css
index 84d7d85b1..1e559e661 100644
--- a/themes/base/jquery.ui.menu.css
+++ b/themes/base/jquery.ui.menu.css
@@ -15,6 +15,7 @@
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
+.ui-menu .ui-state-disabled a { cursor: default; }
/* icon support */
.ui-menu-icons { position: relative; }