[Koha-patches] [PATCH] Bug 8931 - submit buttons have blue background

Owen Leonard oleonard at myacpl.org
Tue Oct 16 20:15:29 CEST 2012


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


More information about the Koha-patches mailing list