Bug 17798: (follow-up) Adjust color of fieldset nested in .dialog.alert

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2023-11-03 12:22:34 +00:00 committed by Tomas Cohen Arazi
parent 5d291a6f1d
commit aaa0bd2391
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -1708,6 +1708,11 @@ i {
text-align: center;
text-shadow: none;
fieldset:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary):not(.action) {
background-color: rgba( 255, 255, 255, .5 );
margin: 1rem;
}
strong {
color: #900;
}