From e9ef7902954527c6363bd05f2ab3ac8c761d5d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 22 Jun 2017 22:28:00 +0200 Subject: [PATCH] Fix opacity of last entry in board list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.css | 2 +- templates/part.boardlist.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 469f093ae..a098d61f1 100644 --- a/css/style.css +++ b/css/style.css @@ -770,7 +770,7 @@ button.button-inline:hover { opacity: 0.5; } -#boardlist tbody tr:last-child td { +#boardlist tbody .board-create td { opacity: 0.5; } diff --git a/templates/part.boardlist.php b/templates/part.boardlist.php index 1ca997c4f..a8c8afadf 100644 --- a/templates/part.boardlist.php +++ b/templates/part.boardlist.php @@ -78,7 +78,7 @@ - +