Fix: Non respect de la norme css.

This commit is contained in:
Laurent Destailleur 2007-09-09 11:30:23 +00:00
parent 3c5708ba7f
commit 0b37a1e627
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
.overlay_alert { .overlay_alert {
background-color: #ACBCBB; background-color: #ACBCBB;
filter:alpha(opacity=60); /* filter:alpha(opacity=60); */
-moz-opacity: 0.6; -moz-opacity: 0.6;
opacity: 0.6; opacity: 0.6;
} }

View File

@ -1,6 +1,6 @@
.overlay_alphacube { .overlay_alphacube {
background-color: #85BBEF; background-color: #85BBEF;
filter:alpha(opacity=60); /* filter:alpha(opacity=60); */
-moz-opacity: 0.6; -moz-opacity: 0.6;
opacity: 0.6; opacity: 0.6;
} }
@ -142,7 +142,7 @@
.alphacube_wired_frame { .alphacube_wired_frame {
background: #FFF; background: #FFF;
filter:alpha(opacity=60); /* filter:alpha(opacity=60); */
-moz-opacity: 0.6; -moz-opacity: 0.6;
opacity: 0.6; opacity: 0.6;
} }

View File

@ -1,13 +1,13 @@
.overlay_dialog { .overlay_dialog {
background-color: #666666; background-color: #666666;
filter:alpha(opacity=60); /* filter:alpha(opacity=60); */
-moz-opacity: 0.6; -moz-opacity: 0.6;
opacity: 0.6; opacity: 0.6;
} }
.overlay___invisible__ { .overlay___invisible__ {
background-color: #666666; background-color: #666666;
filter:alpha(opacity=0); /* filter:alpha(opacity=0); */
-moz-opacity: 0; -moz-opacity: 0;
opacity: 0; opacity: 0;
} }