mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14865] Mask remaining issues with colours
PHPBB3-14865
This commit is contained in:
parent
80e5f6f187
commit
e69f9e5847
1 changed files with 4 additions and 0 deletions
|
@ -1076,10 +1076,12 @@ ul.cplist {
|
||||||
|
|
||||||
/* This ID needs factored out */
|
/* This ID needs factored out */
|
||||||
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
|
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
|
||||||
|
/* stylelint-disable selector-no-id */
|
||||||
#navigation a,
|
#navigation a,
|
||||||
.rtl #navigation a {
|
.rtl #navigation a {
|
||||||
background: #b2c2cf;
|
background: #b2c2cf;
|
||||||
}
|
}
|
||||||
|
/* stylelint-enable */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* stylelint-disable selector-max-compound-selectors */
|
/* stylelint-disable selector-max-compound-selectors */
|
||||||
|
@ -1386,3 +1388,5 @@ li.notification-disapproved strong {
|
||||||
background-color: #D31141;
|
background-color: #D31141;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
/* stylelint-enable */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue