You are here

colorpicker.css in Colorpicker 5

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

File

css/colorpicker.css
View source
  1. .colorwrapper {
  2. display: none;
  3. z-index: 100;
  4. }
  5. .endcolorpicker {
  6. display: block;
  7. height: 20px;
  8. width: 20px;
  9. background: url(x.png) no-repeat;
  10. }