Update to v16
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
--surface-hover:rgba(255,255,255,.03);
|
||||
--maskbg: rgba(0, 0, 0, 0.4);
|
||||
--focus-ring: 0 0 0 1px #a7d8a9;
|
||||
--highlight-bg: rgba(129, 199, 132, 0.16);
|
||||
--highlight-text-color: rgba(255, 255, 255, 0.87);
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
@@ -76,6 +78,11 @@
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.p-icon {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
@@ -633,6 +640,10 @@ p-calendar.p-calendar-clearable.p-calendar-w-btn .p-calendar-clear-icon {
|
||||
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-icon {
|
||||
width: 0.875rem;
|
||||
height: 0.875rem;
|
||||
}
|
||||
|
||||
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
|
||||
border-color: #ef9a9a;
|
||||
@@ -683,6 +694,10 @@ p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
|
||||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box .p-icon {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #81C784;
|
||||
background: #81C784;
|
||||
@@ -1191,6 +1206,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
||||
color: #ef9a9a;
|
||||
}
|
||||
|
||||
.p-input-icon-left > .p-icon-wrapper.p-icon,
|
||||
.p-input-icon-left > i:first-of-type {
|
||||
left: 0.5rem;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
@@ -1204,6 +1220,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
||||
left: 2rem;
|
||||
}
|
||||
|
||||
.p-input-icon-right > .p-icon-wrapper,
|
||||
.p-input-icon-right > i:last-of-type {
|
||||
right: 0.5rem;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
@@ -1574,12 +1591,19 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.p-rating {
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.p-rating .p-rating-icon {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
margin-left: 0.5rem;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
font-size: 1.143rem;
|
||||
}
|
||||
.p-rating .p-rating-icon.p-icon {
|
||||
width: 1.143rem;
|
||||
height: 1.143rem;
|
||||
}
|
||||
.p-rating .p-rating-icon.p-rating-cancel {
|
||||
color: #F48FB1;
|
||||
}
|
||||
@@ -1591,7 +1615,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
||||
.p-rating .p-rating-icon:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
.p-rating .p-rating-icon.pi-star-fill {
|
||||
.p-rating .p-rating-icon.p-rating-icon-active {
|
||||
color: #81C784;
|
||||
}
|
||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||
@@ -2337,6 +2361,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
.p-speeddial-button.p-button.p-button-icon-only .p-icon {
|
||||
width: 1.3rem;
|
||||
height: 1.3rem;
|
||||
}
|
||||
|
||||
.p-speeddial-action {
|
||||
width: 3rem;
|
||||
@@ -3790,6 +3818,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-tree .p-tree-loading-icon {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.p-tree .p-tree-loading-icon.p-icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
|
||||
background-color: rgba(84, 179, 88, 0.16);
|
||||
}
|
||||
@@ -3936,6 +3968,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
@@ -3973,6 +4009,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-treetable .p-treetable-loading-icon {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.p-treetable .p-treetable-loading-icon.p-icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.p-treetable.p-treetable-gridlines .p-datatable-header {
|
||||
border-width: 1px 1px 0 1px;
|
||||
}
|
||||
@@ -4416,6 +4456,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-confirm-popup .p-confirm-popup-icon {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.p-confirm-popup .p-confirm-popup-icon.p-icon {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
.p-confirm-popup .p-confirm-popup-message {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@@ -4485,6 +4529,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@@ -4742,6 +4790,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-contextmenu .p-submenu-icon {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.p-contextmenu .p-icon {
|
||||
width: 0.875rem;
|
||||
height: 0.875rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-badge {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
@@ -5156,6 +5208,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-menubar .p-submenu-list .p-submenu-icon {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.p-menubar .p-submenu-list .p-icon {
|
||||
width: 0.875rem;
|
||||
height: 0.875rem;
|
||||
}
|
||||
.p-menubar .p-submenu-list .p-menuitem {
|
||||
margin: 0;
|
||||
}
|
||||
@@ -5509,6 +5565,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-slidemenu .p-slidemenu-icon {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.p-slidemenu .p-icon {
|
||||
width: 0.875rem;
|
||||
height: 0.875rem;
|
||||
}
|
||||
.p-slidemenu .p-slidemenu-backward {
|
||||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
@@ -5718,6 +5778,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-tieredmenu .p-submenu-icon {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.p-tieredmenu .p-icon {
|
||||
width: 0.875rem;
|
||||
height: 0.875rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-badge {
|
||||
background: #81C784;
|
||||
color: #212529;
|
||||
@@ -5777,6 +5841,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
font-size: 1rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-inline-message .p-icon {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
.p-inline-message .p-inline-message-text {
|
||||
font-size: 1rem;
|
||||
}
|
||||
@@ -5862,6 +5930,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
font-size: 1.5rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-message .p-icon {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
.p-message .p-message-summary {
|
||||
font-weight: 700;
|
||||
}
|
||||
@@ -5887,6 +5959,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
|
||||
font-weight: 700;
|
||||
}
|
||||
@@ -5961,6 +6037,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-galleria .p-galleria-close .p-galleria-close-icon {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.p-galleria .p-galleria-close:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: #f8f9fa;
|
||||
@@ -5978,6 +6058,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: #f8f9fa;
|
||||
@@ -6042,11 +6126,6 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
}
|
||||
|
||||
.p-galleria-mask {
|
||||
--maskbg: rgba(0, 0, 0, 0.9);
|
||||
@@ -6089,6 +6168,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-image-action.p-link i {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.p-image-action.p-link .p-icon {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
|
||||
.p-avatar {
|
||||
background-color: #383838;
|
||||
@@ -6238,6 +6321,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
font-size: 1.5rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-scrolltop .p-icon {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
|
||||
.p-skeleton {
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
@@ -6275,6 +6362,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
margin-right: 0.25rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-tag .p-icon {
|
||||
width: 0.75rem;
|
||||
height: 0.75rem;
|
||||
}
|
||||
|
||||
.p-terminal {
|
||||
background: #1e1e1e;
|
||||
|
||||
Reference in New Issue
Block a user