Skip to content

Adjust Color Schema for Property Panel #197

@rsoika

Description

@rsoika
.bpmn-property-panel {
    background: var(--theia-editor-background);
    opacity: 0.98 !important;
    color: var(--theia-editor-foreground);



.bpmn-property-header {
    background: var(--theia-titleBar-activeBackground);
    color: var(--theia-titleBar-activeForeground);
    opacity: 1; 


.bpmn-properties-body .categorization-master {
    background: var(--theia-titleBar-activeBackground);
}
.categorization>.categorization-master ul li.selected>span {
    color: var(--theia-activityBar-foreground);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions