make dropmarker never inherit an image region
authorRobert Kaiser <kairo@kairo.at>
Sat, 10 Nov 2007 17:22:27 +0000 (18:22 +0100)
committerRobert Kaiser <kairo@kairo.at>
Sat, 10 Nov 2007 17:22:27 +0000 (18:22 +0100)
EarlyBlue/global/dropmarker.css
EarlyBlue/help/help.css
LCARStrek/global/toolbarbutton.css

index 1aa89b95a804900543aeb93048da914c0339db0a..f45b9dd65bae59f21903b8766cd4cb6b4f546127 100644 (file)
@@ -6,6 +6,7 @@ dropmarker {
   background-color: #CCD0DD;
   padding: 1px;
   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
   background-color: #CCD0DD;
   padding: 1px;
   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
+ -moz-image-region: auto;
 }
 
 dropmarker:hover:active {
 }
 
 dropmarker:hover:active {
@@ -15,6 +16,7 @@ dropmarker:hover:active {
 
 dropmarker[disabled="true"] {
   list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
 
 dropmarker[disabled="true"] {
   list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
+ -moz-image-region: auto;
   border: 1px outset #CCD0DD !important;
   padding: 1px !important;
 }
   border: 1px outset #CCD0DD !important;
   padding: 1px !important;
 }
index 01cfeff6cb38a99c8ee020df06ec19f1d3cae18c..ff4d727e4c7791728d1c5f0e5c0ca3e4cb53a4dd 100644 (file)
   -moz-image-region: inherit;
 }
 
   -moz-image-region: inherit;
 }
 
-toolbarbutton > dropmarker {
-  -moz-image-region: auto;
-}
-
 /* Set the minimum sidebar width so the help contents aren't squeezed together.*/
 #help-sidebar { min-width: 15em; width: 20em; max-width: 25em; }
 
 /* Set the minimum sidebar width so the help contents aren't squeezed together.*/
 #help-sidebar { min-width: 15em; width: 20em; max-width: 25em; }
 
index 614acb2b7bf8a9873290b8a770e5b9491033c1bc..b6496a10639f173a996e3f47e85c998440d5d1df 100644 (file)
@@ -97,7 +97,8 @@ toolbarbutton[checked="true"] {
   color: #FFCF00;
 }
 
   color: #FFCF00;
 }
 
-toolbarbutton[checked="true"]:hover {
+toolbarbutton[checked="true"]:hover,
+toolbarbutton[checked="true"]:hover:active {
   background-color: #FFCF00;
   color: #000000;
 }
   background-color: #FFCF00;
   color: #000000;
 }