Update to v16
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
--surface-border:#dee2e6;
|
||||
--surface-hover:#e9ecef;
|
||||
--maskbg: rgba(0, 0, 0, 0.4);
|
||||
--highlight-bg: #007bff;
|
||||
--highlight-text-color: #ffffff;
|
||||
--focus-ring: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
||||
color-scheme: light;
|
||||
}
|
||||
@@ -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: #dc3545;
|
||||
@@ -683,6 +694,10 @@ p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box .p-icon {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
.p-checkbox .p-checkbox-box.p-highlight {
|
||||
border-color: #007bff;
|
||||
background: #007bff;
|
||||
@@ -1195,6 +1210,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
||||
color: #dc3545;
|
||||
}
|
||||
|
||||
.p-input-icon-left > .p-icon-wrapper.p-icon,
|
||||
.p-input-icon-left > i:first-of-type {
|
||||
left: 0.75rem;
|
||||
color: #495057;
|
||||
@@ -1208,6 +1224,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
||||
left: 2.5rem;
|
||||
}
|
||||
|
||||
.p-input-icon-right > .p-icon-wrapper,
|
||||
.p-input-icon-right > i:last-of-type {
|
||||
right: 0.75rem;
|
||||
color: #495057;
|
||||
@@ -1582,12 +1599,19 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
.p-rating {
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.p-rating .p-rating-icon {
|
||||
color: #495057;
|
||||
margin-left: 0.5rem;
|
||||
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
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: #dc3545;
|
||||
}
|
||||
@@ -1599,7 +1623,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: #007bff;
|
||||
}
|
||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||
@@ -2349,6 +2373,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;
|
||||
@@ -3802,6 +3830,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: #0062cc;
|
||||
}
|
||||
@@ -3948,6 +3980,10 @@ 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-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;
|
||||
}
|
||||
@@ -3985,6 +4021,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;
|
||||
}
|
||||
@@ -4428,6 +4468,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;
|
||||
}
|
||||
@@ -4497,6 +4541,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;
|
||||
}
|
||||
@@ -4754,6 +4802,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: #007bff;
|
||||
color: #ffffff;
|
||||
@@ -5168,6 +5220,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;
|
||||
}
|
||||
@@ -5521,6 +5577,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: #212529;
|
||||
@@ -5730,6 +5790,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: #007bff;
|
||||
color: #ffffff;
|
||||
@@ -5789,6 +5853,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;
|
||||
}
|
||||
@@ -5874,6 +5942,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;
|
||||
}
|
||||
@@ -5899,6 +5971,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;
|
||||
}
|
||||
@@ -5973,6 +6049,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: #efefef;
|
||||
@@ -5990,6 +6070,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: #efefef;
|
||||
@@ -6054,11 +6138,6 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: #efefef;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
||||
}
|
||||
|
||||
.p-galleria-mask {
|
||||
--maskbg: rgba(0, 0, 0, 0.9);
|
||||
@@ -6101,6 +6180,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: #dee2e6;
|
||||
@@ -6250,6 +6333,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
font-size: 1.5rem;
|
||||
color: #efefef;
|
||||
}
|
||||
.p-scrolltop .p-icon {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
|
||||
.p-skeleton {
|
||||
background-color: #e9ecef;
|
||||
@@ -6287,6 +6374,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: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user