Added study programme selector

This commit is contained in:
2025-10-07 11:15:51 +02:00
parent ae1eaa3c26
commit e2e0f45588
4 changed files with 67 additions and 0 deletions

View File

@@ -302,6 +302,21 @@ input[type="text"]:disabled {
color: lightgray;
}
select {
flex-grow: 0;
padding: 8px 16px;
font-family: inherit;
font-size: 100%;
border: 1px var(--button-border-color) solid;
color: black;
background-color: var(--button-color);
border-radius: 8px;
box-sizing: border-box;
width: 100%;
}
.zmp-logo {
position: absolute;
bottom: 20px;