summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-10-21 15:36:12 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-10-21 15:36:12 -0400
commit048b1e0d5dd553538f5ce624ba68ea7249a48043 (patch)
treef2739dd193ef8760456dc1404d4794d468dbfe2b /theme
parentc7a4db07979505f2a523328fa6c36b36d92be16b (diff)
try to set correct background color on hover, too
darcs-hash:20081021193612-5ed1f-67caf8945c3745d432f95ced1b92c7c03770b664.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/default/display.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index 55ac218b4..f4eb917ef 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -676,11 +676,11 @@ input#favor, input.favor {
}
input.favor:hover {
- background-color: #FBF2D7;
+ background-color: #f7ebcc;
}
input.disfavor:hover {
- background-color: #FBF2D7;
+ background-color: #f7ebcc;
}
/* ----- direct message ----- */