Using transparent background colour instead of solid for notice on hover

This commit is contained in:
Sarven Capadisli 2009-06-25 20:36:02 +00:00
parent 6262fdbe78
commit d1d5347ba3
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ div.notice-options input {
font-family:sans-serif;
}
#content .notices li:hover {
background-color:#FCFCFC;
background-color:rgba(240, 240, 240, 0.2);
}
#conversation .notices li:hover {
background-color:transparent;

View File

@ -245,7 +245,7 @@ div.notice-options input {
font-family:sans-serif;
}
#content .notices li:hover {
background-color:#FCFCFC;
background-color:rgba(240, 240, 240, 0.2);
}
#conversation .notices li:hover {
background-color:transparent;