From 59877e181eb561d536fc07255374cb04bba090d0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 28 Nov 2018 01:02:56 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=8B=9C=20=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=EC=97=90=20select2=EB=A5=BC=20=EC=8B=9C=ED=97=98=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- e_lib/select2/select2-bootstrap4.css | 2 +- hwe/b_currentCity.php | 28 ++++++++++++++++------------ hwe/css/common.css | 7 +++++++ hwe/js/currentCity.js | 22 ++++++++++++++++++++++ 4 files changed, 46 insertions(+), 13 deletions(-) create mode 100644 hwe/js/currentCity.js diff --git a/e_lib/select2/select2-bootstrap4.css b/e_lib/select2/select2-bootstrap4.css index 9cde3c28..ea8cc86e 100644 --- a/e_lib/select2/select2-bootstrap4.css +++ b/e_lib/select2/select2-bootstrap4.css @@ -1,5 +1,5 @@ /* select2-bootstrap4 with Darkly */ -.select2-container--bootstrap4 { display: block; color: black; } +.select2-container--bootstrap4 { color: black; } .select2-container--bootstrap4 .select2-selection { background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; color: #495057; font-size: 1rem; outline: 0; } diff --git a/hwe/b_currentCity.php b/hwe/b_currentCity.php index 5e24ca2b..db85da77 100644 --- a/hwe/b_currentCity.php +++ b/hwe/b_currentCity.php @@ -35,8 +35,12 @@ $templates = new \League\Plates\Engine('templates'); + + + +