1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-07-22 12:29:47 +02:00

Dark theme: Fix select triangle not being visible

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Dieser Commit ist enthalten in:
Jan-Christoph Borchardt 2019-01-15 20:54:39 +01:00
Ursprung 53c077afc9
Commit db1f1048f9
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: CBD846FC845CBE17

Datei anzeigen

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