.v-contextmenu .v-on,
.v-contextmenu .v-off {
display: block;
- background: transparent url(../../../reindeer/common/icons/bullet.png) no-repeat 0 4px;
+ background: transparent url(../../icons/bullet.png) no-repeat 0 4px;
padding-left: 12px;
}
}
.v-contextmenu .gwt-MenuItem-selected .v-on {
- background-image: url(../../../reindeer/common/icons/bullet-white.png);
+ background-image: url(../../icons/bullet-white.png);
}
.v-table-scrollposition {
combineTheme(new String[] { BASE, RUNO }, false, ver);
combineTheme(new String[] { BASE, REINDEER }, true, ver);
combineTheme(new String[] { BASE, LIFERAY }, false, ver);
- // Chameleon uses some images from reindeer but does not require
- // compilation together with it
combineTheme(new String[] { BASE, CHAMELEON }, false, ver);
}