]> source.dussan.org Git - nextcloud-server.git/commitdiff
Apply text input styling to 'tel' inputs too 3747/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 7 Mar 2017 07:51:41 +0000 (08:51 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 7 Mar 2017 07:51:41 +0000 (08:51 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
core/css/guest.css

index e9538e380e67f3bf59c89fe4500be1d2dd55e92e..c003c10cd7e590f67572a34ed942fff62dc7876c 100644 (file)
@@ -148,6 +148,7 @@ select {
        cursor: pointer;
 }
 input[type='text'],
+input[type='tel'],
 input[type='password'],
 input[type='email'] {
        width: 249px;