diff options
Diffstat (limited to 'themes/default/js/ui/theme/jquery.ui.menu.css')
-rw-r--r-- | themes/default/js/ui/theme/jquery.ui.menu.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/default/js/ui/theme/jquery.ui.menu.css b/themes/default/js/ui/theme/jquery.ui.menu.css index 0ffa1e014..8604f9a7d 100644 --- a/themes/default/js/ui/theme/jquery.ui.menu.css +++ b/themes/default/js/ui/theme/jquery.ui.menu.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Menu 1.10.1 + * jQuery UI Menu 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Menu#theming + * http://api.jqueryui.com/menu/#theming */ .ui-menu { list-style: none; @@ -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; |