mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11789] Remove inline color in memberlist_view Conflicts: phpBB/styles/subsilver2/template/memberlist_view.html
This commit is contained in:
commit
3cc0a4149f
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
<table cellspacing="1" cellpadding="2" border="0">
|
||||
<!-- IF S_USER_INACTIVE -->
|
||||
<tr>
|
||||
<td align="center" style="color: red;"><b class="gen">{L_USER_IS_INACTIVE}</b><br />{L_INACTIVE_REASON}{L_COLON} {USER_INACTIVE_REASON}<br /><br /></td>
|
||||
<td align="center"><b class="gen inactive">{L_USER_IS_INACTIVE}</b><br />{L_INACTIVE_REASON}{L_COLON} {USER_INACTIVE_REASON}<br /><br /></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
|
|
|
@ -296,7 +296,7 @@ p.topicdetails {
|
|||
color: green;
|
||||
}
|
||||
|
||||
.offline, .error {
|
||||
.offline, .error, .inactive {
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue