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:
parent
1ce2386e36
commit
6f69e809b4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue