From 95eaae26f849b08bd02a32b0144b4e57663f49a7 Mon Sep 17 00:00:00 2001 From: andreabix Date: Tue, 4 May 2004 09:39:09 +0000 Subject: [PATCH] Changed calendar colors to accomplish needs of people with visual deficiencies. --- theme/formal_white/styles.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/theme/formal_white/styles.php b/theme/formal_white/styles.php index cdaf4be484..360909e783 100644 --- a/theme/formal_white/styles.php +++ b/theme/formal_white/styles.php @@ -621,43 +621,43 @@ TABLE.calendarmonth THEAD TD { } .cal_event_global { - background-color: #99cc99 !important; - border: 2px #99cc99 solid !important; + background-color: #009999 !important; + border: 2px #009999 solid !important; } .cal_event_course { - background-color: #ff9966 !important; - border: 2px #ff9966 solid !important; + background-color: #ff3333 !important; + border: 2px #ff3333 solid !important; } .cal_event_group { - background-color: #FFCC00 !important; - border: 2px #FFCC00 solid !important; + background-color: #ffcc33 !important; + border: 2px #ffcc33 solid !important; } .cal_event_user { - background-color: #ffcc99 !important; - border: 2px #ffcc99 solid !important; + background-color: #99ccff !important; + border: 2px #99ccff solid !important; } .cal_duration_global { - border-top: 2px #99cc99 solid !important; - border-bottom: 2px #99cc99 solid !important; + border-top: 2px #009999 solid !important; + border-bottom: 2px #009999 solid !important; } .cal_duration_course { - border-top: 2px #ff9966 solid !important; - border-bottom: 2px #ff9966 solid !important; + border-top: 2px #ff3333 solid !important; + border-bottom: 2px #ff3333 solid !important; } .cal_duration_user { - border-top: 2px #ffcc99 solid !important; - border-bottom: 2px #ffcc99 solid !important; + border-top: 2px #99ccff solid !important; + border-bottom: 2px #99ccff solid !important; } .cal_duration_group { - border-top: 2px #FFCC00 solid !important; - border-bottom: 2px #FFCC00 solid !important; + border-top: 2px #ffcc33 solid !important; + border-bottom: 2px #ffcc33 solid !important; } .cal_weekend { -- 2.39.5