7 table
.mw-htmlform-nolabel td
.mw-label
{
11 .mw-htmlform-invalid-input td.mw-input input {
15 .mw-htmlform-flatlist div.mw-htmlform-flatlist-item {
23 .mw-htmlform-matrix td {
28 tr
.mw-htmlform-vertical-label td
.mw-label
{
29 text-align: left
!important
; /* stylelint-disable-line declaration-no-important */
33 /* SVG support using a transparent gradient to guarantee cross-browser
34 * compatibility (browsers able to understand gradient syntax support also SVG).
35 * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */
36 background-image: url
( images
/question
.png
);
38 background-image: linear-gradient
( transparent
, transparent
), url
( images
/question
.svg
);
39 background-repeat: no-repeat
;
40 background-size: 13px 13px;
41 display: inline-block
;
47 /* stylelint-disable indentation */
48 .mw-icon-question:lang
( ar
),
49 .mw-icon-question:lang
( fa
),
50 .mw-icon-question:lang( ur ) {
51 -webkit-transform: scaleX
( -1 );
52 -ms-transform: scaleX
( -1 );
53 transform: scaleX
( -1 );