add realm selector to login

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-03-24 21:13:33 +00:00
parent b6685696fc
commit fa66459da7
4 changed files with 21 additions and 9 deletions

View File

@@ -23,7 +23,8 @@ input, label, legend {
input {
border: solid white 1px;
width: min-content;
min-width: fit-content;
width: 100%;
}
input:focus {
@@ -38,7 +39,8 @@ select {
border: solid white 1px;
background-color: black;
color: white;
width: min-content;
min-width: fit-content;
width: 100%;
}
select:disabled {