From 5d38f6a176b5130021098f7a45cd555f340f2f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 22 Dec 2017 12:20:21 +0100 Subject: [PATCH] Fix board bullet opacity (fixes #364) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 4 ++++ templates/part.board.mainView.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index e228b4136..93a97ca81 100644 --- a/css/style.scss +++ b/css/style.scss @@ -190,6 +190,10 @@ input.input-inline { .crumb { order: 0; + .bullet { + opacity: 1; + } + a:nth-child(2), a:nth-child(3) { padding-left: 0; diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 823527d11..f1184f43a 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -14,7 +14,7 @@ t('Archived boards')); ?>