Dark theme: Fix select triangle not being visible

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-15 20:54:39 +01:00
parent 53c077afc9
commit db1f1048f9
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17

View File

@ -230,7 +230,7 @@ select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url('../img/actions/triangle-s.svg') no-repeat right 4px center;
background: var(--icon-triangle-s-000) no-repeat right 4px center;
background-color: inherit;
outline: 0;
padding-right: 24px !important;