aboutsummaryrefslogtreecommitdiff
path: root/client-web/public/assets/style/master.css
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/public/assets/style/master.css')
-rw-r--r--client-web/public/assets/style/master.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/client-web/public/assets/style/master.css b/client-web/public/assets/style/master.css
index 0d2681b..5e26ea6 100644
--- a/client-web/public/assets/style/master.css
+++ b/client-web/public/assets/style/master.css
@@ -49,7 +49,9 @@ input[type="button"].active,
button.active {
filter: hue-rotate(20deg);
}
-input[type="text"] {
+input[type="text"],
+select,
+input[type="number"] {
background-color: var(--bg-dark);
border: 1px solid var(--ac-light);
}