diff options
Diffstat (limited to 'core/css/jquery.ocdialog.scss')
-rw-r--r-- | core/css/jquery.ocdialog.scss | 2 |
1 files changed, 1 insertions, 1 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, |