aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/theme/stylesheet.css
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-08-14 19:09:27 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-08-14 19:09:27 +0300
commit9c299b0e8367ec8f9bb631e637b2492483ab3b8a (patch)
tree57a9280d90875c1d4904ea5fd271c339723c8910 /phpBB/styles/subsilver2/theme/stylesheet.css
parent33eb9ad53aca850586abe8d896cd718181d480c0 (diff)
downloadforums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar
forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar.gz
forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar.bz2
forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar.xz
forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.zip
[ticket/11789] Remove colors from HTML code
PHPBB3-11789
Diffstat (limited to 'phpBB/styles/subsilver2/theme/stylesheet.css')
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index 177a988e93..29db8f2d47 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -292,7 +292,11 @@ p.topicdetails {
text-decoration: none;
}
-.error {
+.online {
+ color: green;
+}
+
+.offline, .error {
color: red;
}
@@ -360,6 +364,10 @@ td.profile {
background-color: #D1D7DC;
}
+.current {
+ background-color: lightblue;
+}
+
hr {
height: 1px;
border-width: 0;