diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-05-09 07:10:36 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-05-09 07:10:36 +0000 |
commit | 853c00cde04509fb2f90ab7adc2425528dc7839c (patch) | |
tree | d94b6217006efbcb8304bcd3bccacde26c961ca8 /themes/default/css/screen.css | |
parent | 48ee3d5fe83175639ef910dedd30bc144ed0a67e (diff) |
Highlight status messages on load, fade them out after a few seconds. Make success green brighter.
Diffstat (limited to 'themes/default/css/screen.css')
-rw-r--r-- | themes/default/css/screen.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index dd27b774..9313086c 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -267,6 +267,10 @@ li.gError select { /* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */ +#gMessage { + width: 99%; +} + #gAdminAkismet .gSuccess, #gSiteStatus li, #gMessage li { @@ -318,7 +322,7 @@ form p.gError { } .gSuccess { - background-color: #cfc; + background-color: #96EF95; } #gSiteStatus .gSuccess, |