输入框选中的边框改成透明
This commit is contained in:
父節點
5910b2f560
當前提交
b0f33d0bf4
@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
.form-group > input:focus {
|
.form-group > input:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
border-color: #FDFDFD;
|
border-color: transparent;
|
||||||
background-color: #FDFDFD;
|
background-color: #FDFDFD;
|
||||||
box-shadow: 1px 3px 6px #0001;
|
box-shadow: 1px 3px 6px #0001;
|
||||||
transform: translate(-2px, -2px);
|
transform: translate(-2px, -2px);
|
||||||
|
載入中…
x
新增問題並參考
Block a user