1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[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 */
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
/* stylelint-disable selector-no-id */
#navigation a,
.rtl #navigation a {
background: #b2c2cf;
}
/* stylelint-enable */
}
/* stylelint-disable selector-max-compound-selectors */
@@ -1386,3 +1388,5 @@ li.notification-disapproved strong {
background-color: #D31141;
color: #ffffff;
}
/* stylelint-enable */