.update-mark:before {
    content: '';
    display: block;
    height: 0.6em;
    width: 0.6em;
    background: currentColor;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: 20px;
    transform: translateY(-50%);
    color: #e90e36;
    filter: invert(1) !important;
}

.pimcore_main_accordion .x-collapsed .x-panel-header .update-mark:before {
    color: #e03656;
    filter: invert(0);
}

.bpt_workspace_path_editor input {
    max-height: 22px;
    min-height: 20px;
}

.pimcore_icon_library_button .x-btn-inner-default-small {
    padding: 0 3px 0 3px;
}