Monotone-Parent: 1d05ae449066fd75b21aeb3597bedbdca681ea0b

Monotone-Revision: f4e46f4fdff68852706c529d4cdff8b4e064c648

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-12T21:03:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-12 21:03:32 +00:00
parent db59a20291
commit 55457321de

View File

@@ -60,12 +60,6 @@ UL#tasksList
UL#tasksList LI
{ white-space: nowrap; }
UL#tasksList LI._selected
{
background: #4b6983;
color: #fff !important;
}
UL#tasksList LI.overdue
{ color: #f00; }
@@ -247,18 +241,22 @@ DIV#calendarView A
{ background: #ddd;
border: 1px solid #deebf7; }
#dateSelector TD._selected
TABLE#appointmentsList
{ width: auto; }
#dateSelector TD._selected,
UL#tasksList LI._selected,
TABLE#appointmentsList TR._selected TD
{
background: #4b6983;
color: #fff;
}
TABLE#appointmentsList
{ width: auto; }
TABLE#appointmentsList TR._selected TD
._unfocused#dateSelector TD._selected,
UL._unfocused#tasksList LI._selected,
TABLE._unfocused#appointmentsList TR._selected TD
{
background: #4b6983;
background: #dbdad5;
color: #fff;
}