From e69f9e58472c592e03be50d6a98e6f320fc92f27 Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 24 Nov 2016 13:05:30 +0100 Subject: [PATCH] [ticket/14865] Mask remaining issues with colours PHPBB3-14865 --- phpBB/styles/prosilver/theme/colours.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index f20297a60e..1918680c60 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -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 */ +