mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 10:32:47 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user