Project

General

Profile

« Previous | Next » 

Revision 0773de61

Added by Andreas Kohlbecker about 6 years ago

ref #7195 hightlighting of blocked by buttons and layout improvement in reg lists

View differences:

src/main/webapp/VAADIN/themes/edit-valo/edit-valo.scss
244 244
    
245 245
    
246 246
   // --------------------------------------------------- //
247
   // style for blocked by buttons
247 248
   
248
   .registration-list-item {
249
        .blocked {
250
            color: $v-focus-color;
251
        }
252
   }
249
    .v-button-blocked {
250
        color: $v-focus-color;
251
    }
253 252
   
254 253
   // --------------------------------------------------- //
255 254

  
......
270 269
    // --------------------------------------------------- //
271 270
    
272 271
    .registration-list-item {
273
        border-top: valo-border($border: $v-border, $color: $v-background-color, $strength: 0.7);
272
        border-bottom: valo-border($border: $v-border, $color: $v-background-color, $strength: 0.7);
274 273
        padding-top: 4px; // avoid button group to overlap with border
275 274
        .v-label-registration-state {
276 275
            margin-right: round($v-unit-size / 4);

Also available in: Unified diff