Same filename and directory in other branches
  1. 8.x-2.x css/color_field_widget_grid.css 1 comment
.simpleColorChooser {
  z-index: 1;
  max-width: 100%;
}

.js-color-field-widget-grid__color.required {
  display: block !important;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  min-height: 0;
}

File

css/color_field_widget_grid.css

View source
  1. .simpleColorChooser {
  2. z-index: 1;
  3. max-width: 100%;
  4. }
  5. .js-color-field-widget-grid__color.required {
  6. display: block !important;
  7. width: 0;
  8. height: 0;
  9. padding: 0;
  10. border: none;
  11. overflow: hidden;
  12. min-height: 0;
  13. }