From 3b29c2c8cc7bdf162c26507c9c926b386e6ebf67 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Sun, 15 Jun 2025 23:00:15 +0200 Subject: [PATCH] Update front.css to simplify .an_banner-border styles and adjust file size and modification time in sync cache --- .vscode/ftp-kr.sync.cache.json | 4 ++-- themes/charme/modules/an_banners/views/css/front.css | 10 +--------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 4b56126b..52484b13 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -4088,8 +4088,8 @@ "css": { "front.css": { "type": "-", - "size": 2425, - "lmtime": 1723829541653, + "size": 2307, + "lmtime": 1749761110479, "modified": false }, "index.php": { diff --git a/themes/charme/modules/an_banners/views/css/front.css b/themes/charme/modules/an_banners/views/css/front.css index 934608e4..57aeea8b 100644 --- a/themes/charme/modules/an_banners/views/css/front.css +++ b/themes/charme/modules/an_banners/views/css/front.css @@ -31,15 +31,7 @@ } .an_banner-border { - content: ""; - display: block; - width: calc(100% - 30px); - height: 100%; - position: absolute; - top: -15px; - right: 0; - transition: all .4s; - box-shadow: inset 0 0 0 3px #e5e5e5; + display: none !important; } .an_banner-link:hover+.an_banner-border {