aboutsummaryrefslogtreecommitdiff
path: root/client-web
diff options
context:
space:
mode:
Diffstat (limited to 'client-web')
-rw-r--r--client-web/style/master.sass3
1 files changed, 2 insertions, 1 deletions
diff --git a/client-web/style/master.sass b/client-web/style/master.sass
index 44324bf..978ebdd 100644
--- a/client-web/style/master.sass
+++ b/client-web/style/master.sass
@@ -76,7 +76,7 @@ button:hover,
input:disabled,
button:disabled,
.side-ui-control:disabled
- filter: sepia(90%)
+ filter: saturate(30%)
input[type="button"].active,
button.active,
@@ -89,6 +89,7 @@ input[type="number"]
color: white
background-color: var(--bg-dark)
border: 1.5px solid grey
+ border-radius: 3px
input:focus
border-color: var(--ac-light)