From 745a21914837fe308fb0e0041a26296646222496 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 17 Feb 2010 21:05:24 +0000 Subject: [PATCH] Monotone-Parent: 458a831451900b6ab1db412ef19cbed51677733c Monotone-Revision: 35455f2daa8bdc286b741beb40d82bc61a581c00 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-17T21:05:24 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SchedulerUI.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index ec6df5838..6471a4c3b 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -568,6 +568,7 @@ DIV#daysView DIV.weekEndDay DIV.clickableHourCell, DIV#daysView DIV.weekEndDay DIV.clickableHourCell.outOfDay { background-color: #e6e7e6; } +DIV#monthDaysView DIV.dayOfToday, DIV.daysViewFor7Days#calendarHeader DIV.days DIV.dayOfToday, DIV.daysViewFor7Days#daysView DIV.dayOfToday DIV.clickableHourCell { background-color: #d6dfe9; } @@ -580,6 +581,9 @@ DIV.daysViewFor7Days#daysView DIV.selectedDay DIV.clickableHourCell, DIV#monthDaysView DIV.selectedDay { background-color: #ffe79c; } +DIV#monthDaysView DIV.selectedDay DIV.dayHeader +{ font-weight: bold; } + DIV.daysViewFor7Days#calendarHeader DIV.days DIV.selectedDay.weekEndDay, DIV.daysViewFor7Days#daysView DIV.selectedDay.weekEndDay DIV.clickableHourCell, DIV.daysViewFor7Days#daysView DIV.selectedDay DIV.clickableHourCell.outOfDay