]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/stoica/display.css
lost paren in Notice
[quix0rs-gnu-social.git] / theme / stoica / display.css
index 531deb002d2a335410af0be66c40e15680781bdd..73a513c1069f9cad9db012a14ada0dd491f27785 100644 (file)
@@ -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 {