diff options
Diffstat (limited to 'theme/stoica')
-rw-r--r-- | theme/stoica/display.css | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 531deb002..73a513c10 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -666,14 +666,6 @@ 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; @@ -682,6 +674,15 @@ input#favor, input.favor { border: 0; width: auto; } + +input.favor:hover { + background-color: #F3F8EA; +} + +input.disfavor:hover { + background-color: #F3F8EA; +} + /* ----- direct message ----- */ #message_form { |