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.
13 lines (10 loc) • 350 B
CSS
/*if you link this stylesheet directory, mobile/common/dijit/base.css must already be imported*/
/* import base dijit styles to override below */
@import url("../../../../../dojox/widget/ColorPicker/ColorPicker.css");
.dojoxColorPicker {
padding: 8px;
-moz-border-radius: 4pt;
border-radius: 5pt;
-webkit-drop-shadow: 3pt;
background: gray;
}