浏览代码

버튼 테두리 색 변경

whakdo963 2 年之前
父节点
当前提交
4e5eec7851
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/mobile/css/style.css

+ 1 - 1
src/main/webapp/mobile/css/style.css

@@ -58,7 +58,7 @@ section .popup2 .pop .search_bar {width: 90%; height: 60px; margin:0 auto; paddi
58 58
 section .popup2 .pop .search_bar input {width: 80%; height: 34px; position:relative; font-size:14px;}
59 59
 section .popup2 .pop .search_bar select {width: 80%; height: 34px; position:relative; font-size:14px;}
60 60
 section .popup2 .pop .search_bar select:focus {outline:none;}
61
-section .popup2 .pop .search_bar button {position:relative; width:34px; height:34px; background:transparent; margin-right:0%; margin-top:3px; border: 1px solid #aaa; border-radius:4px; padding:0px;}
61
+section .popup2 .pop .search_bar button {position:relative; width:34px; height:34px; background:transparent; margin-right:0%; margin-top:3px; border: 1px solid #ccc; border-radius:4px; padding:0px;}
62 62
 section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
63 63
 section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
64 64
 section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}