aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-07-30 17:55:06 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-07-30 17:55:06 +0000
commit4da5af3759b449378aecac9b3d812662aef51d25 (patch)
tree1b7d14493f46fda721843ba6d91dccc24be8f7a2
parent28978839eb46f8ec2a382c7017cd3eb86d2eafe4 (diff)
downloadphpicalendar-4da5af3759b449378aecac9b3d812662aef51d25.tar.gz
phpicalendar-4da5af3759b449378aecac9b3d812662aef51d25.tar.bz2
phpicalendar-4da5af3759b449378aecac9b3d812662aef51d25.zip
Make 'today' highlighting in day and week views more obvious. Add missing weekToday CSS class.
-rw-r--r--templates/default/default.css8
-rw-r--r--templates/green/default.css9
-rw-r--r--templates/grey/default.css9
-rw-r--r--templates/red/default.css9
-rw-r--r--templates/tan/default.css9
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; }

© 2014-2024 Faster IT GmbH | imprint | privacy policy