1
0
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:
Tristan Darricau
2015-10-14 16:32:37 +02:00
4 changed files with 18 additions and 5 deletions

View File

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