Files
2024_WEBSITE_fipf/plugins/cipf_plugin/css/acf_fields.css
2024-04-18 10:58:53 +02:00

20 lines
248 B
CSS

/*
.read_only_cipf {
.acf-input {
position: relative;
* {
cursor: default;
pointer-events: none;
}
> * {
color: #666;
background-color: #f0f0f1;
filter: grayscale(100%);
}
textarea {
pointer-events: auto;
}
}
}
*/