Project

General

Profile

« Previous | Next » 

Revision bef42c71

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 implementing lazy loading ToOneRelatedEntityCombobox field and using it for inReferences

View differences:

src/main/webapp/VAADIN/themes/edit-valo/custom-fields.scss
128 128
    
129 129
    // v-related-entity-list-select
130 130
    .v-related-entity-list-select {
131
        @include icon-button-field('v-select', 'v-button', 2, 'right');
131
        @include icon-button-field('v-select', 'v-button', 2, 'right', $v-unit-size);
132
    }
133
    
134
    // v-related-entity-combobox
135
    .v-related-entity-combobox {
136
        @include icon-button-field('v-filterselect', 'v-button', 2, 'right', $v-unit-size);
137
        .v-filterselect-button {
138
            right: $v-unit-size * 2 + 1px;
139
        }
132 140
    }
133 141
    
134 142
} 

Also available in: Unified diff