From 2e5bbe1f411207b2f6a8d6c7b6a3aee2a0339747 Mon Sep 17 00:00:00 2001 From: Hadi Nategh <hn@stylite.de> Date: Thu, 27 Nov 2014 10:31:21 +0000 Subject: [PATCH] Change modal popup close icon --- pixelegg/css/mobile.css | 2 +- pixelegg/css/mobile.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 4983ba6f3d..3ab3fd30a5 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6938,7 +6938,7 @@ a.textSidebox { top: 12px; right: 12px; position: fixed; - background-image: url(../images/topmenu_items/mobile/cancelled.png); + background-image: url(../images/cancelled.png); -webkit-filter: contrast(2); background-repeat: no-repeat; z-index: 1; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 9ece5df32a..53108f5dba 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -673,7 +673,7 @@ and open the template in the editor. top: 12px; right: 12px; position: fixed; - background-image: url(../images/topmenu_items/mobile/cancelled.png); + background-image: url(../images/cancelled.png); -webkit-filter: contrast(2); background-repeat: no-repeat; z-index: 1;