META-INF.resources.butterfaces-less.butterfaces-treebox.less Maven / Gradle / Ivy
.butter-component-treebox {
.input-group .tr-input-wrapper {
flex: 1 1 1px;
}
&.has-error .tr-input-wrapper {
border-color: #a94442; // TODO use bootstrap variables
.tr-trigger {
border-left-color: #a94442; // TODO use bootstrap variables
}
}
.editor-area.tr-combobox-entry.empty {
min-height: 34px;
}
.defaultEmptyEntry {
height: 34px;
display: flex;
align-items: center;
margin-left: 8px;
color: gray;
}
// .tr-template-single-line {
// min-height: 34px;
// display: flex;
// align-items: center;
// }
}
.tr-dropdown {
z-index: 3 !important; /* bootstrap form-control has 2, should be fixed in trivial components */
}
.tr-dropdown .tr-template-icon-2-lines .content-wrapper .main-line,
.butter-component-treebox .tr-template-icon-2-lines .content-wrapper .main-line {
line-height: 13px;
}
.tr-dropdown .tr-template-icon-2-lines .content-wrapper .additional-info,
.butter-component-treebox .tr-template-icon-2-lines .content-wrapper .additional-info {
font-size: 82%;
color: #777;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy