Browse Source

인풋 클릭시 테두리 제거

whakdo963 2 years ago
parent
commit
f90eb8a065
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/webapp/mobile/css/style.css

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

@@ -576,7 +576,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
576 576
 .scroll_area li .right {margin: 22px 10px 22px 0; position: relative; display: flex; width:110px; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}
577 577
 .scroll_area li .right .num {padding:2px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB; background:#fff; font-size:14pt;}
578 578
 .scroll_area li .right .fnnum {margin:5px 30px; font-size:14pt;}
579
-.scroll_area li .right input {width:56px; height:30px; margin:0; text-align:center; border-radius:0px;}
579
+.scroll_area li .right input {width:56px; height:30px; margin:0; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
580
+.scroll_area li .right input:focus {outline:none;}
580 581
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 16px; border-radius: 0px;}
581 582
 .scroll_area li .right button:hover {background:#FCD5C1;}
582 583