diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-03-07 08:51:41 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-03-07 08:51:41 +0100 |
commit | 920f61133220898a9e16887d5843c8a3e97a572d (patch) | |
tree | 416eb8f0d86a5d74f1cd67cb07e72e34a4990f75 | |
parent | a5a872c9d7f5a199c92ec57b9c17788a82e6fda9 (diff) | |
download | nextcloud-server-920f61133220898a9e16887d5843c8a3e97a572d.tar.gz nextcloud-server-920f61133220898a9e16887d5843c8a3e97a572d.zip |
Apply text input styling to 'tel' inputs too
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | core/css/guest.css | 1 |
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; |