diff options
Diffstat (limited to 'theme/identica/css')
-rw-r--r-- | theme/identica/css/display.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 6845fda5f..09ad4c972 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -9,7 +9,6 @@ @import url(../../base/css/display.css); -html, body, a:active { background-color:#F0F2F5; @@ -245,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 { |