From 65b861d7ee755ff0b25e61355c2eeb02414f61d3 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 16 Mar 2023 12:22:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20cr=EB=A7=B5=20=EB=B0=B0=EA=B2=BD=20500px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_install/templates/common.orig.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/f_install/templates/common.orig.css b/f_install/templates/common.orig.css index ab795610..e994043a 100644 --- a/f_install/templates/common.orig.css +++ b/f_install/templates/common.orig.css @@ -181,6 +181,15 @@ opacity: 0.5; } +.map_theme_cr.map_detail.small_width_map .city_base .city_bg { + background-image: none !important; + width: 28.5px !important; + height: 28.5px !important; + left: 6px !important; + top: 4px !important; + opacity: 0.5; +} + .map_theme_cr.map_detail .city_bg.bFF0000 { background-color: #FF0000; } .map_theme_cr.map_detail .city_bg.b800000 { background-color: #800000; } .map_theme_cr.map_detail .city_bg.bA0522D { background-color: #A0522D; }