- fixed issue setting dates i ndatepicker;
- fixed styles and filters in tables;
This commit is contained in:
@@ -8,10 +8,15 @@
|
||||
.p-badge {
|
||||
color: var(--menuitem-active-color);
|
||||
}
|
||||
.p-button:not(.p-button-outlined, .p-button-secondary, .p-confirm-popup-reject, .p-button-link),
|
||||
.p-button:not(.p-button-outlined, .p-button-secondary, .p-confirm-popup-reject, .p-button-link) span {
|
||||
.p-button:not(.p-button-outlined, .p-button-secondary, .p-confirm-popup-reject, .p-button-link, .p-column-filter-add-button, .p-column-filter-remove-button),
|
||||
.p-button:not(.p-button-outlined, .p-button-secondary, .p-confirm-popup-reject, .p-button-link, .p-column-filter-add-button, .p-column-filter-remove-button) span {
|
||||
color: var(--menuitem-active-color);
|
||||
}
|
||||
.p-column-filter-remove-button {
|
||||
span {
|
||||
margin: 0 5px;
|
||||
}
|
||||
}
|
||||
.p-fileupload-row {
|
||||
.p-button-danger {
|
||||
background-color: #f44336;
|
||||
|
||||
Reference in New Issue
Block a user