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

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>
This commit is contained in:
Owen Leonard 2012-11-08 11:40:58 -05:00 committed by Jared Camins-Esakov
parent 1ce2386e36
commit 6f69e809b4

View 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;