From d052325874ab4949f14915dd6ea2f60b8f1de080 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Sat, 10 Jun 2017 23:20:01 +0200 Subject: [PATCH] fixed css Signed-off-by: Artem Anufrij --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a37eb6a14..2e437cbda 100644 --- a/css/style.css +++ b/css/style.css @@ -718,7 +718,7 @@ button.button-inline:hover { opacity: 0.5; } -#boardlist tr:last-child td { +#boardlist tbody tr:last-child td { opacity: 0.5; }