1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11789] Remove colors from HTML code

PHPBB3-11789
This commit is contained in:
Vjacheslav Trushkin
2013-08-14 19:09:27 +03:00
parent 33eb9ad53a
commit 9c299b0e83
4 changed files with 13 additions and 5 deletions

View File

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