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/default/default.css | 8 ++++---- templates/green/default.css | 9 ++++++--- templates/grey/default.css | 9 ++++++--- templates/red/default.css | 9 ++++++--- templates/tan/default.css | 9 ++++++--- 5 files changed, 28 insertions(+), 16 deletions(-) diff --git a/templates/default/default.css b/templates/default/default.css index fcf1071..36909fa 100644 --- a/templates/default/default.css +++ b/templates/default/default.css @@ -15,11 +15,11 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .alldaybg_6 {background: #BA900C url(images/allday_6.gif) repeat-x; border-bottom: 1px solid #A07400; min-height: 18px; padding-top: 5px; text-align: center;} .alldaybg_7 {background: #959595 url(images/allday_7.gif) repeat-x; border-bottom: 1px solid #888888; min-height: 18px; 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; } @@ -53,7 +53,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .maintable { width: 990px; } /* Week view */ -.weektoday { background-color: #eff; } +.weektoday { background-color: #dff; } /* Month View */ diff --git a/templates/green/default.css b/templates/green/default.css index e3455d0..b529ab1 100644 --- a/templates/green/default.css +++ b/templates/green/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; } @@ -69,6 +69,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; } 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; } diff --git a/templates/red/default.css b/templates/red/default.css index 8db90d7..eee59bc 100644 --- a/templates/red/default.css +++ b/templates/red/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; } diff --git a/templates/tan/default.css b/templates/tan/default.css index ed2a4bf..b40680f 100644 --- a/templates/tan/default.css +++ b/templates/tan/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; } @@ -70,6 +70,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