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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to