mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-27 09:02:43 +00:00
Monotone-Parent: a4dc112ad42d8b85263a723606a21cfe34e94865
Monotone-Revision: 2519a63de2bcf36a1f0aeeece831f277cf94934c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T22:35:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -798,7 +798,9 @@ DIV.appointments > DIV.appointment
|
||||
padding: 1px; }
|
||||
|
||||
DIV[class~="appointment"]._selected > DIV.appointmentInside
|
||||
{ -moz-opacity: 0.7; }
|
||||
{ -moz-opacity: 0.7;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70); }
|
||||
|
||||
DIV.appointment > DIV.appointmentInside
|
||||
{ position: absolute;
|
||||
@@ -817,28 +819,36 @@ DIV.shadow1
|
||||
right: 0px;
|
||||
top: 2px;
|
||||
bottom: 3px;
|
||||
-moz-opacity: 0.1; }
|
||||
-moz-opacity: 0.1;
|
||||
opacity: 0.1;
|
||||
filter: alpha(opacity=10); }
|
||||
|
||||
DIV.shadow2
|
||||
{ left: 1px;
|
||||
right: 1px;
|
||||
top: 1px;
|
||||
bottom: 2px;
|
||||
-moz-opacity: 0.1; }
|
||||
-moz-opacity: 0.1;
|
||||
opacity: 0.1;
|
||||
filter: alpha(opacity=10); }
|
||||
|
||||
DIV.shadow3
|
||||
{ left: 2px;
|
||||
right: 2px;
|
||||
top: 0px;
|
||||
bottom: 3px;
|
||||
-moz-opacity: 0.1; }
|
||||
-moz-opacity: 0.1;
|
||||
opacity: 0.1;
|
||||
filter: alpha(opacity=10); }
|
||||
|
||||
DIV.shadow4
|
||||
{ left: 3px;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
bottom: 4px;
|
||||
-moz-opacity: 0.4; }
|
||||
moz-opacity: 0.4;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40); }
|
||||
|
||||
DIV.gradient, DIV.text
|
||||
{ position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user