Update to v16
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
--surface-border:rgba(0,0,0,.12);
|
||||
--surface-hover:rgba(0,0,0,.04);
|
||||
--maskbg: rgba(0, 0, 0, 0.32);
|
||||
--highlight-bg: rgba(63, 81, 181, 0.12);
|
||||
--highlight-text-color: #3F51B5;
|
||||
--focus-ring: none;
|
||||
color-scheme: light;
|
||||
}
|
||||
@@ -100,6 +102,11 @@
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.p-icon {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
|
||||
@@ -657,6 +664,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: #B00020;
|
||||
@@ -707,6 +718,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: #3F51B5;
|
||||
background: #3F51B5;
|
||||
@@ -1215,6 +1230,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
||||
color: #B00020;
|
||||
}
|
||||
|
||||
.p-input-icon-left > .p-icon-wrapper.p-icon,
|
||||
.p-input-icon-left > i:first-of-type {
|
||||
left: 0.75rem;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
@@ -1228,6 +1244,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: rgba(0, 0, 0, 0.6);
|
||||
@@ -1598,12 +1615,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: #3F51B5;
|
||||
margin-left: 0.5rem;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
font-size: 1rem;
|
||||
}
|
||||
.p-rating .p-rating-icon.p-icon {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
.p-rating .p-rating-icon.p-rating-cancel {
|
||||
color: #B00020;
|
||||
}
|
||||
@@ -1615,7 +1639,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: #3F51B5;
|
||||
}
|
||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||
@@ -2361,6 +2385,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.p-speeddial-button.p-button.p-button-icon-only .p-icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
.p-speeddial-action {
|
||||
width: 3rem;
|
||||
@@ -3814,6 +3842,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(50, 65, 145, 0.12);
|
||||
}
|
||||
@@ -3960,6 +3992,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
@@ -3997,6 +4033,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;
|
||||
}
|
||||
@@ -4440,6 +4480,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;
|
||||
}
|
||||
@@ -4509,6 +4553,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;
|
||||
}
|
||||
@@ -4766,6 +4814,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: #3F51B5;
|
||||
color: #ffffff;
|
||||
@@ -5180,6 +5232,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;
|
||||
}
|
||||
@@ -5533,6 +5589,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 0.75rem;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
@@ -5742,6 +5802,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: #3F51B5;
|
||||
color: #ffffff;
|
||||
@@ -5801,6 +5865,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;
|
||||
}
|
||||
@@ -5886,6 +5954,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;
|
||||
}
|
||||
@@ -5911,6 +5983,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;
|
||||
}
|
||||
@@ -5985,6 +6061,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: rgba(255, 255, 255, 0.87);
|
||||
@@ -6002,6 +6082,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: rgba(255, 255, 255, 0.87);
|
||||
@@ -6066,11 +6150,6 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.p-galleria-mask {
|
||||
--maskbg: rgba(0, 0, 0, 0.9);
|
||||
@@ -6113,6 +6192,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: rgba(0, 0, 0, 0.12);
|
||||
@@ -6262,6 +6345,10 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
|
||||
font-size: 1.5rem;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-scrolltop .p-icon {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
|
||||
.p-skeleton {
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
@@ -6299,6 +6386,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