Update themes
This commit is contained in:
@@ -243,6 +243,7 @@
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container {
|
||||
padding: 0.25rem 0.75rem;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
|
||||
border-color: #ced4da;
|
||||
@@ -265,7 +266,6 @@
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.25rem 0.75rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #007bff;
|
||||
color: #ffffff;
|
||||
border-radius: 4px;
|
||||
@@ -656,6 +656,15 @@ p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
|
||||
right: 2.357rem;
|
||||
}
|
||||
|
||||
.p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
padding: 0.25rem 0 0.25rem 0.5rem;
|
||||
}
|
||||
.p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.p-checkbox {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@@ -720,6 +729,7 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
padding: 0.25rem 0.75rem;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
|
||||
border-color: #ced4da;
|
||||
@@ -732,7 +742,6 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.25rem 0.75rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #007bff;
|
||||
color: #ffffff;
|
||||
border-radius: 4px;
|
||||
@@ -1335,9 +1344,11 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
||||
.p-multiselect .p-multiselect-label.p-placeholder {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.p-multiselect.p-multiselect-chip .p-multiselect-token {
|
||||
padding: 0.25rem 0.75rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #007bff;
|
||||
color: #ffffff;
|
||||
border-radius: 4px;
|
||||
@@ -1938,6 +1949,9 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
||||
}
|
||||
.p-button .p-button-label {
|
||||
transition-duration: 0.15s;
|
||||
}
|
||||
.p-button .p-button-icon-left {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
@@ -2858,13 +2872,46 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px 1px 2px 1px;
|
||||
border-width: 1px 0 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px 0 0 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
|
||||
border-width: 1px 1px 0 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
|
||||
border-width: 1px 0 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
|
||||
border-width: 1px;
|
||||
border-width: 1px 0 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
|
||||
border-width: 0 0 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
|
||||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
|
||||
border-width: 0 0 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
|
||||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
|
||||
border-width: 0 1px 0 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
@@ -4335,6 +4382,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1rem 1.25rem;
|
||||
border-radius: 4px;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.p-toolbar .p-toolbar-separator {
|
||||
margin: 0 0.5rem;
|
||||
@@ -4532,6 +4580,9 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-sidebar .p-sidebar-content {
|
||||
padding: 1.25rem;
|
||||
}
|
||||
.p-sidebar .p-sidebar-footer {
|
||||
padding: 1rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-tooltip .p-tooltip-text {
|
||||
background: #212529;
|
||||
@@ -5538,6 +5589,19 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
|
||||
background: #007bff;
|
||||
color: #ffffff;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
min-width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
line-height: 1.5rem;
|
||||
border-radius: 4px;
|
||||
margin-left: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user