sogo/UI/WebServerResources/iefixes.css
Francis Lachapelle 5ce7f9d377 Monotone-Parent: 63a530bbdbc486f47136825ad11a2ed0267f8e1e
Monotone-Revision: 286ef895fa5866cbba4e854f1db4225df88da0b5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-26T14:19:40
Monotone-Branch: ca.inverse.sogo
2007-10-26 14:19:40 +00:00

34 lines
660 B
CSS

/* SOGoRootPage */
DIV#loginScreen
{ border: 2px solid #fff;
border-right: 2px solid #666;
border-bottom: 2px solid #666;
}
/* generic */
SPAN.disabledToolbarButton
{ filter: alpha(opacity=40); }
DIV.javascriptPopupBackground
{ filter: alpha(opacity=60); }
DIV.javascriptMessagePseudoWindow,
DIV.javascriptMessagePseudoTopWindow
{ filter: alpha(opacity=100); }
/* MailerUI */
IMG.dragMessage
{ filter: alpha(opacity=70); }
/* SchedulerUI */
DIV[class~="event"]._selected > DIV.eventInside
{ filter: alpha(opacity=70); }
DIV.shadow1.css,
DIV.shadow2.css,
DIV.shadow3.css,
{ filter: alpha(opacity=10); }
DIV.shadow4.css
{ filter: alpha(opacity=40); }