diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-14 16:32:33 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-14 16:32:33 +0200 |
commit | bab85da82025e0df5e12302ab95b71373b456475 (patch) | |
tree | d120b51db6ecdc263b63d0d54ab0c641d40374ec /phpBB/styles/prosilver/theme/content.css | |
parent | bc11e648af9dc4206c14121bdd73c7a4fc0cc327 (diff) | |
parent | c5752be50c5d62ceaee59efa8067fadae5bc89d6 (diff) | |
download | forums-bab85da82025e0df5e12302ab95b71373b456475.tar forums-bab85da82025e0df5e12302ab95b71373b456475.tar.gz forums-bab85da82025e0df5e12302ab95b71373b456475.tar.bz2 forums-bab85da82025e0df5e12302ab95b71373b456475.tar.xz forums-bab85da82025e0df5e12302ab95b71373b456475.zip |
Merge pull request #3935 from Zoddo/ticket/10343
[ticket/10343] Allows a_user to show inactive accounts in memberlist
* Zoddo/ticket/10343:
[ticket/10343] Add a distinction for inactive users on memberlist
[ticket/10343] Allows a_user to show inactive accounts in memberlist
Diffstat (limited to 'phpBB/styles/prosilver/theme/content.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 380b285b83..7d93cde1cf 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -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; +} |