From 4da5af3759b449378aecac9b3d812662aef51d25 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Thu, 30 Jul 2009 17:55:06 +0000 Subject: Make 'today' highlighting in day and week views more obvious. Add missing weekToday CSS class. --- templates/grey/default.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'templates/grey') diff --git a/templates/grey/default.css b/templates/grey/default.css index 80b3f69..915602a 100644 --- a/templates/grey/default.css +++ b/templates/grey/default.css @@ -15,11 +15,11 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .alldaybg_6 {background: url(images/allday_6.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} .alldaybg_7 {background: url(images/allday_7.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} -.rowOn { background-color: #cfc; border-top: 1px solid #fff; border-left: 1px solid #fff; } -.rowOn2 { background-color: #cfc; border-top: 1px solid #fff; } +.rowOn { background-color: #B0E8B0; border-top: 1px solid #fff; border-left: 1px solid #fff; } +.rowOn2 { background-color: #B0E8B0; border-top: 1px solid #fff; } .rowOff { background-color: #E1E8F1; border-top: 1px solid #fff; border-left: 1px solid #fff; } .rowOff2 { background-color: #E1E8F1; border-top: 1px solid #fff; } -.rowToday { background-color: #cff; border-top: 1px solid #fff; border-left: 1px solid #fff; } +.rowToday { background-color: #B0E8E8; border-top: 1px solid #fff; border-left: 1px solid #fff; } .padd { padding: 2px; } @@ -52,6 +52,9 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} /* Main class used for all page wrapper tables */ .maintable { width: 990px; } +/* Week view */ +.weektoday { background-color: #dff; } + /* Month View */ .monthback { background-color: #A1A5A9; } -- cgit v1.2.3