dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
17 lines (16 loc) • 406 B
CSS
/*if you link this stylesheet directory, mobile/common/dijit/base.css must already be imported*/
.dijitColorPalette {
border: 0 solid #b5bcc7;
background: none;
}
.dijitColorPalette .dijitColorPaletteSwatch {
width: 25px;
height: 25px;
border-radius: 4px;
-moz-border-radius: 4px;
}
.dijitColorPalette .dijitPaletteImg {
border: 1px solid lightGrey;
border-radius: 4px;
-moz-border-radius: 4px;
}