Fixed declined/tentative events opacity in IE.

Monotone-Parent: dd31018a0c1b88afe90d371ba63164a518d02876
Monotone-Revision: 586a0bdcc2c98c7e3366a22553c91c00478f7f6d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-02-03T16:25:58
maint-2.0.2
Francis Lachapelle 2012-02-03 16:25:58 +00:00
parent dfe906cffc
commit 4f3d86ff83
1 changed files with 10 additions and 0 deletions

View File

@ -84,6 +84,16 @@ DIV#editorTabs TABLE.frame INPUT.textField
INPUT.textField._invalid, INPUT.comboBoxField._invalid
{ background: #f00 !important; }
/* SchedulerUI */
DIV.eventInside.tentative,
DIV.eventInside.needs-action
{ filter: alpha(opacity=70); }
DIV.eventInside.delegated,
DIV.eventInside.declined
{ filter: alpha(opacity=40); }
/* UIxAppointmentEditor */
DIV#attendeesMenu LI.separator