Sha256: 30173f5873f41e772982bb6b83edc45ea9a0da01090ac0896412d8642861f1f9

Contents?: true

Size: 755 Bytes

Versions: 6

Compression:

Stored size: 755 Bytes

Contents

// ComboBox

.@{prefix}-combobox {
	.inline-block();
	.border-radius(3px);
	.box-shadow(@textbox-box-shadow);
	*height: 32px;
}

.@{prefix}-combobox input {
	border: 1px solid @textbox-border;
	border-right-color: @combobox-border;
	height: 28px;
}

.@{prefix}-combobox.@{prefix}-disabled input {
	color: mix(@text, @textbox-bg, 40%);
}

.@{prefix}-combobox.@{prefix}-has-open input {
	.border-radius(4px 0 0 4px);
}

.@{prefix}-combobox .@{prefix}-btn {
	border: 1px solid @textbox-border;
	border-left: 0;
	.border-radius(0 4px 4px 0);
}

.@{prefix}-combobox button {
	padding-right: 8px;
	padding-left: 8px;
}

.@{prefix}-combobox.@{prefix}-disabled .@{prefix}-btn button {
	cursor: default;
	.box-shadow(none);
	.opacity(@btn-box-disabled-opacity);
}

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
spiderfw-1.0.1 apps/core/components/public/css/tinymce/skins/lightgray/ComboBox.less
spiderfw-1.0.1 apps/core/components/public/js/tinymce/skins/lightgray/ComboBox.less
spiderfw-1.0.0 apps/core/components/public/css/tinymce/skins/lightgray/ComboBox.less
spiderfw-1.0.0 apps/core/components/public/js/tinymce/skins/lightgray/ComboBox.less
spiderfw-0.6.39 apps/core/components/public/css/tinymce/skins/lightgray/ComboBox.less
spiderfw-0.6.39 apps/core/components/public/js/tinymce/skins/lightgray/ComboBox.less