2 @import 'mediawiki.skin.variables.less';
3 @import 'mediawiki.mixins.less';
9 .mw-htmlform .mw-htmlform-hidden-field {
13 table.mw-htmlform-nolabel td.mw-label {
17 .mw-htmlform-invalid-input td.mw-input input {
18 border-color: @border-color-error;
21 .mw-htmlform-flatlist div.mw-htmlform-flatlist-item {
28 .mw-htmlform-matrix th {
32 .mw-htmlform-matrix td {
37 tr.mw-htmlform-vertical-label td.mw-label {
38 text-align: left !important; /* stylelint-disable-line declaration-no-important */
41 .mw-htmlform-tooltip.mw-icon-question {
44 @cdx-icon-help-notice, @color-subtle, @size-icon-x-small,
45 false, @background-position-base, initial
49 // Hide conditionally-hidden fields only if we have JS enabled (which can show them again when needed)
50 .client-js .mw-htmlform-hide-if-hidden {
51 // Override 'display' properties from any field
52 display: none !important; /* stylelint-disable-line declaration-no-important */