mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +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:
@@ -28,6 +28,9 @@
|
||||
<var:if condition="hasPageSpecificCSS"
|
||||
><link type="text/css" rel="stylesheet" var:href="pageCSSURL"
|
||||
/></var:if>
|
||||
<var:if-ie
|
||||
><link type="text/css" rel="stylesheet" rsrc:href="iefixes.css"
|
||||
/></var:if-ie>
|
||||
</head>
|
||||
|
||||
<body var:class="bodyClasses">
|
||||
|
||||
@@ -465,8 +465,7 @@ IMG.dragMessage
|
||||
visibility: hidden;
|
||||
border: 0px;
|
||||
-moz-opacity: 0.7;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70); }
|
||||
opacity: 0.7; }
|
||||
|
||||
TABLE#addr_table
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -255,8 +255,7 @@ SPAN.toolbarButton, SPAN.disabledToolbarButton
|
||||
|
||||
SPAN.disabledToolbarButton
|
||||
{ -moz-opacity: 0.4;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40); }
|
||||
opacity: 0.4; }
|
||||
|
||||
SPAN.toolbarButton:hover
|
||||
{ color: -moz-buttonhovertext;
|
||||
@@ -500,7 +499,6 @@ DIV.javascriptPopupBackground
|
||||
background-color: #999;
|
||||
-moz-opacity: 0.6;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
z-index: 2;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
@@ -513,14 +511,13 @@ DIV.javascriptMessagePseudoTopWindow
|
||||
{ position: absolute;
|
||||
z-index: 2;
|
||||
border-bottom: 2px solid #888;
|
||||
-moz-border-bottom-colors: #000 #9c9a94 transparent;
|
||||
padding: 1em;
|
||||
margin: 0px auto;
|
||||
-moz-opacity: 1.0;
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
color: #000;
|
||||
background-color: #d4d0c8; }
|
||||
background-color: #d4d0c8;
|
||||
-moz-border-bottom-colors: #000 #9c9a94 transparent;
|
||||
-moz-opacity: 1.0;
|
||||
opacity: 1.0; }
|
||||
|
||||
DIV.javascriptMessagePseudoTopWindow
|
||||
{ border-top: 0px;
|
||||
@@ -695,7 +692,7 @@ INPUT.checkBox
|
||||
{
|
||||
BODY
|
||||
{ position: static;
|
||||
font-size: 25%;
|
||||
font-size: 10pt;
|
||||
height: auto;
|
||||
overflow: visible; }
|
||||
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
/* 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); }
|
||||
Reference in New Issue
Block a user