diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-07 15:30:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 15:30:32 +0100 |
commit | 13c98fe6cdea9502cbd19753821045d1631777f6 (patch) | |
tree | 71c68679398ddbf9af731373fada88114bca5e36 | |
parent | c225c82fea0d8ce0a6358d247ae13051fb0227ba (diff) | |
parent | 920f61133220898a9e16887d5843c8a3e97a572d (diff) | |
download | nextcloud-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.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; |