try to force background on favorite heart in default

darcs-hash:20081021193501-5ed1f-19b398272e49fd3e5b9bebdcdef95572396e4ad7.gz
This commit is contained in:
Evan Prodromou 2008-10-21 15:35:01 -04:00
parent 480088a7d6
commit c7a4db0797

View File

@ -655,7 +655,7 @@ form#disfavor, form.disfavor {
input#disfavor, input.disfavor { input#disfavor, input.disfavor {
display: inline; display: inline;
color: #C15D42; color: #C15D42;
background-color: white; background-color: #FBF2D7;
cursor: pointer; cursor: pointer;
border: 0; border: 0;
width: auto; width: auto;
@ -669,18 +669,18 @@ form#favor, form.favor {
input#favor, input.favor { input#favor, input.favor {
display: inline; display: inline;
color: #C15D42; color: #C15D42;
background-color: white; background-color: #FBF2D7;
cursor: pointer; cursor: pointer;
border: 0; border: 0;
width: auto; width: auto;
} }
input.favor:hover { input.favor:hover {
background-color: #F3F8EA; background-color: #FBF2D7;
} }
input.disfavor:hover { input.disfavor:hover {
background-color: #F3F8EA; background-color: #FBF2D7;
} }
/* ----- direct message ----- */ /* ----- direct message ----- */