From d2dfe7376f447f796e7b000d92566e02fca96f3d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 11 Jan 2008 10:12:09 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20opacit=E9=20du=20fond=20non=20pris=20en?= =?UTF-8?q?=20charge=20sur=20IE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/common/window/alert.css | 2 +- htdocs/theme/common/window/default.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/common/window/alert.css b/htdocs/theme/common/window/alert.css index 59bcd338d12..353e862f88d 100644 --- a/htdocs/theme/common/window/alert.css +++ b/htdocs/theme/common/window/alert.css @@ -1,6 +1,6 @@ .overlay_alert { background-color: #ACBCBB; -/* filter:alpha(opacity=60); */ + filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } diff --git a/htdocs/theme/common/window/default.css b/htdocs/theme/common/window/default.css index 3c4c46ae838..7b129b60142 100644 --- a/htdocs/theme/common/window/default.css +++ b/htdocs/theme/common/window/default.css @@ -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; }