From 01d8f656333dc2229e07f913a33b1229323ec327 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 8 Nov 2012 11:40:58 -0500 Subject: [PATCH] Bug 8931 [Follow-up] submit buttons have blue background Content-Type: text/plain; charset="utf-8" This follow-up removes the white background from fieldsets with class "action" when they are embedded inside another fieldset (Comment 4). --- .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 3cfbb9b..14e18f6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -618,7 +618,7 @@ fieldset.rows label, fieldset.rows span.label { } fieldset.rows fieldset { - background-color: #FFF; + background-color: transparent; border-width : 1px; margin : 1em; padding : .3em; -- 1.7.9.5