From 193ca9e0470bb5f0b9d4479730647f61b1a7c776 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 11 Jun 2020 14:26:44 +0200 Subject: [PATCH] Fixed #90 --- shared/css/static/general.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shared/css/static/general.scss b/shared/css/static/general.scss index 1f333d71..c5eb861d 100644 --- a/shared/css/static/general.scss +++ b/shared/css/static/general.scss @@ -110,9 +110,14 @@ button, input, optgroup, select, textarea { select { -webkit-border-radius: 1px!important; + outline: none; option { - color: black; + color: #999999; + } + + &:focus { + outline: none !important; } }