diff admin.css @ 331:5cc19baf9318

Fixes in CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Nov 2013 00:45:45 +0200
parents a11975659f38
children d805f6f2a83d
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);
 }