URLbar icons for feed etc. should have a margin at the end
[themes.git] / EarlyBlue / global / textbox.css
index 3bc045bfdbfb0be323b1ddbb172eff4097b86c2b..9f425592683f1cc84342907403ba58fca0bfa7f7 100644 (file)
@@ -54,6 +54,10 @@ textbox {
   min-height: 19px;
 }
 
+textbox[empty="true"] {
+  color: #CCD0DD;
+}
+
 html|*.textbox-input,
 html|*.textbox-textarea {
   margin: 0px !important;
@@ -81,6 +85,7 @@ textbox[disabled="true"] {
   cursor: default;
   background-color: #FFFFFF;
   color: #CCCCCC;
+  border: 1px solid #666699;
 }
 
 textbox[focused="true"] {