add realm selector to login
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user