Skip to content
Snippets Groups Projects
Commit 2a59bf73 authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

Resolve "Formularfelder haben im Hochkontrastmodus einen zu geringen Kontrast"

Closes #3866

Merge request studip/studip!2718
parent 9992c152
No related branches found
No related tags found
No related merge requests found
...@@ -1295,4 +1295,20 @@ button.as-link { ...@@ -1295,4 +1295,20 @@ button.as-link {
} }
} }
} }
} }
\ No newline at end of file form.default {
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
select,
textarea {
border: 1px solid var(--black);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment