diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2013-04-19 22:52:30 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2013-04-23 21:58:24 -0400 |
commit | 329974b2c6313fdbdceec1820bf7e687c8ae47ef (patch) | |
tree | cdd8e182d977edb82004c8c01f2cec29bbfa6486 | |
parent | 9c2bbf4e4c6bb709b47d6a27f99095f1624f989d (diff) | |
download | jquery-ui-329974b2c6313fdbdceec1820bf7e687c8ae47ef.tar.gz jquery-ui-329974b2c6313fdbdceec1820bf7e687c8ae47ef.zip |
Menu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: IE 10 renders bullets in submenus
(cherry picked from commit 64a39d9b0d5710729653b185eae427853608744b)
-rw-r--r-- | themes/base/jquery.ui.menu.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.menu.css b/themes/base/jquery.ui.menu.css index 3193bbf6c..8eda1e16e 100644 --- a/themes/base/jquery.ui.menu.css +++ b/themes/base/jquery.ui.menu.css @@ -23,6 +23,8 @@ margin: 0; padding: 0; width: 100%; + /* support: IE10, see #8844 */ + list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); } .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; |