diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-19 21:56:38 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-19 21:56:38 +0100 |
commit | 256f989a71dec7f74d18d53ffeb9d91a8dd56c7b (patch) | |
tree | cabe07a3a132447b98ec3536862c188d212084e6 /core | |
parent | 4c2dad9ec45c1186c9b8ef29658313194900783b (diff) | |
download | nextcloud-server-256f989a71dec7f74d18d53ffeb9d91a8dd56c7b.tar.gz nextcloud-server-256f989a71dec7f74d18d53ffeb9d91a8dd56c7b.zip |
Fix CSS specificity preventing buttons displayed in pill style
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-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 9cee3b3eb21..9098c983cab 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -202,6 +202,7 @@ input[type='submit'], input[type='submit'].icon-confirm, input[type='button'], button, +a.button, .button, select { display: inline-block; |