some fixes for LCARStrek based on 2.8 review comments
[themes.git] / LCARStrek / global / toolbarbutton.css
index 188cb26b3bfa839cc35ae4a28360a094132b942a..d6aa298d361bbe638fefcb3b3675adcadeb6af7b 100644 (file)
@@ -46,7 +46,7 @@
 /* ::::: toolbarbutton ::::: */
 
 toolbarbutton {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   -moz-box-align: center;
   -moz-box-pack: center;
   margin: 0px;
@@ -73,10 +73,10 @@ toolbarbutton.tabbable {
   -moz-user-focus: normal !important;
 }
 
-toolbarbutton:focus {
+toolbarbutton:-moz-focusring {
   -moz-outline-radius: 3px;
   outline: 1px dotted #008484;
-  -moz-outline-offset: -1px;
+  outline-offset: -1px;
 }
 
 toolbarbutton:hover {
@@ -207,7 +207,7 @@ toolbarbutton[disabled="true"]:hover:active > toolbarbutton.toolbarbutton-menubu
 /* .......... dropmarker .......... */
 
 .toolbarbutton-menubutton-dropmarker {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   -moz-box-align: start;
   padding: 3px 1px 1px;
   border: none;