From 86772184044befba01affae44dabfdc11dfb7e5c Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Wed, 16 May 2012 10:07:21 +0100 Subject: [PATCH] transparancy for IE8 --- WebContent/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/main.css b/WebContent/main.css index 14f2317af..f75f6a6c9 100644 --- a/WebContent/main.css +++ b/WebContent/main.css @@ -59,8 +59,8 @@ html, body { border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; - background-color:#666666; background-color:rgba(0, 0, 0, 0.25); + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000); } .box-animated { @@ -446,8 +446,8 @@ html, body { left:0px; width:100%; height:100%; - background-color:#666666; background-color:rgba(0, 0, 0, 0.25); + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000); z-index:100; display:none; }