From 9fa6c82759bca0b06104bedab981ad0144a01a89 Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
Date: Tue, 16 Oct 2012 14:12:13 -0400
Subject: [PATCH] Bug 8931 - submit buttons have blue background
Content-Type: text/plain; charset="utf-8"

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.
---
 .../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 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.9.5