[ticket/14865] Mask remaining issues with colours

PHPBB3-14865
This commit is contained in:
hanakin 2016-11-24 13:05:30 +01:00
parent 80e5f6f187
commit e69f9e5847

View file

@ -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 */