suite default theme changes on trunk from 1.9.1 branch point up to 2010-02-21
[themes.git] / LCARStrek / global / textbox.css
index 496cfd0e86d4c4aceac9748aff3b9c1e8d958467..d826781d3cdab6e286dff88d809e915c55ef5d45 100644 (file)
@@ -50,7 +50,8 @@ textbox {
   cursor: text;
   margin: 2px 3px;
   border: 1px solid #9C9CFF;
-  padding: 1px 0px 1px 2px;
+  padding: 1px 0px;
+  -moz-padding-start: 2px;
   background-color: #000000;
   color: #E7ADE7;
   min-height: 19px;
@@ -88,7 +89,6 @@ textbox[disabled="true"] {
   border: 1px solid #8050B0;
   cursor: default;
   color: #8050B0;
-  border: 1px solid #666699;
 }
 
 /* ..... focused state ..... */
@@ -110,7 +110,7 @@ textbox.plain {
   margin: 0px !important;
   border: none !important;
   outline: none !important;
-  background-color: inherit !important;
+  background-color: transparent;
   color: inherit !important;
   min-height: 0px;
 }