summaryrefslogtreecommitdiffstatshomepage
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/scuttle.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/scuttle.css b/www/scuttle.css
index d224dcf..e8051bc 100644
--- a/www/scuttle.css
+++ b/www/scuttle.css
@@ -280,11 +280,17 @@ a.vote-for:hover {
background-color: #ccffbb;
}
a.vote-against:hover {
- background-color: #ffbbbb;
+ background-color: #ffcccc;
}
.vote-badge .vote-for-inactive, .vote-badge .vote-against-inactive {
font-size: 3px;
- color: white;
+ color: transparent;
+}
+.vote-badge-for {
+ background-color: #ccffbb;
+}
+.vote-badge-against {
+ background-color: #ffcccc;
}
/* SIDEBAR */