mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
webui: redable color of invalid fields on login-screen-like pages
Pages with widgets like LoginScreen, MigrateScreen use login-pf styling. This page has dark background instead of light. Thus styling for labels for fields with error has color which makes the label hard to read or almost invisible. Change it to white so it is still readable. Fixes: https://pagure.io/freeipa/issue/7641 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Serhii Tsymbaliuk <stsymbal@localhost.localdomain>
This commit is contained in:
parent
4088b283b4
commit
28f4e0e0ec
@ -29,6 +29,10 @@
|
||||
background: @login-bg-color url("@{img-path}/@{img-bg-login}") repeat-x 50% 0;
|
||||
background-size: auto;
|
||||
color: #fff;
|
||||
|
||||
.has-error .control-label {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.reset-login-pf-height() {
|
||||
|
Loading…
Reference in New Issue
Block a user