mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
[ticket/16439] minor fixes
PHPBB3-16439
This commit is contained in:
parent
5bc0e89871
commit
8956654288
@ -224,7 +224,7 @@
|
||||
<div id="post_content{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->>
|
||||
|
||||
<!-- EVENT viewtopic_body_post_subject_before -->
|
||||
<h3 {% if postrow.S_FIRST_ROW %}class="first"{% endif %}>{% if postrow.POST_ICON_IMG %}<img src="{{ T_ICONS_PATH }}{{ postrow.POST_ICON_IMG }}" width="{{ postrow.POST_ICON_IMG_WIDTH }}" height="{{ postrow.POST_ICON_IMG_HEIGHT }}" alt="{{ postrow.POST_ICON_IMG_ALT }}" title="{{ postrow.POST_ICON_IMG_ALT }}" /> {% endif %}<a {% if postrow.S_FIRST_ROW && postrow.S_FIRST_UNREAD %}class="first-unread"{% endif %} href="#p{{ postrow.POST_ID }}">{{ postrow.POST_SUBJECT }}</a></h3>
|
||||
<h3 {% if postrow.S_FIRST_ROW %}class="first"{% endif %}>{% if postrow.POST_ICON_IMG %}<img src="{{ T_ICONS_PATH }}{{ postrow.POST_ICON_IMG }}" width="{{ postrow.POST_ICON_IMG_WIDTH }}" height="{{ postrow.POST_ICON_IMG_HEIGHT }}" alt="{{ postrow.POST_ICON_IMG_ALT }}" title="{{ postrow.POST_ICON_IMG_ALT }}"> {% endif %}<a {% if postrow.S_FIRST_ROW && postrow.S_FIRST_UNREAD %}class="first-unread"{% endif %} href="{{ postrow.U_MINI_POST }}">{{ postrow.POST_SUBJECT }}</a></h3>
|
||||
|
||||
<!-- DEFINE $SHOW_POST_BUTTONS = (postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE) -->
|
||||
<!-- EVENT viewtopic_body_post_buttons_list_before -->
|
||||
|
@ -116,7 +116,7 @@ a:hover { color: #D31141; }
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.post h3 a.first-unread { {
|
||||
.post h3 a.first-unread {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user