Project

General

Profile

« Previous | Next » 

Revision dc3f8070

Added by Andreas Kohlbecker about 7 years ago

fix for missing ListSelect Valo styles

View differences:

src/main/webapp/VAADIN/themes/edit-valo/edit-valo.scss
51 51

  
52 52
@import "../valo/valo.scss";
53 53

  
54
@import "valo-fix.scss";
55

  
54 56

  
55 57
// ========================================== //
56 58

  
......
58 60
@include v-font(IcoMoon, "../../../../../fonts/icomoon");
59 61

  
60 62
.IcoMoon {
61
   font-family: IcoMoon;
63
   font-family: IcoMoon;*
62 64
   font-style: normal;
63 65
   font-weight: normal;
64 66
   -webkit-font-smoothing: antialiased;
src/main/webapp/VAADIN/themes/edit-valo/valo-fix.scss
1
// Fixes problems in the valo theme
2
// must be imported after the valo theme
3

  
4
// -------------------------------------------
5
// add missing tiny, and small style for select lists
6

  
7
.v-select-tiny {
8
  font-size: $v-font-size--tiny;
9
}
10

  
11
.v-select-small {
12
  font-size: $v-font-size--small;
13
}

Also available in: Unified diff