mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 19:20:23 +02:00
[ticket/15115] Fix errors
PHPBB3-15115
This commit is contained in:
@@ -1094,20 +1094,13 @@ ul.cplist {
|
||||
color: #d31141;
|
||||
}
|
||||
|
||||
/* This ID needs factored out */
|
||||
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
|
||||
/* stylelint-disable selector-no-id */
|
||||
#navigation a,
|
||||
.rtl #navigation a {
|
||||
.navigation a,
|
||||
.rtl .navigation a {
|
||||
background: #b2c2cf;
|
||||
}
|
||||
/* stylelint-enable */
|
||||
}
|
||||
|
||||
/* stylelint-disable selector-max-compound-selectors */
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
/* stylelint-disable no-indistinguishable-colors */
|
||||
|
||||
/* preferences pane layout */
|
||||
.panel-container h2 {
|
||||
color: #333333;
|
||||
|
Reference in New Issue
Block a user