EarlyBlue 2.0a1 -> 2.0a2 changes, communicator/ and global/ changes
[themes.git] / EarlyBlue / global / textbox.css
index 3bc045bfdbfb0be323b1ddbb172eff4097b86c2b..10d5aba47e6fd04f405ec03dd685b2b7d837a8cf 100644 (file)
@@ -48,12 +48,17 @@ 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;
 }
 
+textbox[empty="true"] {
+  color: #CCD0DD;
+}
+
 html|*.textbox-input,
 html|*.textbox-textarea {
   margin: 0px !important;
@@ -81,6 +86,7 @@ textbox[disabled="true"] {
   cursor: default;
   background-color: #FFFFFF;
   color: #CCCCCC;
+  border: 1px solid #666699;
 }
 
 textbox[focused="true"] {
@@ -100,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;
 }