This commit is contained in:
m.epshtein 2025-03-27 15:40:57 +03:00
parent d9e671818a
commit 4711632fd2

View file

@ -513,6 +513,29 @@
} }
/* temp list */ /* temp list */
.webbpm.ervu_business_metrics .select-as-btn .selectize-control {
height: 45px;
}
.webbpm.ervu_business_metrics .select-as-btn .selectize-control .selectize-input {
line-height: 45px;
padding: 0 24px 0 16px;
border: 0;
border-radius: 12px;
background: var(--block-bg);
box-shadow: var(--block-shadow);
}
.webbpm.ervu_business_metrics .select-as-btn .selectize-control .selectize-input:not(:disabled):not(.disabled):focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.webbpm.ervu_business_metrics .select-as-btn .selectize-control .selectize-input::after {
content: "";
top: 50%;
border-top: 4px solid;
border-right: 4px solid transparent;
border-bottom: 0;
border-left: 4px solid transparent;
}
/*
.webbpm.ervu_business_metrics dropdown-tree-view .btn { .webbpm.ervu_business_metrics dropdown-tree-view .btn {
font-family: 'Golos'; font-family: 'Golos';
height: 30px; height: 30px;
@ -537,6 +560,8 @@
width: auto; width: auto;
border: 0; border: 0;
} }
*/
.webbpm.ervu_business_metrics dropdown-tree-view .dropdown-menu .treeview-container { .webbpm.ervu_business_metrics dropdown-tree-view .dropdown-menu .treeview-container {
margin-bottom: var(--indent-base); margin-bottom: var(--indent-base);
overflow-y: auto; overflow-y: auto;