diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-02 09:39:07 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-02 09:39:07 +0000 |
commit | 65b1963d160e0a2fad8a099abf69b799e42f7915 (patch) | |
tree | 7385b3cf2494cbde6230dca475ec13e6d1e0d98a /www/scuttle.css | |
parent | c2c4f0aaa822c2ea3adfe027a9eaaf177a574525 (diff) | |
download | semanticscuttle-65b1963d160e0a2fad8a099abf69b799e42f7915.tar.gz semanticscuttle-65b1963d160e0a2fad8a099abf69b799e42f7915.tar.bz2 |
enable vote changes on voting badge
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@500 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'www/scuttle.css')
-rw-r--r-- | www/scuttle.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/scuttle.css b/www/scuttle.css index f28b46a..a01963e 100644 --- a/www/scuttle.css +++ b/www/scuttle.css @@ -282,14 +282,12 @@ li.xfolkentry div div.description span.anchorBookmark { .vote-badge a.vote-against:hover { background-color: #ffcccc; } -.vote-badge .vote-for-inactive, .vote-badge .vote-against-inactive { - font-size: 3px; +.vote-badge-for .vote-for-inactive { color: transparent; -} -.vote-badge-for { background-color: #ccffbb; } -.vote-badge-against { +.vote-badge-against .vote-against-inactive { + color: transparent; background-color: #ffcccc; } |