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

.oo-ui-dropdownInputWidget {
	position: relative;
	// Necessary for proper alignment when used with display: inline-block
	vertical-align: middle;
	.oo-ui-box-sizing(border-box);

	select {
		display: inline-block;
		width: 100%;
		resize: none;
		.oo-ui-box-sizing(border-box);
	}

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