From: Alexander Ebert Date: Thu, 21 Dec 2017 14:03:19 +0000 (+0100) Subject: Input styling for `[type="tel"]` X-Git-Tag: 3.1.0_Beta_5~2^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cce1f39ae5d1a9194ef5f30dd24dc250dfa6627f;p=GitHub%2FWoltLab%2FWCF.git Input styling for `[type="tel"]` --- diff --git a/wcfsetup/install/files/style/layout/form.scss b/wcfsetup/install/files/style/layout/form.scss index 9e0c82f885..af0f34071f 100644 --- a/wcfsetup/install/files/style/layout/form.scss +++ b/wcfsetup/install/files/style/layout/form.scss @@ -4,6 +4,7 @@ input[type="email"], input[type="number"], input[type="password"], input[type="search"], +input[type="tel"], input[type="text"], input[type="url"], select, @@ -19,6 +20,7 @@ input[type="email"], input[type="number"], input[type="password"], input[type="search"], +input[type="tel"], input[type="text"], input[type="url"] { &::-webkit-input-placeholder { /* WebKit browsers */ @@ -65,6 +67,7 @@ input[type="text"] { input[type="number"], input[type="password"], input[type="search"], + input[type="tel"], input[type="text"], input[type="url"], select,