mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 09:30:46 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11789] Remove colors from HTML code Conflicts: phpBB/styles/subsilver2/template/ucp_pm_history.html
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