diff luk1.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/luk1.css	Wed Oct 24 07:52:03 2012 +0300
+++ b/luk1.css	Wed Oct 24 08:25:12 2012 +0300
@@ -153,7 +153,11 @@
 }
 
 td.clactive {
-	border: 1px solid white;
+	border: 1px solid rgb(60,174,193);
+}
+
+td.clnext {
+	border: 1px dashed rgb(30,144,163);
 }
 
 div.nhours {