From 1ce2386e3686e26747c50c31189636565cc500d2 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 16 Oct 2012 14:12:13 -0400 Subject: [PATCH] Bug 8931 - submit buttons have blue background This patch specifies a transparent background for fieldsets and divs with the class "action," which are typically containers for the submit/cancel actions. For testers, a good example page to view is the "set library" page. Signed-off-by: Nicole C. Engard Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 1 + 1 file changed, 1 insertion(+) 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 7f8c9a1c40..3cfbb9b0cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -711,6 +711,7 @@ fieldset.rows label.yesno { } fieldset.action, div.action { + background-color: transparent; clear : both; float : none; border : 0px; -- 2.39.5