Using neutral colour for notice hover

This commit is contained in:
Sarven Capadisli 2009-06-16 06:32:17 +00:00
parent 8c24a3bc92
commit 5daa0e358f
2 changed files with 4 additions and 4 deletions

View File

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

View File

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