Input styling for `[type="tel"]`
authorAlexander Ebert <ebert@woltlab.com>
Thu, 21 Dec 2017 14:03:19 +0000 (15:03 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 21 Dec 2017 14:03:19 +0000 (15:03 +0100)
wcfsetup/install/files/style/layout/form.scss

index 9e0c82f8853fbcdd48b7099961241c5bc4388d43..af0f34071fa33927bc26e146d554bfe14a47c239 100644 (file)
@@ -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,