diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 18:14:20 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 18:14:20 +0000 |
commit | e34efca7f326d794be5398abae8cbb7363bcfb9c (patch) | |
tree | d2c38058b0219225f7102ca6575524ae14e0a54f /theme/identica | |
parent | 05b69a290ddddf91a407fe4603361b53bff009e3 (diff) |
Update to notice form character count warning
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 1eba97a45..c2eb4ef65 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -41,12 +41,12 @@ color:#88171A; #notice_text-count { color:#333; } -#notice_text-count.warning { -color:#FDFF00; -background-color:#000; +#form_notice.warning #notice_text-count { +color:#000; +background-color:#A9BF4F; } -#notice_data-text.warning { -border-color:#FDFF00; +#form_notice.warning #notice_data-text { +border-color:#A9BF4F; } #form_notice #notice_data-attach_view { |