summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/widgets/ComboBoxWidget.less
blob: 1b393c5b96f57f6ee4e8cd0c7cf7c0bb102741b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import '../common';

.oo-ui-comboBoxWidget {
	display: inline-block;
	position: relative;

	> .oo-ui-menuSelectWidget {
		z-index: 1;
		width: 100%;
	}

	.theme-oo-ui-comboBoxWidget();
}