diff options
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 8 |
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; |