[ticket/14865] Mask remaining issues with forms

PHPBB3-14865
This commit is contained in:
hanakin 2016-11-24 13:12:43 +01:00
parent 628005e730
commit 53b82f28f7

View file

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