diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 2448c5f532..f4985f5508 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -1,6 +1,8 @@ /* -------------------------------------------------------------- /* $Forms /* -------------------------------------------------------------- */ +/* stylelint-disable selector-max-compound-selectors */ +/* stylelint-disable selector-no-qualifying-type */ /* General form styles ---------------------------------------- */ @@ -472,3 +474,4 @@ input.search { .tiny { width: 10%; } +/* stylelint-enable */