You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
691 B
Plaintext
30 lines
691 B
Plaintext
@import 'variables.less';
|
|
|
|
.skin-timeless {
|
|
.oo-ui-tagMultiselectWidget-handle,
|
|
.oo-ui-capsuleMultiselectWidget-handle {
|
|
// Same as for regular <input> and <textarea>, copied from form.less
|
|
border-color: @grey;
|
|
margin: 0.5em 0;
|
|
min-height: 0;
|
|
|
|
> .oo-ui-tagMultiselectWidget-content > input,
|
|
> .oo-ui-capsuleMultiselectWidget-content > input {
|
|
// OOUI forgets to reset these properties when making the <input> invisible
|
|
box-shadow: none;
|
|
min-height: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.skin-timeless .oo-ui-windowManager-modal > .oo-ui-dialog,
|
|
.skin-timeless .ve-ui-overlay-global {
|
|
z-index: 101;
|
|
}
|
|
|
|
body > .oo-ui-windowManager,
|
|
.oo-ui-defaultOverlay {
|
|
z-index: 101;
|
|
font-size: 0.95em;
|
|
}
|