diff luk3.css @ 79:7dd647a01fb6

Implement indicator for "next" class.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 08:25:12 +0300
parents 8109809f67cb
children 8501f1b9bba3
line wrap: on
line diff
--- a/luk3.css	Wed Oct 24 07:52:03 2012 +0300
+++ b/luk3.css	Wed Oct 24 08:25:12 2012 +0300
@@ -152,7 +152,11 @@
 }
 
 td.clactive {
-	border: 1px solid white;
+	box-shadow: 0px 0px 3px rgb(255,255,255);
+}
+
+td.clnext {
+	box-shadow: 0px 0px 1px rgba(255,255,255,0.7);
 }
 
 div.nhours {