]> source.dussan.org Git - jquery-ui.git/commitdiff
fixed: IE6 is not able to display the border with transparent color. Its dotted actua...
authorFelix Nagel <info@felixnagel.com>
Wed, 22 Dec 2010 22:27:09 +0000 (23:27 +0100)
committerFelix Nagel <info@felixnagel.com>
Wed, 22 Dec 2010 22:27:09 +0000 (23:27 +0100)
themes/base/jquery.ui.selectmenu.css

index 350aa9dbe06341a8910afb00e0d1a9fd15edfd66..656d253c2f7bed6a86358e2b8aa4f5e83fc3ef3f 100644 (file)
 .ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
 .ui-selectmenu-menu li .ui-selectmenu-item-content { }
 .ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
-/*for optgroups*/
+/* for optgroups */
 .ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
 .ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
-.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
\ No newline at end of file
+.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
+/* IE6 workaround (dotted transparent borders) */
+* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
+* html .ui-selectmenu-menu li a { position: relative }
\ No newline at end of file