From d2e5170c02c7d88053bf081da3e9deaf1eb4522e Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 9 Feb 2010 07:55:32 +0000 Subject: Replaced transparent png background with transparetn colour. --- htdocs/admin.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/admin.css b/htdocs/admin.css index 80e0fdd..f86d851 100644 --- a/htdocs/admin.css +++ b/htdocs/admin.css @@ -9,7 +9,11 @@ width: 80%; min-height: 500px; border: solid #0000ff 3px; - background: url(gfx/transparent.png) repeat; + background: #fff; + filter:alpha(opacity=85); + -moz-opacity:0.85; + -khtml-opacity: 0.85; + opacity: 0.85; color: #000; } @@ -72,7 +76,7 @@ * Forms */ .admin .textedit { - width: 400px; + width: 700px; } .admin .form .label { -- cgit v1.2.3