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; } }