mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 16:52:54 +02:00
Merge branch '3.1.x'
* 3.1.x: [ticket/10343] Add a distinction for inactive users on memberlist [ticket/10343] Allows a_user to show inactive accounts in memberlist
This commit is contained in:
@@ -837,3 +837,7 @@ table.fixed-width-table {
|
||||
background: rgba(0, 0, 0, .3);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#memberlist tr.inactive, #team tr.inactive {
|
||||
font-style: italic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user