Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-02-29 02:09:13 +0300
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-02-29 02:09:13 +0300
commit385671034cfe03a43be4fa47ac82b1de537b2c61 (patch)
tree2e7b033986c8404f3f90d6ab76efcc0b7ea2309d /core
parenta39332832c3926929a245275717391e8f5b00ca7 (diff)
style telephone inputs like other types
Diffstat (limited to 'core')
-rw-r--r--core/css/inputs.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/inputs.css b/core/css/inputs.css
index fe03af85f61..c61f14e4120 100644
--- a/core/css/inputs.css
+++ b/core/css/inputs.css
@@ -10,6 +10,7 @@ input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
+input[type="tel"],
input[type="url"],
input[type="time"],
input[type="date"],
@@ -39,6 +40,7 @@ input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
+input[type="tel"],
input[type="url"],
input[type="time"],
textarea {
@@ -52,6 +54,7 @@ input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
+input[type="tel"],
input[type="url"],
input[type="time"] {
-webkit-appearance:textfield; -moz-appearance:textfield;
@@ -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="search"]:hover, input[type="search"]:focus, input[type="search"]: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="time"]:hover, input[type="time"]:focus, input[type="time"]:active,
textarea:hover, textarea:focus, textarea:active {