aboutsummaryrefslogtreecommitdiff
path: root/client-web/style
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-23 23:06:51 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-23 23:06:51 +0200
commit46568ab5af52d2d1ff55c07b538b08837ab9e0c0 (patch)
tree73c4c44832deea35d7c38e47273f6d2e4b356ee6 /client-web/style
parent345391fd8c579614491951f8650408f2e074fe5e (diff)
downloadkeks-meet-46568ab5af52d2d1ff55c07b538b08837ab9e0c0.tar
keks-meet-46568ab5af52d2d1ff55c07b538b08837ab9e0c0.tar.bz2
keks-meet-46568ab5af52d2d1ff55c07b538b08837ab9e0c0.tar.zst
settings inputs style refinement
Diffstat (limited to 'client-web/style')
-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)