mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 02:11:23 +00:00
Monotone-Parent: 396cb9daa0f5866edb2141f879e47a4b45dbabce
Monotone-Revision: 534a14b91a815041d27ce212e28d37e2b61c6344 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-04-24T19:19:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -936,25 +936,19 @@ DIV#calendarHeader DIV.event
|
||||
DIV.event DIV.text
|
||||
{ font-size: 92%; }
|
||||
|
||||
DIV.event.needs-action DIV.text
|
||||
{ background-image: url("needs-action.png");
|
||||
DIV.event.alarm DIV.text
|
||||
{ background-image: url("alarm.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right; }
|
||||
|
||||
DIV.event.accepted DIV.text
|
||||
{ background-image: url("accepted.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right; }
|
||||
DIV.eventInside.needs-action
|
||||
{ border: 2px dotted #666;
|
||||
-moz-opacity: 0.6;
|
||||
opacity: 0.6; }
|
||||
|
||||
DIV.event.declined DIV.text
|
||||
{ background-image: url("declined.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right; }
|
||||
|
||||
DIV.event.tentative DIV.text
|
||||
{ background-image: url("tentative.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right; }
|
||||
DIV.eventInside.declined
|
||||
{ -moz-opacity: 0.3;
|
||||
opacity: 0.3; }
|
||||
|
||||
DIV#daysView DIV[class~="event"].starts0
|
||||
{ top: 0.000000%; }
|
||||
|
||||
Reference in New Issue
Block a user