try to set correct background color on hover, too

darcs-hash:20081021193612-5ed1f-67caf8945c3745d432f95ced1b92c7c03770b664.gz
This commit is contained in:
Evan Prodromou 2008-10-21 15:36:12 -04:00
parent c7a4db0797
commit 048b1e0d5d
1 changed files with 2 additions and 2 deletions

View File

@ -676,11 +676,11 @@ input#favor, input.favor {
} }
input.favor:hover { input.favor:hover {
background-color: #FBF2D7; background-color: #f7ebcc;
} }
input.disfavor:hover { input.disfavor:hover {
background-color: #FBF2D7; background-color: #f7ebcc;
} }
/* ----- direct message ----- */ /* ----- direct message ----- */