diff --git a/public_html/assets/css/main.css b/public_html/assets/css/main.css index 50a3d03..d8d5f36 100644 --- a/public_html/assets/css/main.css +++ b/public_html/assets/css/main.css @@ -1806,44 +1806,4 @@ table.table-search-report .tb-list th { justify-content: center; align-items: center; z-index: 999; -} - -/* Input > Sludge */ -.number-input { - display: flex; - align-items: center; - gap: 5px; -} - -.number-input input { - width: 100%; - text-align: center; -} - -.number-input button { - padding: 5px 10px; - cursor: pointer; -} - -/* 기본 화살표 제거 */ -.d_sludge::-webkit-inner-spin-button, -.d_sludge::-webkit-outer-spin-button { - -webkit-appearance: none; - margin: 0; -} -.d_sludge { - -moz-appearance: textfield; -} - -.left, .right { - background: none; - border: none; - color: #77B469; - font-weight: bold; - cursor: pointer; - padding: 0; - margin: 0; - appearance: none; - box-shadow: none; - outline: none; -} +} \ No newline at end of file diff --git a/public_html/assets/css/mapMAPCSS.css b/public_html/assets/css/mapMAPCSS.css index 05a509a..3d85ddb 100644 --- a/public_html/assets/css/mapMAPCSS.css +++ b/public_html/assets/css/mapMAPCSS.css @@ -725,4 +725,44 @@ position: fixed; bottom: 0px; width: 100%; z-index: 34; -} \ No newline at end of file +} + +/* Map > Input > Sludge */ +.number-input { + display: flex; + align-items: center; + gap: 5px; +} + +.number-input input { + width: 100%; + text-align: center; +} + +.number-input button { + padding: 5px 10px; + cursor: pointer; +} + +/* 기본 화살표 제거 */ +.d_sludge::-webkit-inner-spin-button, +.d_sludge::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; +} +.d_sludge { + -moz-appearance: textfield; +} + +.left, .right { + background: none; + border: none; + color: #77B469; + font-weight: bold; + cursor: pointer; + padding: 0; + margin: 0; + appearance: none; + box-shadow: none; + outline: none; +} diff --git a/public_html/doc/customer_detail.php b/public_html/doc/customer_detail.php index c269616..1a948d5 100644 --- a/public_html/doc/customer_detail.php +++ b/public_html/doc/customer_detail.php @@ -1820,22 +1820,17 @@ $(document).ready(function(){