输入框的边框不显示

This commit is contained in:
cxt 2016-11-18 19:31:52 +08:00
parent 2786495774
commit edca878701
1 changed files with 2 additions and 2 deletions

View File

@ -730,10 +730,10 @@ a:hover.hw_btn_blue,a:active.hw_btn_blue{ background: #3b94d6; color:#fff;}
#popupWrap ul{cursor: default;}
.bg_checked{background-color: #64bdd9;} /* 缺陷列表 */
.bg_checked{background-color: #64bdd9;}
/* 缺陷列表 */
.issues_greycirbg_btn{ background-color:#dedede; padding:1px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; }
.issues_greycirbg_btn:hover{background-color:#cbcbcb;}
input:focus,select:focus{ border:none;outline:medium;border-right:none;}
.issues_con{ width:718px; padding:15px; border:1px solid #ddd; background-color:#fff; color:#444; }
.issues_statistics{ line-height:35px;}
.issues_statistics ul li{ float:left; }