We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0e708 commit ff46022Copy full SHA for ff46022
src/resources/views/crud/fields/color.blade.php
@@ -38,13 +38,13 @@
38
@push('crud_fields_styles')
39
@bassetBlock('backpack/crud/fields/color.css')
40
<style>
41
- [bp-field-name="color"] input[type="color"] {
+ [bp-field-type="color"] input[type="color"] {
42
background-color: unset;
43
border: 0;
44
width: 1.8rem;
45
height: 1.8rem;
46
}
47
- [bp-field-name="color"] .input-group-text {
+ [bp-field-type="color"] .input-group-text {
48
padding: 0 0.4rem;
49
50
</style>
0 commit comments