Removed list item transition
parent
c0d75565d4
commit
a7d8c48f36
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #BBDEFB;
|
outline-color: #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #BBDEFB;
|
outline-color: #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #C8E6C9;
|
outline-color: #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #C8E6C9;
|
outline-color: #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #FFECB3;
|
outline-color: #FFECB3;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #FFECB3;
|
outline-color: #FFECB3;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #E1BEE7;
|
outline-color: #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #E1BEE7;
|
outline-color: #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #BBDEFB;
|
outline-color: #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.357rem;
|
min-width: 2.357rem;
|
||||||
height: 2.357rem;
|
height: 2.357rem;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.357rem;
|
min-width: 2.357rem;
|
||||||
height: 2.357rem;
|
height: 2.357rem;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #BBDEFB;
|
outline-color: #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #C8E6C9;
|
outline-color: #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.357rem;
|
min-width: 2.357rem;
|
||||||
height: 2.357rem;
|
height: 2.357rem;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.357rem;
|
min-width: 2.357rem;
|
||||||
height: 2.357rem;
|
height: 2.357rem;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #C8E6C9;
|
outline-color: #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #FFECB3;
|
outline-color: #FFECB3;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.357rem;
|
min-width: 2.357rem;
|
||||||
height: 2.357rem;
|
height: 2.357rem;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.357rem;
|
min-width: 2.357rem;
|
||||||
height: 2.357rem;
|
height: 2.357rem;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #FFECB3;
|
outline-color: #FFECB3;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #BBDEFB;
|
outline-color: #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #BBDEFB;
|
outline-color: #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #C8E6C9;
|
outline-color: #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #C8E6C9;
|
outline-color: #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #FFECB3;
|
outline-color: #FFECB3;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #FFECB3;
|
outline-color: #FFECB3;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
width: 2.5rem;
|
width: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
.p-datepicker table td > span.p-highlight {
|
.p-datepicker table td > span.p-highlight {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||||
|
@ -494,7 +494,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||||
|
@ -782,7 +782,7 @@
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||||
|
@ -883,7 +883,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||||
|
@ -1639,7 +1639,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tfoot > tr > td {
|
.p-datatable .p-datatable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1683,7 +1683,7 @@
|
||||||
.p-datatable .p-datatable-tbody > tr {
|
.p-datatable .p-datatable-tbody > tr {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #E1BEE7;
|
outline-color: #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-datatable .p-datatable-tbody > tr > td {
|
.p-datatable .p-datatable-tbody > tr > td {
|
||||||
|
@ -1961,7 +1961,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2055,7 +2055,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||||
|
@ -2097,7 +2097,7 @@
|
||||||
min-width: 2.286em;
|
min-width: 2.286em;
|
||||||
height: 2.286em;
|
height: 2.286em;
|
||||||
margin: 0.143rem;
|
margin: 0.143rem;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||||
|
@ -2141,7 +2141,7 @@
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: transform 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: rgba(255, 255, 255, 0.03);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
@ -2197,7 +2197,7 @@
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||||
|
@ -2285,7 +2285,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tfoot > tr > td {
|
.p-treetable .p-treetable-tfoot > tr > td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -2329,7 +2329,7 @@
|
||||||
.p-treetable .p-treetable-tbody > tr {
|
.p-treetable .p-treetable-tbody > tr {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
outline-color: #E1BEE7;
|
outline-color: #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-treetable .p-treetable-tbody > tr > td {
|
.p-treetable .p-treetable-tbody > tr > td {
|
||||||
|
@ -2438,7 +2438,7 @@
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2539,13 +2539,13 @@
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -2634,7 +2634,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||||
|
@ -2874,7 +2874,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link {
|
.p-breadcrumb ul li .p-menuitem-link {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||||
|
@ -2911,7 +2911,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -2975,7 +2975,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3026,7 +3026,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3105,7 +3105,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3165,7 +3165,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3199,7 +3199,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3321,7 +3321,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3405,7 +3405,7 @@
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
@ -3454,7 +3454,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3513,7 +3513,7 @@
|
||||||
|
|
||||||
.p-steps .p-steps-item .p-menuitem-link {
|
.p-steps .p-steps-item .p-menuitem-link {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -3574,7 +3574,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
margin: 0 0 -2px 0;
|
margin: 0 0 -2px 0;
|
||||||
}
|
}
|
||||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||||
|
@ -3608,7 +3608,7 @@
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.75rem 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||||
|
@ -3968,7 +3968,7 @@
|
||||||
color: #f8f9fa;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: background-color .2s;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
transition: background-color .2s;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -128,7 +127,6 @@
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
display: block;
|
display: block;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
transition: background-color .2s;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue