make field border less bright

This commit is contained in:
Bruno Windels 2020-07-14 19:19:27 +02:00
parent 4d14a1d6b3
commit 0c3501e317

View file

@ -48,7 +48,7 @@ $event-selected-color: $header-panel-bg-color;
$primary-hairline-color: transparent;
// used for the border of input text fields
$input-border-color: #e7e7e7;
$input-border-color: rgba(231, 231, 231, 0.2);
$input-darker-bg-color: $search-bg-color;
$input-darker-fg-color: $search-placeholder-color;
$input-lighter-bg-color: #f2f5f8;