try to set correct background color on hover, too
darcs-hash:20081021193612-5ed1f-67caf8945c3745d432f95ced1b92c7c03770b664.gz
This commit is contained in:
parent
c7a4db0797
commit
048b1e0d5d
|
@ -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 ----- */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user