aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/jquery.ocdialog.scss2
-rw-r--r--core/css/styles.scss2
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;
}