aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-08-18 10:56:16 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-08-18 10:56:16 +0300
commit6f566fdaf0cfa131d077c05e486f1d2dc022030f (patch)
tree19707d1f0bc6f04865aaa4ac412d8366de39f42a /phpBB/styles
parent9c299b0e8367ec8f9bb631e637b2492483ab3b8a (diff)
downloadforums-6f566fdaf0cfa131d077c05e486f1d2dc022030f.tar
forums-6f566fdaf0cfa131d077c05e486f1d2dc022030f.tar.gz
forums-6f566fdaf0cfa131d077c05e486f1d2dc022030f.tar.bz2
forums-6f566fdaf0cfa131d077c05e486f1d2dc022030f.tar.xz
forums-6f566fdaf0cfa131d077c05e486f1d2dc022030f.zip
[ticket/11789] Remove inline color in memberlist_view
PHPBB3-11789
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subsilver2/template/memberlist_view.html2
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_view.html b/phpBB/styles/subsilver2/template/memberlist_view.html
index 434d795895..7898e9b235 100644
--- a/phpBB/styles/subsilver2/template/memberlist_view.html
+++ b/phpBB/styles/subsilver2/template/memberlist_view.html
@@ -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}: {USER_INACTIVE_REASON}<br /><br /></td>
+ <td align="center"><b class="gen inactive">{L_USER_IS_INACTIVE}</b><br />{L_INACTIVE_REASON}: {USER_INACTIVE_REASON}<br /><br /></td>
</tr>
<!-- ENDIF -->
<tr>
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index 29db8f2d47..92b723062a 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -296,7 +296,7 @@ p.topicdetails {
color: green;
}
-.offline, .error {
+.offline, .error, .inactive {
color: red;
}