Bug 8931 [Follow-up] submit buttons have blue background
authorOwen Leonard <oleonard@myacpl.org>
Thu, 8 Nov 2012 16:40:58 +0000 (11:40 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 10 Nov 2012 01:08:23 +0000 (20:08 -0500)
This follow-up removes the white background from fieldsets
with class "action" when they are embedded inside another
fieldset (Comment 4).

Signed-off-by: Melia Meggs <melia@test.bywatersolutions.com>
Passed-QA-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 3cfbb9b..14e18f6 100644 (file)
@@ -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;