update both themes to toolkit winstripe changes up to 2010-09-24
[themes.git] / LCARStrek / global / button.css
index 801281e151b4de5479677dfce75654a1da3a7ed6..5ddebe74b8204f4ed4272d0f6908d3c72f9294c5 100644 (file)
@@ -42,7 +42,7 @@
 /* :::::::::: button :::::::::: */
 
 button {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   margin: 1px 2px;
   min-width: 6.3em;
   border: none;
@@ -52,7 +52,7 @@ button {
 }
 
 .button-box {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   border: 1px solid transparent;
   padding-top: 1px;
   padding-bottom: 2px;
@@ -65,7 +65,7 @@ button {
 }
 
 .button-text {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   margin: 0px !important;
   text-align: center;
 }
@@ -156,7 +156,7 @@ button[type="menu-button"] {
 
 .button-menu-dropmarker,
 .button-menubutton-dropmarker {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   margin: 1px;
   width: 11px;
   height: 11px;