From cce1f39ae5d1a9194ef5f30dd24dc250dfa6627f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 21 Dec 2017 15:03:19 +0100 Subject: [PATCH] Input styling for `[type="tel"]` --- wcfsetup/install/files/style/layout/form.scss | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.20.1