This commit is contained in:
m.epshtein 2024-11-29 14:23:00 +03:00
parent 7af5283e1d
commit 836b32ce9b

View file

@ -189,6 +189,12 @@
color: var(--color-text-primary);
font-family: 'GolosUI';
}
.webbpm.account-applications .selectize-control .selectize-input > .item {
width: 90%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.webbpm.account-applications .selectize-dropdown {
background-color: transparent;
box-shadow: none;
@ -359,15 +365,23 @@
background-color: var(--btn-border);
}
.webbpm.account-applications .many-to-many link-field {
.webbpm.account-applications .many-to-many link-field,
.webbpm.account-applications .many-to-many grid {
margin-bottom: var(--indent-mini);
}
.webbpm.account-applications .many-to-many link-field .ag-header {
.webbpm.account-applications .many-to-many .ag-header {
margin-bottom: var(--indent-mini);
border-top: 0;
border-radius: 8px;
background-color: var(--panel-bg);
}
.webbpm.account-applications .many-to-many .ag-header .ag-header-cell {
color: var(--color-text-primary);
}
.webbpm.account-applications .many-to-many-move-buttons .btn {
padding: 0;
padding: 0 !important;
}
.webbpm.account-applications #add_user_application .many-to-many link-field {
height: 180px;
.webbpm.account-applications #add_user_application .many-to-many link-field,
.webbpm.account-applications #add_user_application .many-to-many grid {
height: 184px;
}