keeping up with Classic, make text/icons configurable toolbars working
[themes.git] / EarlyBlue / global / listbox.css
index 0dd737d813ebc282687b919430cebcbcfe1692b9..2f882bf4a2516148b1b70e068ed53c3ea6dd6a60 100644 (file)
@@ -19,6 +19,7 @@
  *
  * Contributor(s):
  *   Joe Hewitt (hewitt@netscape.com)
+ *   Dean Tessman (dean_tessman@hotmail.com)
  *   Robert Kaiser <KaiRo@KaiRo.at>
  */
 
@@ -44,10 +45,14 @@ listitem {
   border: 1px solid transparent;
 }
 
-listbox:focus > listitem[selected="true"][current="true"] {
+listbox:focus > listitem[current="true"] {
   border: 1px dotted #9999CC;
 }
 
+listbox:focus > listitem[current="true"][selected="true"] {
+  border: 1px dotted #666699;
+}
+
 listitem[selected="true"] {
   background-color: #808080;
   color: #FFFFFF;