diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-18 11:21:24 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-18 11:21:24 -0400 |
commit | 273a3b22bd4a5bbba53d4428562b6383b4957423 (patch) | |
tree | b46954ebb41bc83777b3f8c894fe12a8c3dc3d1d /theme/stoica | |
parent | 0cb5cde1572e4b6c9b344fb02342f877654eb1b5 (diff) |
input changes
darcs-hash:20080918152124-5ed1f-6792db4298b9edae8ce4607467cdbcae9faaa4f8.gz
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 { |