keeping up with classic and new feature work
[themes.git] / LCARStrek / global / button.css
index b149d3aa2042016a8b832e48b414b279f6a080d1..1de3e2bb40d8fde3d6da7c556fbb6c993f37b1a2 100644 (file)
@@ -46,7 +46,7 @@
 /* outer frame */
 button {
   -moz-border-radius: 3px;
-  margin: 0px 4px 1px 4px;
+  margin: 1px 2px;
   min-width: 6.3em;
   border: none;
   background-color: #000000;
@@ -55,7 +55,7 @@ button {
   
 .button-box {
   -moz-border-radius: 3px;
-  border: 1px solid transparent;
+/*  border: 1px solid transparent; */
   padding: 1px 4px 2px 3px;
 }
 
@@ -71,7 +71,7 @@ button:focus {
 }
 
 button:focus > .button-box {
-  border: 1px dotted #FF9F00;
+/*  border: 1px dotted #FF9F00; */
 }
 
 /* .......... default state .......... */
@@ -79,7 +79,7 @@ button:focus > .button-box {
 button[default="true"] > .button-box {
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return.gif");
-  -moz-box-direction: reverse;
+  -moz-box-direction: reverse !important;
   padding-right: 7px;
 }
 
@@ -145,17 +145,19 @@ button[type="menu-button"] {
 .button-menubutton-dropmarker {
   -moz-border-radius: 3px;
   margin: 1px;
-  list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
+  background-image: url("chrome://global/skin/arrow/arrow-down.gif");
+  min-width: 11px;
+  min-height: 11px;
 }
 
 .button-menu-dropmarker:hover,
 .button-menubutton-dropmarker:hover {
-  list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
+  background-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
 }
 
 .button-menu-dropmarker[disabled="true"],
 .button-menubutton-dropmarker[disabled="true"] {
-  list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important;
+  background-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important;
 }
 
 .button-menubutton-dropmarker[open="true"] {