2017-05-30 118 views

回答

0
@Joshua, 

Did you try this 

.input:focus { 
    outline: none !important; 
    border:1px solid red; 
    box-shadow: 0 0 10px #719ECE; 
} 

Find it here

0

根據this answer它不能與CSS改變,因爲它是由操作系統呈現:

enter image description here

(圖像的源是對鏈接的答案SO)

您只能更改選框自身的邊框和輪廓。