styles for calendar

master
Markus Kreth 7 years ago
parent 089efc7faf
commit 1c1213d4f8
  1. BIN
      src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/images/arrowLeft.png
  2. BIN
      src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/images/arrowRight.png
  3. 16
      src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/styles.css
  4. 15
      src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/vaadin-clubhelpertheme.scss

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -15581,3 +15581,19 @@ div.v-layout.v-horizontal.v-widget {
font-weight: bold; font-weight: bold;
font-size: large; font-size: large;
} }
.vaadin-clubhelpertheme .v-calendar-next {
height: 50px;
width: 50px;
background: url(images/arrowRight.png);
background-size: cover;
cursor: pointer;
}
.vaadin-clubhelpertheme .v-calendar-back {
height: 50px;
width: 50px;
background: url(images/arrowLeft.png);
background-size: cover;
cursor: pointer;
}

@ -37,4 +37,19 @@
font-weight: bold; font-weight: bold;
font-size: large; font-size: large;
} }
.v-calendar-next {
height: 50px;
width: 50px;
background:url(images/arrowRight.png);
background-size: cover;
cursor: pointer; /* Mouse pointer on hover */
}
.v-calendar-back {
height: 50px;
width: 50px;
background:url(images/arrowLeft.png);
background-size: cover;
cursor: pointer; /* Mouse pointer on hover */
}
} }

Loading…
Cancel
Save