Same filename in this branch
  1. 7.x-2.x color_field_plain_text/color_field.css
Same filename and directory in other branches
  1. 7.x-1.x color_field_default/color_field.css 1 comment
.colorBox {
  border: 1px solid #ffffff;
  cursor: pointer;
  font-family: monospace;
  font-size: 12px;
  margin: 0 3px;
  padding: 1px 8px;
}
.colorBox.active,
.colorBox:hover {
  padding: 9px 16px;
}
.transparentBox {
  background-image: url("../images/transparentBox16.gif");
  background-position: 0 3px;
  background-repeat: no-repeat;
  margin: 0 3px;
  padding: 2px 8px;
}
.transparentBox.active,
.transparentBox:hover {
  background-image: url(../images/transparentBox32.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 10px 16px;
}
.hide_input {
  display: none;
}
.color-field-column {
  float: left;
  width: 48%;
}
.color-field-column .form-text {
  width: 95%;
}

File

color_field_default_widget/color_field.css

View source
  1. .colorBox {
  2. border: 1px solid #ffffff;
  3. cursor: pointer;
  4. font-family: monospace;
  5. font-size: 12px;
  6. margin: 0 3px;
  7. padding: 1px 8px;
  8. }
  9. .colorBox.active,
  10. .colorBox:hover {
  11. padding: 9px 16px;
  12. }
  13. .transparentBox {
  14. background-image: url("../images/transparentBox16.gif");
  15. background-position: 0 3px;
  16. background-repeat: no-repeat;
  17. margin: 0 3px;
  18. padding: 2px 8px;
  19. }
  20. .transparentBox.active,
  21. .transparentBox:hover {
  22. background-image: url(../images/transparentBox32.gif);
  23. background-position: 0 3px;
  24. background-repeat: no-repeat;
  25. padding: 10px 16px;
  26. }
  27. .hide_input {
  28. display: none;
  29. }
  30. .color-field-column {
  31. float: left;
  32. width: 48%;
  33. }
  34. .color-field-column .form-text {
  35. width: 95%;
  36. }