mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: d5a35d507386b7213ff2f2e4f5f37c9c22f0c2ae
Monotone-Revision: a11424d99fd81b4c47bf7609d4e4e9ec4e1b0ab2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-05T18:07:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -485,7 +485,7 @@ INPUT#searchValue
|
||||
|
||||
DIV.javascriptPopupBackground
|
||||
{ position: absolute;
|
||||
background-color: #999;
|
||||
background-color: #d4d0c8;
|
||||
-moz-opacity: 0.6;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
@@ -513,7 +513,7 @@ DIV.javascriptMessagePseudoWindow
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
color: #000;
|
||||
background-color: #dedede; }
|
||||
background-color: #d4d0c8; }
|
||||
|
||||
DIV.noJavascriptErrorMessage
|
||||
{ top: 10em;
|
||||
@@ -524,10 +524,6 @@ DIV.noJavascriptErrorMessage A
|
||||
{ float: right;
|
||||
margin: 0px auto; }
|
||||
|
||||
A.button:hover
|
||||
{ color: inherit;
|
||||
background: #efebe7; }
|
||||
|
||||
INPUT.button:active,
|
||||
A.button:active
|
||||
{ color: -moz-buttonhovertext;
|
||||
@@ -539,7 +535,6 @@ A.button:active
|
||||
|
||||
INPUT.button,
|
||||
A.button,
|
||||
A[class~="_disabled"].button:hover,
|
||||
A[class~="_disabled"].button:active
|
||||
{ cursor: default;
|
||||
padding: 1px .5em;
|
||||
@@ -559,7 +554,6 @@ A.button IMG
|
||||
{ vertical-align: middle; }
|
||||
|
||||
A[class~="_disabled"].button,
|
||||
A[class~="_disabled"].button:hover,
|
||||
A[class~="_disabled"].button:active
|
||||
{ color: #999;
|
||||
background: inherit; }
|
||||
|
||||
Reference in New Issue
Block a user