keeping up with classic trunk and EarlyBlue
[themes.git] / LCARStrek / global / textbox.css
index 197fdef9a55299d76b07850c580d3d3e1c68e45c..30948ac2189cc746bcbc8e7d8e558d1fd9f815f9 100644 (file)
@@ -82,7 +82,11 @@ textbox[readonly="true"] {
 /* ..... disabled state ..... */
 
 textbox[disabled="true"] {
-  border: 1px solid #8050B0;
+  border: 2px solid;
+  -moz-border-top-colors: transparent #8050B0;
+  -moz-border-right-colors: transparent #8050B0;
+  -moz-border-bottom-colors: transparent #8050B0;
+  -moz-border-left-colors: transparent #8050B0;
   cursor: default;
   color: #8050B0;
 }