mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user