Revert "Using neutral colour for notice hover"

This reverts commit 5daa0e358f.
This commit is contained in:
Sarven Capadisli 2009-06-16 07:45:19 +00:00
parent a09c32aa3c
commit c98179378b
2 changed files with 4 additions and 4 deletions

View File

@ -228,8 +228,8 @@ div.notice-options a,
div.notice-options input { div.notice-options input {
font-family:sans-serif; font-family:sans-serif;
} }
.notices li:hover { .notices li.hover {
background-color:rgba(194, 194, 194, 0.025); background-color:#fcfcfc;
} }
.notices .notices { .notices .notices {

View File

@ -228,8 +228,8 @@ div.notice-options a,
div.notice-options input { div.notice-options input {
font-family:sans-serif; font-family:sans-serif;
} }
.notices li:hover { .notices li.hover {
background-color:rgba(194, 194, 194, 0.025); background-color:#fcfcfc;
} }
.notices .notices { .notices .notices {