From 4c18cc34f3ad4ad480c85c650c0667d0100e1943 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 17 Jan 2019 10:59:50 +0100 Subject: Dark theme: Fix move/copy dialog icons Signed-off-by: Jan-Christoph Borchardt --- core/css/jquery.ocdialog.scss | 2 +- core/css/styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/jquery.ocdialog.scss b/core/css/jquery.ocdialog.scss index f25ca142716..7372f308727 100644 --- a/core/css/jquery.ocdialog.scss +++ b/core/css/jquery.ocdialog.scss @@ -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, diff --git a/core/css/styles.scss b/core/css/styles.scss index f94108efef4..065767d9b32 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -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; } -- cgit v1.2.3