mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 896895232d25506e19bd733d08a718ef9692eecd
Monotone-Revision: e4252f3c39ed69ff82810c4730305d11f32582af Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-21T19:42:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -824,8 +824,7 @@ DIV.events > DIV.event
|
||||
|
||||
DIV[class~="event"]._selected > DIV.eventInside
|
||||
{ -moz-opacity: 0.7;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70); }
|
||||
opacity: 0.7; }
|
||||
|
||||
DIV.event > DIV.eventInside
|
||||
{ position: absolute;
|
||||
@@ -845,8 +844,7 @@ DIV.shadow1
|
||||
top: 2px;
|
||||
bottom: 3px;
|
||||
-moz-opacity: 0.1;
|
||||
opacity: 0.1;
|
||||
filter: alpha(opacity=10); }
|
||||
opacity: 0.1; }
|
||||
|
||||
DIV.shadow2
|
||||
{ left: 1px;
|
||||
@@ -854,8 +852,7 @@ DIV.shadow2
|
||||
top: 1px;
|
||||
bottom: 2px;
|
||||
-moz-opacity: 0.1;
|
||||
opacity: 0.1;
|
||||
filter: alpha(opacity=10); }
|
||||
opacity: 0.1; }
|
||||
|
||||
DIV.shadow3
|
||||
{ left: 2px;
|
||||
@@ -863,8 +860,7 @@ DIV.shadow3
|
||||
top: 0px;
|
||||
bottom: 3px;
|
||||
-moz-opacity: 0.1;
|
||||
opacity: 0.1;
|
||||
filter: alpha(opacity=10); }
|
||||
opacity: 0.1; }
|
||||
|
||||
DIV.shadow4
|
||||
{ left: 3px;
|
||||
@@ -872,8 +868,7 @@ DIV.shadow4
|
||||
top: 3px;
|
||||
bottom: 4px;
|
||||
-moz-opacity: 0.4;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40); }
|
||||
opacity: 0.4; }
|
||||
|
||||
DIV.gradient, DIV.text
|
||||
{ position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user