diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 04:55:41 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-18 04:55:41 +0000 |
commit | 2b3746013eb5daa323b2740d30e222f0d88c2d9c (patch) | |
tree | 8df5b2cce0eaa7bdec79d0cf4c33577da5b14c92 | |
parent | ca537919888e2a82365265a1f6f744db182f30f1 (diff) |
Updated themes for notice hover on content area
-rw-r--r-- | theme/default/css/display.css | 2 | ||||
-rw-r--r-- | theme/pigeonthoughts/css/display.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 881e264da..7e8b84b4c 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -244,7 +244,7 @@ div.notice-options a, div.notice-options input { font-family:sans-serif; } -.notices li:hover { +#content .notices li:hover { background-color:#FCFCFC; } #conversation .notices li:hover { diff --git a/theme/pigeonthoughts/css/display.css b/theme/pigeonthoughts/css/display.css index af562964d..01af500bf 100644 --- a/theme/pigeonthoughts/css/display.css +++ b/theme/pigeonthoughts/css/display.css @@ -300,7 +300,7 @@ div.notice-options a, div.notice-options input { font-family:sans-serif; } -.notices li:hover { +#content .notices li:hover { background-color:transparent; } #conversation .notices li:hover { |