|
@ -36,11 +36,16 @@ input, textarea { |
|
|
background-color: var(--color-bg); |
|
|
background-color: var(--color-bg); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
|
input:focus[type=submit] { |
|
|
input:focus[type=submit] { |
|
|
background-color: var(--color-acc1) !important; |
|
|
background-color: var(--color-acc1) !important; |
|
|
} |
|
|
} |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
input[type=text] { |
|
|
|
|
|
background-color: var(--color-bg) !important; |
|
|
|
|
|
color: var(--color-fg) !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/*not working*/ |
|
|
/*not working*/ |
|
|
input[type=button], input[type=submit], input[type=reset] { |
|
|
input[type=button], input[type=submit], input[type=reset] { |
|
|