Monotone-Parent: fb12a8435fe66cc16657a150037d1934ac20341c

Monotone-Revision: 4ea32f73278c61525c516b249d09c1b7f1e948bb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-18T21:48:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-18 21:48:10 +00:00
parent c7637c42eb
commit 699f5f3427
3 changed files with 91 additions and 40 deletions

View File

@@ -84,6 +84,24 @@ UL#tasksList LI.completed
UL#tasksList LI.duelater
{ color: #999; }
UL#tasksList LI[class~="_selected"].overdue
{
color: #fff !important;
background-color: #f00 !important;
}
UL#tasksList LI[class~="_selected"].duetoday
{
color: #fff !important;
background-color: #00f !important;
}
UL#tasksList LI[class~="_selected"].duelater
{
color: #fff !important;
background-color: #999 !important;
}
DIV#rightPanel
{
position: absolute;
@@ -252,7 +270,7 @@ DIV#calendarView A
border: 1px solid #deebf7; }
TABLE#appointmentsList
{ width: auto; }
{ width: 100%; }
#dateSelector TD._selected,
UL > LI._selected,