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:
parent
5d291a6f1d
commit
aaa0bd2391
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue