Update themes
This commit is contained in:
@@ -2850,7 +2850,8 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
background: #ffffff;
|
||||
}
|
||||
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
||||
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
|
||||
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
|
||||
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.p-datatable .p-datatable-loading-icon {
|
||||
@@ -7204,16 +7205,17 @@ p-inputnumber.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
||||
.p-multiselect:not(.p-disabled).p-focus {
|
||||
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
||||
}
|
||||
.p-multiselect .p-multiselect-items .p-multiselect-item .p-ink {
|
||||
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
||||
background-color: rgba(103, 58, 183, 0.16);
|
||||
}
|
||||
.p-multiselect .p-multiselect-items .p-multiselect-item:focus {
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||
background: rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.p-multiselect .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
|
||||
background: rgba(103, 58, 183, 0.24);
|
||||
}
|
||||
.p-multiselect .p-multiselect-close:focus {
|
||||
.p-multiselect-panel .p-multiselect-close:focus {
|
||||
background: rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user