Dark theme: Fix select triangle not being visible

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Tento commit je obsažen v:
Jan-Christoph Borchardt 2019-01-15 20:54:39 +01:00
rodič 53c077afc9
revize db1f1048f9
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: CBD846FC845CBE17

Zobrazit soubor

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