Login button fix style

This commit is contained in:
Jonathan 2023-02-15 10:50:30 +01:00
parent 7e864a4db2
commit 7622e02c2e
1 changed files with 2 additions and 1 deletions

View File

@ -237,7 +237,8 @@ div.login_button_saml input {
background-position: right 5% center;
}
div.login_button input:hover {
div.login_button input:hover,
#button-login_button:hover {
background-color: #fff;
color: #000;
border: 1px solid #fff;