summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-09-18 11:19:07 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-09-18 11:19:07 -0400
commit0cb5cde1572e4b6c9b344fb02342f877654eb1b5 (patch)
tree210638d17681b0bb9df18e110de14e2937aa25aa /theme
parent515f7875ce723e546ece1d896f81302e6eb3da7a (diff)
correct background of dis/favor form on hover
darcs-hash:20080918151907-5ed1f-e747294fbd1545c622ae743de92cd7ff2bda1557.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/stoica/display.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css
index f12ec1b6b..531deb002 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;