From 45b037621748d3580efa522edf0d73eec4155068 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 21 Mar 2008 17:13:20 +0000 Subject: [PATCH] Fixed unvisable under IE editbutton --- themes/aqua/default.css | 5 ----- themes/cool/default.css | 5 ----- themes/default/default.css | 9 ++++----- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/themes/aqua/default.css b/themes/aqua/default.css index 01aeaa38..5615ac07 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/default.css @@ -345,11 +345,6 @@ input.amount { .editbutton { color:#0000FF; background-color:transparent; - float:left; - filter:alpha(opacity=0); - opacity:0; - -moz-opacity:0; - -khtml-opacity:0; border-style:none; text-decoration:underline; cursor: pointer; diff --git a/themes/cool/default.css b/themes/cool/default.css index ba7811f4..0180fd4d 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -351,11 +351,6 @@ input.amount { .editbutton { color:#0000FF; background-color:transparent; - float:left; - filter:alpha(opacity=0); - opacity:0; - -moz-opacity:0; - -khtml-opacity:0; border-style:none; text-decoration:underline; cursor: pointer; diff --git a/themes/default/default.css b/themes/default/default.css index 12f87717..22d0ec5f 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -345,12 +345,11 @@ input.amount { .editbutton { color:#0000FF; background-color:transparent; - float:left; - filter:alpha(opacity=0); - opacity:0; - -moz-opacity:0; - -khtml-opacity:0; border-style:none; text-decoration:underline; cursor: pointer; } + +.listsubmit { + display: none; +} -- 2.30.2