Merge pull request #650 from ovlb/hotfix/ios-input-appearance

#634: overwrite appearance of password submit input
This commit is contained in:
Danny Coates 2017-11-28 11:45:06 -08:00 committed by GitHub
commit beb3a6e67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -840,6 +840,9 @@ tbody {
border: 1px solid #0297f8;
color: white;
cursor: pointer;
/* Force flat button look */
-webkit-appearance: none;
font-size: 15px;
padding-bottom: 3px;
padding-left: 10px;