From 593bf2aa5da4c293a26e1871d2e3c186f483259f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 16 Oct 2012 14:12:13 -0400 Subject: [PATCH] [SIGNED-OFF] 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 --- .../intranet-tmpl/prog/en/css/staff-global.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 71c3d3f..422739e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -727,6 +727,7 @@ fieldset.rows label.yesno { } fieldset.action, div.action { + background-color: transparent; clear : both; float : none; border : 0px; -- 1.7.2.3