You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
851 B

  1. div.colorPicker-picker {
  2. height: 16px;
  3. width: 16px;
  4. padding: 0 !important;
  5. border: 1px solid #ccc;
  6. background: url(arrow.gif) no-repeat top right;
  7. cursor: pointer;
  8. line-height: 16px;
  9. }
  10. div.colorPicker-palette {
  11. width: 110px;
  12. position: absolute;
  13. border: 1px solid #ccc;
  14. background-color: #FFFFFF;
  15. padding: 5px;
  16. z-index: 9999;
  17. -moz-border-radius: 3px;
  18. -webkit-border-radius: 3px;
  19. border-radius: 3px;
  20. }
  21. div.colorPicker_hexWrap {width: 100%; float:left }
  22. div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  23. div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }
  24. div.colorPicker-swatch {
  25. height: 12px;
  26. width: 12px;
  27. border: 1px solid #000;
  28. margin: 2px;
  29. float: left;
  30. cursor: pointer;
  31. line-height: 12px;
  32. }