cal: emphasize current day
authorTero Marttila <terom@fixme.fi>
Sun, 09 Jan 2011 00:12:56 +0200
changeset 43 fabb71550e51
parent 42 fa5694ee0f98
child 44 30af52a271a1
cal: emphasize current day
static/cal.css
--- a/static/cal.css	Sun Jan 09 00:09:40 2011 +0200
+++ b/static/cal.css	Sun Jan 09 00:12:56 2011 +0200
@@ -40,6 +40,8 @@
     padding-left: 0.5em;
 
     text-align: left;
+
+    font-weight: normal;
 }
 
 /* The numbers of days that are a part of the current month are clearly visible */
@@ -56,6 +58,14 @@
     color: #888888;
 }
 
+/* The current day is emphasized */
+table.calendar tbody tr.week-header th.today
+{
+    background-color: #cccccc;
+    
+    font-weight: bold;
+}
+
 /* Each row of day-event-data for a week is fixed height */
 table.calendar tbody tr.week-data
 {