지도에 도시명 켬끔 추가

This commit is contained in:
2018-07-19 00:39:05 +09:00
parent 5179e0228c
commit 389ff5e9a4
4 changed files with 49 additions and 1 deletions
+18
View File
@@ -51,6 +51,20 @@
top:0;
}
.map_body .map_button_stack{
position:absolute;
right:0;
bottom:0;
}
.map_body .map_toggle_cityname::after{
content: "끄기"
}
.map_body .map_toggle_cityname.active::after{
content: "켜기"
}
.world_map .city_tooltip{
position: absolute;
z-index:6;
@@ -104,6 +118,10 @@
color:white;
}
.world_map.hide_cityname .city_detail_name{
display:none;
}
.city_base{
position:absolute;
width:40px;