diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-21 15:36:12 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-21 15:36:12 -0400 |
commit | 048b1e0d5dd553538f5ce624ba68ea7249a48043 (patch) | |
tree | f2739dd193ef8760456dc1404d4794d468dbfe2b /theme | |
parent | c7a4db07979505f2a523328fa6c36b36d92be16b (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.css | 4 |
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 ----- */ |