Fix visuals of active (dis)like buttons
authorMatthias Schmidt <gravatronics@live.com>
Sat, 1 Nov 2014 16:21:55 +0000 (17:21 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 1 Nov 2014 16:21:55 +0000 (17:21 +0100)
wcfsetup/install/files/style/message.less

index 8b9a13f5c0391711f9dca720bdb55be3790d00c1..277efa0edf65b1b103b94ec41ec0378a922c016b 100644 (file)
@@ -928,13 +928,15 @@ li:nth-child(2n+1) .message {
        }
 }
 
-.likeButton.active {
+.likeButton.active, /* deprecated */
+.wcfLikeButton.active {
        .icon {
                color: rgba(0, 153, 0, 1);
        }
 }
 
-.dislikeButton.active {
+.dislikeButton.active, /* deprecated */
+.wcfDislikeButton.active {
        .icon {
                color: rgba(204, 0, 0, 1);
        }
@@ -1059,4 +1061,4 @@ li:nth-child(2n+1) .message {
                        }
                }
        }
-}
\ No newline at end of file
+}