fix
This commit is contained in:
parent
146db206bf
commit
22e1d1f92d
1 changed files with 11 additions and 3 deletions
|
|
@ -126,7 +126,7 @@
|
|||
.webbpm.account-applications input[type="password"],
|
||||
.webbpm.account-applications input[type="number"],
|
||||
.webbpm.account-applications input.form-control,
|
||||
.webbpm.account-applications textarea,
|
||||
.webbpm.account-applications textarea.form-control,
|
||||
.webbpm.account-applications select,
|
||||
.webbpm.account-applications .selectize-control.single .selectize-input,
|
||||
.webbpm.account-applications .multi.plugin-remove_button .selectize-input {
|
||||
|
|
@ -147,7 +147,8 @@
|
|||
}
|
||||
.webbpm.account-applications .input-group input[name="password"] ~ .input-group-append > .input-group-text,
|
||||
.webbpm.account-applications .input-group input[name="confirmPassword"] ~ .input-group-append > .input-group-text,
|
||||
.webbpm.account-applications .date input ~ .input-group-addon {
|
||||
.webbpm.account-applications .date .form-control ~ .input-group-addon,
|
||||
.webbpm.account-applications .date-time-picker .form-control ~ .input-group-addon {
|
||||
color: var(--color-text-active);
|
||||
height: 32px;
|
||||
border: 0;
|
||||
|
|
@ -190,7 +191,7 @@
|
|||
font-family: 'GolosUI';
|
||||
}
|
||||
.webbpm.account-applications .selectize-control .selectize-input > .item {
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
|
@ -351,6 +352,9 @@
|
|||
.webbpm.account-applications ag-grid-angular .ag-row-last:not(.ag-row-first) {
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
.webbpm.account-applications ag-grid-angular .ag-row.wb-row-unselectable {
|
||||
background-color: transparent;
|
||||
}
|
||||
.webbpm.account-applications ag-grid-angular .ag-cell-focus:not(.ag-cell-range-selected):focus-within {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
|
@ -365,6 +369,10 @@
|
|||
background-color: var(--btn-border);
|
||||
}
|
||||
|
||||
.webbpm.account-applications form-component .horizontal-container vbox + vbox {
|
||||
margin-left: var(--indent-xlarge);
|
||||
}
|
||||
|
||||
.webbpm.account-applications .many-to-many link-field,
|
||||
.webbpm.account-applications .many-to-many grid {
|
||||
margin-bottom: var(--indent-mini);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue