Bläddra i källkod

모바일 버튼 누를시 색변경

whakdo963 2 år sedan
förälder
incheckning
c11e5a4602
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      src/main/webapp/mobile/css/style.css

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

@@ -140,6 +140,8 @@ section .popup3 .pop .header .header_right button img {width:30px; height:30px;}
140 140
 /* 버튼 */
141 141
 button {background-color: #fff; padding: 10px;}
142 142
 button.btn-primary  {color: #fff; background-color: #8f9fc6; border: 1px solid #cacfe3;}
143
+button.btn-primary:hover{background-color: #708cd1;}
144
+button.btn-primary:checked{background-color: #ccc;}
143 145
 button.btn-yellow   {color: #fff; background-color: #f9c03c; border: 1px solid #cacfe3;}
144 146
 button.btn-orange	{color: #fff; background-color: #f0831e; border: 1px solid #cacfe3;}
145 147
 button.btn-gray     {color: #fff; background-color: #a89d9c; border: 1px solid #cacfe3;}
@@ -365,7 +367,6 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
365 367
 .content .table_header {margin-top: 6px; width: 100%; height: 36px;}
366 368
 .content .table_header h1 {margin-left: 15px; margin-top:16px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
367 369
 .content .table_header button {float: right; width: 68px; height:26px; font-size: 12px; font-weight: 100; padding:0px; margin: 4px 12px 6px 0; border-radius:15px;}
368
-
369 370
 .detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
370 371
 .detail_content .detail_header {width: 100%; height: 80px; padding-top:65px}
371 372
 .detail_content .detail_header .detail_logo {float: left;}