/* Remove green triangle from value inhritance */
.pimcore_open_inheritance_source {
    display: none;
}

/* Remove input disabling on inhritance */
.object_value_inherited:not(.x-form-readonly):not(.x-item-disabled) {
    filter: none !important;
    opacity: 1 !important;
}

.object_value_inherited:not(.x-form-readonly):not(.x-item-disabled) .x-form-field, .object_value_inherited:not(.x-form-readonly):not(.x-item-disabled) .x-form-display-field {
    background-image: none !important;
    background-color: #ffffff !important;
}