简体   繁体   中英

IOS Chrome select box width issue

Input type Date and select box not picking its styles on chrome and safari on Iphone 6s Plus/ IOS.

.account_form .form .form-control {
    background: rgba(255,255,255,0.3) !important;
    border: 0;
    border-radius: 0 !important;
    color: yellow;
    font-weight: bold;
    padding-left: 50px;
}

射影

Please try to add:

-moz-appearance: none;
-webkit-appearance: none;
appearance: none;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM