From: Robert Kaiser Date: Thu, 16 Oct 2008 19:49:34 +0000 (+0200) Subject: empty textbox color, missing EOF newlines X-Git-Tag: LCARStrek-2.0a1~7 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=62736c3e53c8142b1317e5866372aa6a2abf7e01 empty textbox color, missing EOF newlines --- diff --git a/EarlyBlue/global/textbox.css b/EarlyBlue/global/textbox.css index 215042a7..9f425592 100644 --- a/EarlyBlue/global/textbox.css +++ b/EarlyBlue/global/textbox.css @@ -54,6 +54,10 @@ textbox { min-height: 19px; } +textbox[empty="true"] { + color: #CCD0DD; +} + html|*.textbox-input, html|*.textbox-textarea { margin: 0px !important; diff --git a/EarlyBlue/mozapps/downloads/downloads.css b/EarlyBlue/mozapps/downloads/downloads.css index b0cb1575..486736e2 100644 --- a/EarlyBlue/mozapps/downloads/downloads.css +++ b/EarlyBlue/mozapps/downloads/downloads.css @@ -117,4 +117,4 @@ richlistitem[type="download"] .dateTime { min-height: 0; min-width: 0; margin-top: 3px; -} \ No newline at end of file +} diff --git a/EarlyBlue/navigator/pageInfo.css b/EarlyBlue/navigator/pageInfo.css index 67f3b64f..87a9485b 100644 --- a/EarlyBlue/navigator/pageInfo.css +++ b/EarlyBlue/navigator/pageInfo.css @@ -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 +}