Added study programme selector
This commit is contained in:
15
styles.css
15
styles.css
@@ -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;
|
||||
|
Reference in New Issue
Block a user