connection form style

This commit is contained in:
Jan Prochazka
2021-02-13 19:05:37 +01:00
parent 521199ee1a
commit eab870c237
5 changed files with 121 additions and 52 deletions

View File

@@ -50,6 +50,10 @@ export default function ThemeHelmet() {
border: 1px solid ${theme.border};
}
select[disabled] {
background-color: ${theme.input_background2};
}
textarea {
background-color: ${theme.input_background};
color: ${theme.input_font1};