summaryrefslogtreecommitdiff
path: root/client-web/style/master.sass
diff options
context:
space:
mode:
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