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-22 23:41:47 -0400 |
commit | 64a39d9b0d5710729653b185eae427853608744b (patch) | |
tree | 15d4ef389cf803a2b6492197c89654d46552fb9d /themes | |
parent | fadf2b312a05040436451c64bbfaf4814bc62c56 (diff) | |
download | jquery-ui-64a39d9b0d5710729653b185eae427853608744b.tar.gz jquery-ui-64a39d9b0d5710729653b185eae427853608744b.zip |
Menu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: IE 10 renders bullets in submenus
Diffstat (limited to 'themes')
-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; |