suite default theme changes on trunk from 1.9.1 branch point up to 2010-02-21
[themes.git] / LCARStrek / global / textbox.css
index bbbb24428faaac4a04002ca71e7f9ecefc4dd141..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;
@@ -109,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;
 }