modifications to login page

This commit is contained in:
2026-09-07 21:17:31 +03:00
parent 7783d4cdf5
commit f3630e262a
+15
View File
@@ -261,6 +261,21 @@ select:focus,
padding-left: 0; padding-left: 0;
} }
/* Bootstrap rounds the outer corners of input-group children by default;
the icon addon also keeps its own light-blue background otherwise. */
#login-form .input-group > .form-control,
#login-form .input-group-text,
#login-form .input-group .icon {
border-radius: 0 !important;
}
#login-form .input-group-text,
#login-form .input-group .icon {
background-color: #fbfbf6;
border-color: var(--ink);
color: var(--ink);
}
#login-form input.form-control { #login-form input.form-control {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;