diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-16 07:45:19 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-16 07:45:19 +0000 |
commit | c98179378be7c8903a6ba7a9fe37bf6683219555 (patch) | |
tree | 16e2273512cacba62a19aebb33d631b7fecacb26 /theme/default | |
parent | a09c32aa3c12d14216f683a9293400471e6c73e9 (diff) |
Revert "Using neutral colour for notice hover"
This reverts commit 5daa0e358f0a75261e3240820cd6bcf7a57504fc.
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/css/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 06cf9fb26..166e62157 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -228,8 +228,8 @@ div.notice-options a, div.notice-options input { font-family:sans-serif; } -.notices li:hover { -background-color:rgba(194, 194, 194, 0.025); +.notices li.hover { +background-color:#fcfcfc; } .notices .notices { |