colorpicker.css in Colorpicker 5
Same filename and directory in other branches
.colorwrapper { display: none; z-index: 100; } .endcolorpicker { display: block; height: 20px; width: 20px; background: url(x.png) no-repeat; }
File
css/colorpicker.cssView source
-
- .colorwrapper {
- display: none;
- z-index: 100;
- }
- .endcolorpicker {
- display: block;
- height: 20px;
- width: 20px;
- background: url(x.png) no-repeat;
- }