Dark theme: Fix move/copy dialog icons

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-17 10:59:50 +01:00
parent e5922c6b8f
commit 4c18cc34f3
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
top: 0;
right: 0;
padding: 25px;
background: url('../img/actions/close.svg') no-repeat center;
background: var(--icon-close-000) no-repeat center;
opacity: .5;
&:hover,

View file

@ -708,7 +708,7 @@ code {
box-sizing: border-box;
div:first-child a {
background-image: url('../img/places/home.svg?v=1');
background-image: var(--icon-home-000);
background-repeat: no-repeat;
background-position: left center;
}