diff --git a/hacktheplanet/login/resources/css/login.css b/hacktheplanet/login/resources/css/login.css index d639a9c..2b27584 100644 --- a/hacktheplanet/login/resources/css/login.css +++ b/hacktheplanet/login/resources/css/login.css @@ -83,6 +83,7 @@ div.kc-logo-text span { color: #ededed; overflow: visible; white-space: nowrap; + display: none; } #kc-header-wrapper { diff --git a/hacktheplanet/login/theme.properties b/hacktheplanet/login/theme.properties index ddd1618..18747f9 100644 --- a/hacktheplanet/login/theme.properties +++ b/hacktheplanet/login/theme.properties @@ -1,8 +1,8 @@ -parent=base +parent=keycloak import=common/keycloak styles=css/login.css -stylesCommon=web_modules/@patternfly/react-core/dist/styles/base.css web_modules/@patternfly/react-core/dist/styles/app.css node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css lib/pficon/pficon.css +stylesCommon=vendor/patternfly-v4/patternfly.min.css vendor/patternfly-v3/css/patternfly.min.css vendor/patternfly-v3/css/patternfly-additions.min.css lib/pficon/pficon.css meta=viewport==width=device-width,initial-scale=1 @@ -75,6 +75,7 @@ kcInputClassCheckboxInput=pf-c-check__input kcInputClassCheckboxLabel=pf-c-check__label kcInputClassRadioCheckboxLabelDisabled=pf-m-disabled kcInputErrorMessageClass=pf-c-form__helper-text pf-m-error required kc-feedback-text +kcInputGroup=pf-c-input-group kcInputWrapperClass=col-xs-12 col-sm-12 col-md-12 col-lg-12 kcFormOptionsClass=col-xs-12 col-sm-12 col-md-12 col-lg-12 kcFormButtonsClass=col-xs-12 col-sm-12 col-md-12 col-lg-12 @@ -159,3 +160,8 @@ kcRecoveryCodesConfirmation=kc-recovery-codes-confirmation kcCheckClass=pf-c-check kcCheckInputClass=pf-c-check__input kcCheckLabelClass=pf-c-check__label + +## Password visibility +kcFormPasswordVisibilityButtonClass=pf-c-button pf-m-control +kcFormPasswordVisibilityIconShow=fa fa-eye +kcFormPasswordVisibilityIconHide=fa fa-eye-slash