From 6b712f1a21fb65e31468a553bf06368c9260f17b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 25 Feb 2018 10:35:13 +0000 Subject: [PATCH] Elastic: Fix treetoggle regression --- plugins/libkolab/skins/elastic/libkolab.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/libkolab/skins/elastic/libkolab.less b/plugins/libkolab/skins/elastic/libkolab.less index 27b64d1a..03a57c5e 100644 --- a/plugins/libkolab/skins/elastic/libkolab.less +++ b/plugins/libkolab/skins/elastic/libkolab.less @@ -177,6 +177,13 @@ } } + // Tree structure fix + &.treelist:not(.notree) { + & > li > div > a { + padding-left: @listing-treetoggle-width; + } + } + input.flex-checkbox { position: relative !important; margin: 0 0 0 .25em !important;