Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-19 23:56:38 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-19 23:56:38 +0300
commit256f989a71dec7f74d18d53ffeb9d91a8dd56c7b (patch)
treecabe07a3a132447b98ec3536862c188d212084e6 /core/css/guest.css
parent4c2dad9ec45c1186c9b8ef29658313194900783b (diff)
Fix CSS specificity preventing buttons displayed in pill style
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/guest.css')
-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 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;