preliminary work for getting themes ready for suiterunner, add files we need for...
[themes.git] / EarlyBlue / global / textbox.css
index 3d81480b2011682738ecd176a608f1cca85ecf26..f194f30540bbdb6189e71acebd239c3bcfe16ee5 100644 (file)
@@ -83,7 +83,7 @@ textbox[disabled="true"] {
   cursor: default;
   background-color: #FFFFFF;
   color: #CCCCCC;
-} 
+}
 
 textbox[focused="true"] {
   -moz-border-top-colors: #6699CC #6699CC;
@@ -106,5 +106,7 @@ textbox.plain {
   padding: 0px !important;
   margin: 0px !important;
   border: none !important;
+  background-color: inherit !important;
+  color: inherit !important;
   min-height: 0px;
 }
\ No newline at end of file