From 65b1963d160e0a2fad8a099abf69b799e42f7915 Mon Sep 17 00:00:00 2001 From: cweiske Date: Mon, 2 Nov 2009 09:39:07 +0000 Subject: enable vote changes on voting badge git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@500 b3834d28-1941-0410-a4f8-b48e95affb8f --- www/scuttle.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'www') 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; } -- cgit v1.2.3