From 048b1e0d5dd553538f5ce624ba68ea7249a48043 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 21 Oct 2008 15:36:12 -0400 Subject: [PATCH] try to set correct background color on hover, too darcs-hash:20081021193612-5ed1f-67caf8945c3745d432f95ced1b92c7c03770b664.gz --- theme/default/display.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/default/display.css b/theme/default/display.css index 55ac218b4d..f4eb917ef9 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 ----- */