Same filename and directory in other branches
- 8.x-2.x css/color_field_widget_grid.css
.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
- .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;
- }