mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/14865] Mask remaining issues with colours
PHPBB3-14865
This commit is contained in:
@@ -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 */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user