some small adaptations to make 2.1a3 look alright
[themes.git] / LCARStrek / global / toolbarbutton.css
index 5e415927ced3486120a3eeeee0643c1e84a9b80d..b8b888af33a0ac6fd94b47149c870f880fbd2709 100644 (file)
@@ -73,14 +73,13 @@ toolbarbutton.tabbable {
   -moz-user-focus: normal !important;
 }
 
-toolbarbutton:focus {
+toolbarbutton:-moz-focusring {
   -moz-outline-radius: 3px;
   outline: 1px dotted #008484;
   -moz-outline-offset: -1px;
 }
 
-toolbarbutton:hover,
-toolbarbutton[buttonover="true"] {
+toolbarbutton:hover {
   background-color: #FFCF00;
   color: #000000;
 }
@@ -110,6 +109,11 @@ toolbarbutton[disabled="true"][checked="true"] {
   color: #8050B0;
 }
 
+toolbarbutton:-moz-lwtheme {
+  text-shadow: none;
+}
+
+
 /* ..... checked state ..... */
 
 toolbarbutton[checked="true"] {