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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user