Skip to content
Snippets Groups Projects
Commit 38567103 authored by Hendrik Leppelsack's avatar Hendrik Leppelsack
Browse files

style telephone inputs like other types

parent a3933283
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ input[type="password"], ...@@ -10,6 +10,7 @@ input[type="password"],
input[type="search"], input[type="search"],
input[type="number"], input[type="number"],
input[type="email"], input[type="email"],
input[type="tel"],
input[type="url"], input[type="url"],
input[type="time"], input[type="time"],
input[type="date"], input[type="date"],
...@@ -39,6 +40,7 @@ input[type="password"], ...@@ -39,6 +40,7 @@ input[type="password"],
input[type="search"], input[type="search"],
input[type="number"], input[type="number"],
input[type="email"], input[type="email"],
input[type="tel"],
input[type="url"], input[type="url"],
input[type="time"], input[type="time"],
textarea { textarea {
...@@ -52,6 +54,7 @@ input[type="password"], ...@@ -52,6 +54,7 @@ input[type="password"],
input[type="search"], input[type="search"],
input[type="number"], input[type="number"],
input[type="email"], input[type="email"],
input[type="tel"],
input[type="url"], input[type="url"],
input[type="time"] { input[type="time"] {
-webkit-appearance:textfield; -moz-appearance:textfield; -webkit-appearance:textfield; -moz-appearance:textfield;
...@@ -62,6 +65,7 @@ input[type="password"]:hover, input[type="password"]:focus, input[type="password ...@@ -62,6 +65,7 @@ input[type="password"]:hover, input[type="password"]:focus, input[type="password
input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active,
input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active,
input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active,
input[type="tel"]:hover, input[type="tel"]:focus, input[type="tel"]:active,
input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active,
input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active, input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active,
textarea:hover, textarea:focus, textarea:active { textarea:hover, textarea:focus, textarea:active {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment