Topics index - Drop the main board icons

This commit is contained in:
Antoine Le Gonidec 2024-07-25 12:56:05 +02:00
parent 1175ed280b
commit f60e1140e2
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
3 changed files with 3 additions and 2 deletions

View file

@ -188,7 +188,6 @@ function template_main()
echo '
<div class="', $topic['css_class'], '">
<div class="board_icon">
<img src="', $topic['first_post']['icon_url'], '" alt="">
<div class="icons">
', $topic['is_posted_in'] ? '<span class="main_icons profile_sm"></span>' : '', '
';

View file

@ -151,7 +151,6 @@ function template_unread()
echo '
<div class="', $topic['css_class'], '">
<div class="board_icon">
<img src="', $topic['first_post']['icon_url'], '" alt="">
', $topic['is_posted_in'] ? '<span class="main_icons profile_sm"></span>' : '', '
</div>
<div class="info">';

View file

@ -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;
}