From f60e1140e222750d3cd55424164e64782ba89be2 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Thu, 25 Jul 2024 12:56:05 +0200 Subject: [PATCH] Topics index - Drop the main board icons --- MessageIndex.template.php | 1 - Recent.template.php | 1 - css/index.css | 3 +++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MessageIndex.template.php b/MessageIndex.template.php index e23fcf5..7add31d 100644 --- a/MessageIndex.template.php +++ b/MessageIndex.template.php @@ -188,7 +188,6 @@ function template_main() echo '
-
', $topic['is_posted_in'] ? '' : '', ' '; diff --git a/Recent.template.php b/Recent.template.php index bcd849a..51f4158 100644 --- a/Recent.template.php +++ b/Recent.template.php @@ -151,7 +151,6 @@ function template_unread() echo '
- ', $topic['is_posted_in'] ? '' : '', '
'; diff --git a/css/index.css b/css/index.css index 3c18590..014464f 100644 --- a/css/index.css +++ b/css/index.css @@ -3311,6 +3311,9 @@ h2 .collapse { height: 45px; border-bottom:none; } +#messageindex .board_icon a, #messageindex .board_icon div { + background: none; +} .board_icon a:hover, .board_icon div:hover { border-bottom:none; }