Child pages
  • Replacing Default Element Images

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Replace the calendar field image for example with:

Code Block
.calendar img {
    background: url("http://www.servoy.com/developer/6xx_intro/resources/servoy_donut16x16.ico") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 0;
    padding: 8px;
    width: 0;
}