changeset 331:5cc19baf9318

Fixes in CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Nov 2013 00:45:45 +0200
parents 78521cac3a42
children 48d53945c6d3
files admin.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin.css	Thu Nov 28 00:31:04 2013 +0200
+++ b/admin.css	Thu Nov 28 00:45:45 2013 +0200
@@ -95,10 +95,10 @@
 	font-weight: bold;
 }
 
-tr.votekey:hover td {
+div.votekey:hover, tr.votekey:hover td {
 	background: rgba(255,0,0,0.5);
 }
 
-.vkeyActive {
+div.vkeyActive, tr.vkeyActive {
 	background: rgba(0,255,0,0.2);
 }