aboutsummaryrefslogtreecommitdiff
path: root/src/styles/input.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/input.css')
-rw-r--r--src/styles/input.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/input.css b/src/styles/input.css
index 4bb77860..a18cce32 100644
--- a/src/styles/input.css
+++ b/src/styles/input.css
@@ -32,12 +32,17 @@ select {
input[type='number'] {
appearance: textfield;
}
+
+ input[type='file'] {
+ color: var(--base02);
+ }
}
input[type='text'],
input[type='number'],
input[type='date'],
input[type='time'],
+input[type='file'],
button {
padding: 0.25em 0.5em;
}