Small improvements for the like widget
authorMarcel Werk <burntime@woltlab.com>
Fri, 24 Feb 2012 20:49:57 +0000 (21:49 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 24 Feb 2012 20:49:57 +0000 (21:49 +0100)
wcfsetup/install/files/acp/style/wcf.css

index 66060c18a5ec0e0180543eb6124bb4c8c084cde4..c689764b511b61ef3c3207948ee21acbf33f396b 100644 (file)
@@ -4520,7 +4520,15 @@ button[disabled='disabled'] {
        font-size: 110%;
 }
 
+/* Like colors */
 
+.wcf-liked {
+       color: #090;
+}
+
+.wcf-disliked {
+       color: #900;
+}