Merge branch 'develop' of 10.10.31.70:/ervu-business-metrics into develop

This commit is contained in:
Булат Хайруллин 2025-03-27 16:04:48 +03:00
commit 71b7f4e5a2

View file

@ -513,6 +513,29 @@
}
/* 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 {
font-family: 'Golos';
height: 30px;
@ -537,6 +560,8 @@
width: auto;
border: 0;
}
*/
.webbpm.ervu_business_metrics dropdown-tree-view .dropdown-menu .treeview-container {
margin-bottom: var(--indent-base);
overflow-y: auto;