summaryrefslogtreecommitdiff
path: root/client-web/style/master.sass
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-09-23 22:06:46 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-23 22:11:30 +0200
commitc283c98446d21adb0d5a3513ea0bde9e9b08a511 (patch)
tree2bf7aa0a4036993ffbc1e74246a446b2ed077e9f /client-web/style/master.sass
parentbfcbe5a95d870b8080d33cbbacf3fde36c476e69 (diff)
downloadkeks-meet-c283c98446d21adb0d5a3513ea0bde9e9b08a511.tar
keks-meet-c283c98446d21adb0d5a3513ea0bde9e9b08a511.tar.bz2
keks-meet-c283c98446d21adb0d5a3513ea0bde9e9b08a511.tar.zst
Fix CSS and add new chat design
Signed-off-by: metamuffin <metamuffin@disroot.org>
Diffstat (limited to 'client-web/style/master.sass')
-rw-r--r--client-web/style/master.sass6
1 files changed, 5 insertions, 1 deletions
diff --git a/client-web/style/master.sass b/client-web/style/master.sass
index c5c1cc9..854bdae 100644
--- a/client-web/style/master.sass
+++ b/client-web/style/master.sass
@@ -86,7 +86,11 @@ input[type="text"],
select,
input[type="number"]
background-color: var(--bg-dark)
- border: 1px solid var(--ac-light)
+ border: 1.5px solid grey
+
+input:focus
+ border-color: var(--ac-light)
+ outline: none
button.abort
left: 0px