auth types in driver

This commit is contained in:
Jan Prochazka
2021-01-17 19:16:22 +01:00
parent a9c38d5782
commit 8f98b352da
4 changed files with 70 additions and 18 deletions

View File

@@ -39,7 +39,11 @@ export default function ThemeHelmet() {
color: ${theme.input_font1};
border: 1px solid ${theme.border};
}
input[disabled] {
background-color: ${theme.input_background2};
}
select {
background-color: ${theme.input_background};
color: ${theme.input_font1};