1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-24 17:22:55 +02:00

[ticket/10343] Add a distinction for inactive users on memberlist

PHPBB3-10343
This commit is contained in:
Zoddo
2015-10-10 15:57:33 +02:00
parent 0947bda39d
commit c5752be50c
4 changed files with 13 additions and 6 deletions

View File

@@ -842,3 +842,7 @@ table.fixed-width-table {
background: rgba(0, 0, 0, .3);
border-radius: 3px;
}
#memberlist tr.inactive, #team tr.inactive {
font-style: italic;
}