Project

General

Profile

« Previous | Next » 

Revision cd29f770

Added by Andreas Kohlbecker almost 7 years ago

ref #6612 Custom Textfield with switch for all protectable cache fields

View differences:

src/main/webapp/VAADIN/themes/edit-valo/custom-fields.scss
24 24
          color: $helper-color;
25 25
          background-color: valo-font-color($helper-color);
26 26
          border-radius: $v-border-radius;
27
      }
27
   }
28
  
29
  // v-switchable-textfield
30
  .v-switchable-textfield {
31
    height: $v-line-height * 2;
32
    .v-caption {
33
        display: block;
34
    }   
35
    .v-textfield {
36
        padding-right: $v-unit-size;
37
    }
38
    .v-switch {
39
        z-index: 10;
40
        width: $v-unit-size;
41
        position: absolute;
42
        right: 1px;
43
        bottom: 1px;
44
    }
45
  }
28 46
} 

Also available in: Unified diff