From: Evan Prodromou Date: Thu, 18 Sep 2008 15:19:07 +0000 (-0400) Subject: correct background of dis/favor form on hover X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0cb5cde1572e4b6c9b344fb02342f877654eb1b5;p=quix0rs-gnu-social.git correct background of dis/favor form on hover darcs-hash:20080918151907-5ed1f-e747294fbd1545c622ae743de92cd7ff2bda1557.gz --- diff --git a/theme/stoica/display.css b/theme/stoica/display.css index f12ec1b6b0..531deb002d 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -666,6 +666,14 @@ form#favor, form.favor { float: right; } +form.favor:hover { + background-color: #F3F8EA; +} + +form.disfavor:hover { + background-color: #F3F8EA; +} + input#favor, input.favor { display: inline; color: #C15D42;