aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2013-04-19 22:52:30 -0400
committerTJ VanToll <tj.vantoll@gmail.com>2013-04-22 23:41:47 -0400
commit64a39d9b0d5710729653b185eae427853608744b (patch)
tree15d4ef389cf803a2b6492197c89654d46552fb9d /themes
parentfadf2b312a05040436451c64bbfaf4814bc62c56 (diff)
downloadjquery-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.css2
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;