Browser: Disable input validation styles on Firefox (#5822)

This commit is contained in:
Rushan 2018-04-16 23:17:03 +05:30 committed by Dee Koder
parent adf9a9d300
commit ed5f2d899d

View File

@ -87,6 +87,7 @@ select.form-control {
z-index: 1; z-index: 1;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
color: #32393F; color: #32393F;
box-shadow: none;
font-size: 13px; font-size: 13px;