Update themes
This commit is contained in:
@@ -243,6 +243,7 @@
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container {
|
||||
padding: 0.375rem 0.75rem;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
|
||||
border-color: #14B8A6;
|
||||
@@ -265,7 +266,6 @@
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
|
||||
padding: 0.375rem 0.75rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #F0FDFA;
|
||||
color: #0F766E;
|
||||
border-radius: 6px;
|
||||
@@ -656,6 +656,15 @@ p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
|
||||
right: 3rem;
|
||||
}
|
||||
|
||||
.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: 22px;
|
||||
height: 22px;
|
||||
@@ -716,6 +725,7 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
||||
|
||||
.p-chips .p-chips-multiple-container {
|
||||
padding: 0.375rem 0.75rem;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
|
||||
border-color: #14B8A6;
|
||||
@@ -728,7 +738,6 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-token {
|
||||
padding: 0.375rem 0.75rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #F0FDFA;
|
||||
color: #0F766E;
|
||||
border-radius: 6px;
|
||||
@@ -1331,9 +1340,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.375rem 0.75rem;
|
||||
margin-right: 0.5rem;
|
||||
background: #F0FDFA;
|
||||
color: #0F766E;
|
||||
border-radius: 6px;
|
||||
@@ -1926,6 +1937,9 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #99F6E4;
|
||||
}
|
||||
.p-button .p-button-label {
|
||||
transition-duration: 0.2s;
|
||||
}
|
||||
.p-button .p-button-icon-left {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
@@ -2846,13 +2860,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 1px 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: #fcfcfc;
|
||||
@@ -4299,6 +4346,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
border: 1px solid #dee2e6;
|
||||
padding: 1.25rem;
|
||||
border-radius: 6px;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.p-toolbar .p-toolbar-separator {
|
||||
margin: 0 0.5rem;
|
||||
@@ -4496,6 +4544,9 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-sidebar .p-sidebar-content {
|
||||
padding: 1.25rem;
|
||||
}
|
||||
.p-sidebar .p-sidebar-footer {
|
||||
padding: 1.25rem;
|
||||
}
|
||||
|
||||
.p-tooltip .p-tooltip-text {
|
||||
background: #495057;
|
||||
@@ -5478,6 +5529,19 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
border: 1px solid #dee2e6;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
|
||||
background: #14B8A6;
|
||||
color: #ffffff;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
min-width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
line-height: 1.5rem;
|
||||
border-radius: 6px;
|
||||
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