Fix: opacit du fond non pris en charge sur IE
This commit is contained in:
parent
d1b7c08162
commit
d2dfe7376f
@ -1,6 +1,6 @@
|
||||
.overlay_alert {
|
||||
background-color: #ACBCBB;
|
||||
/* filter:alpha(opacity=60); */
|
||||
filter:alpha(opacity=60);
|
||||
-moz-opacity: 0.6;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
.overlay_dialog {
|
||||
background-color: #666666;
|
||||
/* filter:alpha(opacity=60); */
|
||||
filter:alpha(opacity=60);
|
||||
-moz-opacity: 0.6;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.overlay___invisible__ {
|
||||
background-color: #666666;
|
||||
/* filter:alpha(opacity=0); */
|
||||
filter:alpha(opacity=0);
|
||||
-moz-opacity: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user