empty textbox color, missing EOF newlines
authorRobert Kaiser <kairo@kairo.at>
Thu, 16 Oct 2008 19:49:34 +0000 (21:49 +0200)
committerRobert Kaiser <kairo@kairo.at>
Thu, 16 Oct 2008 19:49:34 +0000 (21:49 +0200)
EarlyBlue/global/textbox.css
EarlyBlue/mozapps/downloads/downloads.css
EarlyBlue/navigator/pageInfo.css

index 215042a722d6a8b6a18caa9a07bd57f8503265bc..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;
index b0cb1575cabc2088ac3e64f27f974f6b5862ed55..486736e2b1eec63405141759d4010c25bd323ab5 100644 (file)
@@ -117,4 +117,4 @@ richlistitem[type="download"] .dateTime {
   min-height: 0;
   min-width: 0;
   margin-top: 3px;
-}
\ No newline at end of file
+}
index 67f3b64f78f3b87ec980cbb9ce03582a385812b4..87a9485b4004cc009a93681940faab7fafe57308 100644 (file)
@@ -146,4 +146,4 @@ treechildren::-moz-tree-cell-text(broken) {
 #securityPanel > .fieldValue {
   font-weight: bold;
   margin: 2px 10px 0px 10px;
-}
\ No newline at end of file
+}