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

Owen Leonard oleonard at myacpl.org
Thu Nov 8 17:46:01 CET 2012


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


More information about the Koha-patches mailing list