From 31fccbae10d16223f7d1972eebf26159efc26969 Mon Sep 17 00:00:00 2001 From: kmg Date: Tue, 24 Oct 2023 18:10:51 +0900 Subject: [PATCH] =?UTF-8?q?2023/10/24=20button=20=EC=9E=AC=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/css/button.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/publish/css/button.css b/src/main/webapp/publish/css/button.css index dfc14ba6..c8405aa1 100644 --- a/src/main/webapp/publish/css/button.css +++ b/src/main/webapp/publish/css/button.css @@ -91,8 +91,8 @@ button.pdf_btn {border: 1px solid #e40000 !important; color: #e40000;} button.txt_btn {border: 1px solid #53a6da !important; color: #53a6da; } button.txt_btn i {background-image: url(/publish/images/content/txt_img.png); width: 15px; height: 17px; margin: 0 3px 1px 0;} -/*아이폰에서 버튼 텍스트가 파란색으로 나와서 추가 231024*/ -button, html [type="button"] {-webkit-appearance: none;} +/*아이폰에서 버튼 텍스트가 파란색으로 나와서 추가 231024 +button, html [type="button"] {-webkit-appearance: none;}*/ /* 기타 버튼 타입 아이콘 */ i.remove_img {background-image: url(/publish/images/content/remove_icon.png);width: 10px;height: 2px;margin: 0 3px 1px 0;}