updates to both themes for 1.9.1 toolkit winstripe changes, suite classic changes...
[themes.git] / EarlyBlue / global / textbox.css
index 9f425592683f1cc84342907403ba58fca0bfa7f7..10d5aba47e6fd04f405ec03dd685b2b7d837a8cf 100644 (file)
@@ -48,7 +48,8 @@ textbox {
   cursor: text;
   margin: 2px 3px;
   border: 1px inset #CCD0DD;
-  padding: 1px 0px 1px 2px;
+  padding: 1px 0px;
+  -moz-padding-start: 2px;
   background-color: #FFFFFF;
   color: #000000;
   min-height: 19px;
@@ -105,7 +106,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;
 }