Update themes
This commit is contained in:
@@ -2850,7 +2850,8 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
background: #1e1e1e;
|
||||
}
|
||||
.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: #1e1e1e;
|
||||
}
|
||||
.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 #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
||||
}
|
||||
.p-multiselect .p-multiselect-items .p-multiselect-item .p-ink {
|
||||
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
||||
background-color: rgba(206, 147, 216, 0.16);
|
||||
}
|
||||
.p-multiselect .p-multiselect-items .p-multiselect-item:focus {
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||
background: rgba(255, 255, 255, 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(206, 147, 216, 0.24);
|
||||
}
|
||||
.p-multiselect .p-multiselect-close:focus {
|
||||
.p-multiselect-panel .p-multiselect-close:focus {
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user