aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-07 15:30:32 +0100
committerGitHub <noreply@github.com>2017-03-07 15:30:32 +0100
commit13c98fe6cdea9502cbd19753821045d1631777f6 (patch)
tree71c68679398ddbf9af731373fada88114bca5e36
parentc225c82fea0d8ce0a6358d247ae13051fb0227ba (diff)
parent920f61133220898a9e16887d5843c8a3e97a572d (diff)
downloadnextcloud-server-13c98fe6cdea9502cbd19753821045d1631777f6.tar.gz
nextcloud-server-13c98fe6cdea9502cbd19753821045d1631777f6.zip
Merge pull request #3747 from nextcloud/design/input-tel-styling
Apply text input styling to 'tel' inputs too
-rw-r--r--core/css/guest.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index e9538e380e6..c003c10cd7e 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -148,6 +148,7 @@ select {
cursor: pointer;
}
input[type='text'],
+input[type='tel'],
input[type='password'],
input[type='email'] {
width: 249px;