From a9c813f19226d4e403f90541fc12d4e1c17e30a7 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 27 May 2009 11:48:45 -0400 Subject: [PATCH] Move more proprietary CSS styles to the ie-hacks file --- skins/default/common.css | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/skins/default/common.css b/skins/default/common.css index 2e16b01..046843e 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -197,8 +197,6 @@ right: 200px; z-index: 5000; opacity: 0.85; - /* IE */ - filter: alpha(opacity=85); } #message div @@ -408,7 +406,6 @@ white-space: nowrap; opacity: 0.7; -moz-opacity: 0.7; - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); } a.rcmContactAddress -- Gitblit v1.9.1