Theme update
parent
49be35c618
commit
83c81c582f
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #BBDEFB;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #383838;
|
||||
border: solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #1e1e1e;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #121212;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.286em;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #121212;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #BBDEFB;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #1e1e1e;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,7 +2363,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2604,7 +2603,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2640,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2704,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2755,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2834,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2893,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2927,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3010,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3049,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3133,7 @@
|
|||
background: #1e1e1e;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3182,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3241,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3336,7 +3335,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3692,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #C8E6C9;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #383838;
|
||||
border: solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #1e1e1e;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #121212;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.286em;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #121212;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #C8E6C9;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #1e1e1e;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,7 +2363,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2604,7 +2603,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2640,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2704,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2755,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2834,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2893,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2927,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3010,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3049,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3133,7 @@
|
|||
background: #1e1e1e;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3182,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3241,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3336,7 +3335,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3692,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #FFECB3;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #383838;
|
||||
border: solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #1e1e1e;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #121212;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.286em;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #121212;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #FFECB3;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #1e1e1e;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,7 +2363,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2604,7 +2603,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2640,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2704,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2755,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2834,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2893,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2927,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3010,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3049,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3133,7 @@
|
|||
background: #1e1e1e;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3182,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3241,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3336,7 +3335,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3692,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #E1BEE7;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #383838;
|
||||
border: solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #1e1e1e;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #121212;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.286em;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #121212;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #383838;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #E1BEE7;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #1e1e1e;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,7 +2363,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2604,7 +2603,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2640,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2704,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2755,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2834,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2893,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2927,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3010,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3049,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3133,7 @@
|
|||
background: #1e1e1e;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3182,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3241,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3336,7 +3335,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3692,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -1338,11 +1338,11 @@
|
|||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-datatable .p-paginator-bottom {
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-datatable .p-datatable-header {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: solid #3c3c3c;
|
||||
border-width: 1px 0 0 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1529,11 +1525,11 @@
|
|||
}
|
||||
|
||||
.p-dataview .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dataview .p-paginator-bottom {
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dataview .p-dataview-header {
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: solid #3c3c3c;
|
||||
border-width: 1px 0 0 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #3c3c3c;
|
||||
border: 1px solid #3c3c3c;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
|
@ -1775,7 +1770,7 @@
|
|||
.p-paginator {
|
||||
background: #222222;
|
||||
color: #8dd0ff;
|
||||
border: none;
|
||||
border: solid #3c3c3c;
|
||||
border-width: 0;
|
||||
padding: 0.75rem;
|
||||
border-radius: 4px;
|
||||
|
@ -1789,7 +1784,7 @@
|
|||
color: #8dd0ff;
|
||||
min-width: 2.625rem;
|
||||
height: 2.625rem;
|
||||
margin: 0;
|
||||
margin: 0 0 0 -1px;
|
||||
transition: box-shadow 0.15s;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: #3c3c3c;
|
||||
color: #8dd0ff;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.625rem;
|
||||
}
|
||||
|
@ -1815,7 +1817,8 @@
|
|||
color: #8dd0ff;
|
||||
min-width: 2.625rem;
|
||||
height: 2.625rem;
|
||||
margin: 0;
|
||||
margin: 0 0 0 -1px;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1823,7 +1826,7 @@
|
|||
color: #8dd0ff;
|
||||
min-width: 2.625rem;
|
||||
height: 2.625rem;
|
||||
margin: 0;
|
||||
margin: 0 0 0 -1px;
|
||||
transition: box-shadow 0.15s;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
@ -1981,11 +1984,11 @@
|
|||
}
|
||||
|
||||
.p-treetable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-treetable .p-paginator-bottom {
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-treetable .p-treetable-header {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: solid #3c3c3c;
|
||||
border-width: 1px 0 0 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -3822,44 +3821,6 @@
|
|||
}
|
||||
|
||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||
.p-inputtext,
|
||||
.p-checkbox .p-checkbox-box,
|
||||
.p-radiobutton .p-radiobutton-box {
|
||||
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.p-button, .p-selectbutton .p-button, .p-togglebutton.p-button {
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.p-inputswitch .p-inputswitch-slider:before {
|
||||
transition: transform 0.15s;
|
||||
}
|
||||
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.p-paginator .p-paginator-current {
|
||||
padding: 0 0.25rem;
|
||||
margin-left: -1px;
|
||||
}
|
||||
.p-paginator .p-paginator-element, .p-paginator .p-paginator-pages .p-paginator-page {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px 1px 2px 1px;
|
||||
}
|
||||
.p-datatable .p-datatable-header + .p-paginator-top {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
.p-breadcrumb .p-breadcrumb-chevron {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
}
|
||||
|
|
|
@ -1338,11 +1338,11 @@
|
|||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-datatable .p-paginator-bottom {
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-datatable .p-datatable-header {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: solid #dee2e6;
|
||||
border-width: 1px 0 0 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1529,11 +1525,11 @@
|
|||
}
|
||||
|
||||
.p-dataview .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dataview .p-paginator-bottom {
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dataview .p-dataview-header {
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: solid #dee2e6;
|
||||
border-width: 1px 0 0 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
||||
border: 1px solid rgba(0, 0, 0, 0.125);
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
|
@ -1775,7 +1770,7 @@
|
|||
.p-paginator {
|
||||
background: #ffffff;
|
||||
color: #007bff;
|
||||
border: none;
|
||||
border: solid rgba(0, 0, 0, 0.125);
|
||||
border-width: 0;
|
||||
padding: 0.75rem;
|
||||
border-radius: 4px;
|
||||
|
@ -1789,7 +1784,7 @@
|
|||
color: #007bff;
|
||||
min-width: 2.625rem;
|
||||
height: 2.625rem;
|
||||
margin: 0;
|
||||
margin: 0 0 0 -1px;
|
||||
transition: box-shadow 0.15s;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: #dee2e6;
|
||||
color: #007bff;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.625rem;
|
||||
}
|
||||
|
@ -1815,7 +1817,8 @@
|
|||
color: #007bff;
|
||||
min-width: 2.625rem;
|
||||
height: 2.625rem;
|
||||
margin: 0;
|
||||
margin: 0 0 0 -1px;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: #ffffff;
|
||||
|
@ -1823,7 +1826,7 @@
|
|||
color: #007bff;
|
||||
min-width: 2.625rem;
|
||||
height: 2.625rem;
|
||||
margin: 0;
|
||||
margin: 0 0 0 -1px;
|
||||
transition: box-shadow 0.15s;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
@ -1981,11 +1984,11 @@
|
|||
}
|
||||
|
||||
.p-treetable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-treetable .p-paginator-bottom {
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-treetable .p-treetable-header {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: solid #dee2e6;
|
||||
border-width: 1px 0 0 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -3822,44 +3821,6 @@
|
|||
}
|
||||
|
||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||
.p-inputtext,
|
||||
.p-checkbox .p-checkbox-box,
|
||||
.p-radiobutton .p-radiobutton-box {
|
||||
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.p-button, .p-selectbutton .p-button, .p-togglebutton.p-button {
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.p-inputswitch .p-inputswitch-slider:before {
|
||||
transition: transform 0.15s;
|
||||
}
|
||||
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
.p-paginator .p-paginator-current {
|
||||
padding: 0 0.25rem;
|
||||
margin-left: -1px;
|
||||
}
|
||||
.p-paginator .p-paginator-element, .p-paginator .p-paginator-pages .p-paginator-page {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px 1px 2px 1px;
|
||||
}
|
||||
.p-datatable .p-datatable-header + .p-paginator-top {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
.p-breadcrumb .p-breadcrumb-chevron {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
}
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.429rem 0.857rem;
|
||||
border: 0 none;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,18 +1360,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #dedede;
|
||||
background: #252525;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: white;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #585858;
|
||||
border: 1px solid #585858;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #323232;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #4c4c4c;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.429rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,18 +2006,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #dedede;
|
||||
background: #252525;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: white;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #191919;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2253,13 +2252,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.857rem 1rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2347,7 +2346,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2587,7 +2586,7 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2624,7 +2623,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2688,7 +2687,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2739,7 +2738,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2818,7 +2817,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2877,7 +2876,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2911,7 +2910,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2994,7 +2993,7 @@
|
|||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1rem;
|
||||
|
@ -3033,7 +3032,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3117,7 +3116,7 @@
|
|||
background: #191919;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3166,7 +3165,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3208,7 +3207,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #191919;
|
||||
}
|
||||
|
@ -3268,7 +3267,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3659,7 +3658,7 @@
|
|||
color: #aeb6bf;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.429rem 0.857rem;
|
||||
border: 0 none;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,18 +1360,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #dedede;
|
||||
background: #252525;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: white;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #585858;
|
||||
border: 1px solid #585858;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #323232;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #4c4c4c;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.429rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,18 +2006,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #dedede;
|
||||
background: #252525;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: white;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #191919;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2253,13 +2252,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.857rem 1rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2347,7 +2346,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2587,7 +2586,7 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2624,7 +2623,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2688,7 +2687,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2739,7 +2738,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2818,7 +2817,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2877,7 +2876,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2911,7 +2910,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2994,7 +2993,7 @@
|
|||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1rem;
|
||||
|
@ -3033,7 +3032,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3117,7 +3116,7 @@
|
|||
background: #191919;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3166,7 +3165,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3208,7 +3207,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #191919;
|
||||
}
|
||||
|
@ -3268,7 +3267,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3659,7 +3658,7 @@
|
|||
color: #aeb6bf;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.429rem 0.857rem;
|
||||
border: 0 none;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,18 +1360,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #dedede;
|
||||
background: #252525;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: white;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #585858;
|
||||
border: 1px solid #585858;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #323232;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #4c4c4c;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.429rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,18 +2006,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #dedede;
|
||||
background: #252525;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: white;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #191919;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2253,13 +2252,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.857rem 1rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2347,7 +2346,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2587,7 +2586,7 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2624,7 +2623,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2688,7 +2687,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2739,7 +2738,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2818,7 +2817,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2877,7 +2876,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2911,7 +2910,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2994,7 +2993,7 @@
|
|||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1rem;
|
||||
|
@ -3033,7 +3032,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3117,7 +3116,7 @@
|
|||
background: #191919;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3166,7 +3165,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3208,7 +3207,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #191919;
|
||||
}
|
||||
|
@ -3268,7 +3267,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3659,7 +3658,7 @@
|
|||
color: #aeb6bf;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.429rem 0.857rem;
|
||||
border: 0 none;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,18 +1360,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #dedede;
|
||||
background: #252525;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: white;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #585858;
|
||||
border: 1px solid #585858;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #323232;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #4c4c4c;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #dedede;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #4c4c4c;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.429rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #191919;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,18 +2006,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #dedede;
|
||||
background: #252525;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: white;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #191919;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2253,13 +2252,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.857rem 1rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2347,7 +2346,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2587,7 +2586,7 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2624,7 +2623,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2688,7 +2687,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2739,7 +2738,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2818,7 +2817,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2877,7 +2876,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2911,7 +2910,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2994,7 +2993,7 @@
|
|||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1rem;
|
||||
|
@ -3033,7 +3032,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3117,7 +3116,7 @@
|
|||
background: #191919;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3166,7 +3165,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3208,7 +3207,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #191919;
|
||||
}
|
||||
|
@ -3268,7 +3267,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3659,7 +3658,7 @@
|
|||
color: #aeb6bf;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.429rem 0.857rem;
|
||||
border: 0 none;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #007ad9;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,18 +1360,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #8dcdff;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #007ad9;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #d8dae2;
|
||||
border: 1px solid #d8dae2;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #ffffff;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #333333;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.429rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #007ad9;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,18 +2006,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #8dcdff;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #007ad9;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2253,13 +2252,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.857rem 1rem;
|
||||
color: #ffffff;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2347,7 +2346,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2587,7 +2586,7 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2624,7 +2623,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2688,7 +2687,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2739,7 +2738,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2818,7 +2817,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2877,7 +2876,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2911,7 +2910,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2994,7 +2993,7 @@
|
|||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1rem;
|
||||
|
@ -3033,7 +3032,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3117,7 +3116,7 @@
|
|||
background: #007ad9;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3166,7 +3165,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3208,7 +3207,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
@ -3268,7 +3267,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3659,7 +3658,7 @@
|
|||
color: #aeb6bf;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.429rem 0.857rem;
|
||||
border: 0 none;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #333333;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,18 +1360,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #8dcdff;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #333333;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #d8dae2;
|
||||
border: 1px solid #d8dae2;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #ffffff;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #333333;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.429rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #333333;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,18 +2006,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #8dcdff;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #333333;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2253,13 +2252,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.857rem 1rem;
|
||||
color: #ffffff;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2347,7 +2346,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2587,7 +2586,7 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2624,7 +2623,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2688,7 +2687,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2739,7 +2738,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2818,7 +2817,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2877,7 +2876,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2911,7 +2910,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2994,7 +2993,7 @@
|
|||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1rem;
|
||||
|
@ -3033,7 +3032,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3117,7 +3116,7 @@
|
|||
background: #333333;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3166,7 +3165,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3208,7 +3207,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
@ -3268,7 +3267,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3659,7 +3658,7 @@
|
|||
color: #aeb6bf;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.429rem 0.857rem;
|
||||
border: 0 none;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,18 +1360,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #c2e9d8;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #d8dae2;
|
||||
border: 1px solid #d8dae2;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #ffffff;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #333333;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.429rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,18 +2006,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #c2e9d8;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #f4f4f4;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2253,13 +2252,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.857rem 1rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2347,7 +2346,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2587,7 +2586,7 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2624,7 +2623,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2688,7 +2687,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2739,7 +2738,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2818,7 +2817,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2877,7 +2876,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2911,7 +2910,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2994,7 +2993,7 @@
|
|||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1rem;
|
||||
|
@ -3033,7 +3032,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3117,7 +3116,7 @@
|
|||
background: #f4f4f4;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3166,7 +3165,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3208,7 +3207,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
@ -3268,7 +3267,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3659,7 +3658,7 @@
|
|||
color: #aeb6bf;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.429rem 0.857rem;
|
||||
border: 0 none;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,18 +1360,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #8dcdff;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #d8dae2;
|
||||
border: 1px solid #d8dae2;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #ffffff;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #333333;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #333333;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #eaeaea;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.429rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,18 +2006,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #333333;
|
||||
background: #f4f4f4;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #8dcdff;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #f4f4f4;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2253,13 +2252,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.857rem 1rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2347,7 +2346,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2587,7 +2586,7 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2624,7 +2623,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2688,7 +2687,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2739,7 +2738,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2818,7 +2817,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2877,7 +2876,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2911,7 +2910,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2994,7 +2993,7 @@
|
|||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1rem;
|
||||
|
@ -3033,7 +3032,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3117,7 +3116,7 @@
|
|||
background: #f4f4f4;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3166,7 +3165,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3208,7 +3207,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
@ -3268,7 +3267,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3659,7 +3658,7 @@
|
|||
color: #aeb6bf;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #385048;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #666666;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.429rem 0.857rem;
|
||||
border: 0 none;
|
||||
color: #666666;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #666666;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #7B95A3;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,18 +1360,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #dadada;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #666666;
|
||||
background: #ffffff;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #666666;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #e4e9ec;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #7B95A3;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #dadada;
|
||||
border: 1px solid #dadada;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #ffffff;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #666666;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #f4f4f4;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #666666;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #666666;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #f4f4f4;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.429rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #7B95A3;
|
||||
border-width: 1px 1px 0 1px;
|
||||
padding: 0.857rem 1rem;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,18 +2006,16 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
padding: 0.571rem 1rem;
|
||||
font-weight: normal;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
padding: 0.571rem 0.857rem;
|
||||
border: 1px solid #dadada;
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
font-weight: 700;
|
||||
color: #666666;
|
||||
background: #ffffff;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #666666;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #e4e9ec;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #7B95A3;
|
||||
font-weight: 700;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2253,13 +2252,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.857rem 1rem;
|
||||
color: #ffffff;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2347,7 +2346,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2587,7 +2586,7 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2624,7 +2623,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2688,7 +2687,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2739,7 +2738,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2818,7 +2817,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2877,7 +2876,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2911,7 +2910,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2994,7 +2993,7 @@
|
|||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1rem;
|
||||
|
@ -3033,7 +3032,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3117,7 +3116,7 @@
|
|||
background: #7B95A3;
|
||||
font-weight: 700;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3166,7 +3165,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3208,7 +3207,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 2px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
@ -3268,7 +3267,7 @@
|
|||
font-weight: 700;
|
||||
border-top-right-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3659,7 +3658,7 @@
|
|||
color: #aeb6bf;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: #495057;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1338,7 +1338,7 @@
|
|||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-datatable .p-paginator-bottom {
|
||||
|
@ -1349,10 +1349,8 @@
|
|||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #BBDEFB;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1529,7 +1525,7 @@
|
|||
}
|
||||
|
||||
.p-dataview .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dataview .p-paginator-bottom {
|
||||
|
@ -1540,10 +1536,8 @@
|
|||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #e9ecef;
|
||||
border: solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #f8f9fa;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #495057;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1981,7 +1984,7 @@
|
|||
}
|
||||
|
||||
.p-treetable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-treetable .p-paginator-bottom {
|
||||
|
@ -1992,10 +1995,8 @@
|
|||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #BBDEFB;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #f8f9fa;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,8 +2363,9 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
border-color: transparent transparent #dee2e6 transparent;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
|
@ -2604,7 +2604,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2641,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2705,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2756,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2835,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2894,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2928,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3011,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3050,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3134,7 @@
|
|||
background: #f8f9fa;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3183,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3242,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
@ -3302,8 +3302,9 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
border-color: transparent transparent #dee2e6 transparent;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3336,7 +3337,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3694,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: #495057;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1338,7 +1338,7 @@
|
|||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-datatable .p-paginator-bottom {
|
||||
|
@ -1349,10 +1349,8 @@
|
|||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #C8E6C9;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1529,7 +1525,7 @@
|
|||
}
|
||||
|
||||
.p-dataview .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dataview .p-paginator-bottom {
|
||||
|
@ -1540,10 +1536,8 @@
|
|||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #e9ecef;
|
||||
border: solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #f8f9fa;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #495057;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1981,7 +1984,7 @@
|
|||
}
|
||||
|
||||
.p-treetable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-treetable .p-paginator-bottom {
|
||||
|
@ -1992,10 +1995,8 @@
|
|||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #C8E6C9;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #f8f9fa;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,8 +2363,9 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
border-color: transparent transparent #dee2e6 transparent;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
|
@ -2604,7 +2604,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2641,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2705,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2756,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2835,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2894,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2928,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3011,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3050,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3134,7 @@
|
|||
background: #f8f9fa;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3183,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3242,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
@ -3302,8 +3302,9 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
border-color: transparent transparent #dee2e6 transparent;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3336,7 +3337,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3694,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: #495057;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1338,7 +1338,7 @@
|
|||
}
|
||||
|
||||
.p-datatable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-datatable .p-paginator-bottom {
|
||||
|
@ -1349,10 +1349,8 @@
|
|||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #FFECB3;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1529,7 +1525,7 @@
|
|||
}
|
||||
|
||||
.p-dataview .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dataview .p-paginator-bottom {
|
||||
|
@ -1540,10 +1536,8 @@
|
|||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #e9ecef;
|
||||
border: solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #f8f9fa;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: #495057;
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.357rem;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.357rem;
|
||||
height: 2.357rem;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: #495057;
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1981,7 +1984,7 @@
|
|||
}
|
||||
|
||||
.p-treetable .p-paginator-top {
|
||||
border-width: 1px 0 1px 0;
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-treetable .p-paginator-bottom {
|
||||
|
@ -1992,10 +1995,8 @@
|
|||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #e9ecef;
|
||||
border-width: 0 0 1px 0;
|
||||
border-width: 1px 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: #495057;
|
||||
background: #f8f9fa;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #FFECB3;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #f8f9fa;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,8 +2363,9 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
border-color: transparent transparent #dee2e6 transparent;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
|
@ -2604,7 +2604,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2641,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2705,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2756,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2835,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2894,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2928,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3011,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3050,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3134,7 @@
|
|||
background: #f8f9fa;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3183,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3242,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
@ -3302,8 +3302,9 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
border-color: transparent transparent #dee2e6 transparent;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3336,7 +3337,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3694,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #BBDEFB;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #304562;
|
||||
border: solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #1f2d40;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #17212f;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.286em;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #17212f;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #BBDEFB;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #1f2d40;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,7 +2363,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2604,7 +2603,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2640,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2704,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2755,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2834,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2893,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2927,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3010,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3049,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3133,7 @@
|
|||
background: #1f2d40;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3182,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3241,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3336,7 +3335,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3692,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #C8E6C9;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #304562;
|
||||
border: solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #1f2d40;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #17212f;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.286em;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #17212f;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #C8E6C9;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #1f2d40;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,7 +2363,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2604,7 +2603,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2640,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2704,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2755,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2834,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2893,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2927,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3010,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3049,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3133,7 @@
|
|||
background: #1f2d40;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3182,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3241,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3336,7 +3335,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3692,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #212529;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #FFECB3;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #304562;
|
||||
border: solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #1f2d40;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #17212f;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.286em;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #17212f;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #FFECB3;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #1f2d40;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,7 +2363,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2604,7 +2603,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2640,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2704,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2755,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2834,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2893,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2927,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3010,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3049,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3133,7 @@
|
|||
background: #1f2d40;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3182,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3241,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3336,7 +3335,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3692,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datepicker table td > span.p-highlight {
|
||||
color: #ffffff;
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month {
|
||||
padding: 0.5rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
||||
|
@ -473,7 +473,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
||||
|
@ -747,7 +747,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
||||
|
@ -847,7 +847,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
||||
|
@ -1351,8 +1351,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-datatable .p-datatable-footer {
|
||||
|
@ -1362,8 +1360,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-datatable .p-datatable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -1373,7 +1369,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-datatable .p-datatable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -1417,7 +1413,7 @@
|
|||
.p-datatable .p-datatable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #E1BEE7;
|
||||
}
|
||||
.p-datatable .p-datatable-tbody > tr > td {
|
||||
|
@ -1476,7 +1472,7 @@
|
|||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
|
||||
border-width: 1px;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
}
|
||||
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
|
||||
border-width: 1px;
|
||||
|
@ -1542,8 +1538,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-dataview .p-dataview-content {
|
||||
|
@ -1553,7 +1547,8 @@
|
|||
padding: 0;
|
||||
}
|
||||
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
||||
border-bottom: 1px solid #304562;
|
||||
border: solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.p-dataview .p-dataview-footer {
|
||||
background: #1f2d40;
|
||||
|
@ -1696,7 +1691,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||
background: #17212f;
|
||||
|
@ -1790,7 +1785,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
||||
|
@ -1801,8 +1796,15 @@
|
|||
border-color: transparent;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.p-paginator .p-paginator-first {
|
||||
border-top-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-last {
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-dropdown {
|
||||
border: 0 none;
|
||||
margin-left: 0.5rem;
|
||||
height: 2.286em;
|
||||
}
|
||||
|
@ -1816,6 +1818,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page {
|
||||
background-color: transparent;
|
||||
|
@ -1824,7 +1827,7 @@
|
|||
min-width: 2.286em;
|
||||
height: 2.286em;
|
||||
margin: 0.143rem;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
||||
|
@ -1868,7 +1871,7 @@
|
|||
border: 0 none;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: transparent;
|
||||
transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
|
||||
transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||
background: #17212f;
|
||||
|
@ -1924,7 +1927,7 @@
|
|||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content {
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
|
||||
|
@ -1994,8 +1997,6 @@
|
|||
border: 1px solid #304562;
|
||||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.p-treetable .p-treetable-footer {
|
||||
|
@ -2005,8 +2006,6 @@
|
|||
border-width: 0 0 1px 0;
|
||||
padding: 1rem 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
.p-treetable .p-treetable-thead > tr > th {
|
||||
text-align: left;
|
||||
|
@ -2016,7 +2015,7 @@
|
|||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1f2d40;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-treetable .p-treetable-tfoot > tr > td {
|
||||
text-align: left;
|
||||
|
@ -2060,7 +2059,7 @@
|
|||
.p-treetable .p-treetable-tbody > tr {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: #E1BEE7;
|
||||
}
|
||||
.p-treetable .p-treetable-tbody > tr > td {
|
||||
|
@ -2169,7 +2168,7 @@
|
|||
background: #1f2d40;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2270,13 +2269,13 @@
|
|||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2364,7 +2363,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
|
@ -2604,7 +2603,7 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-breadcrumb ul li .p-menuitem-link:focus {
|
||||
|
@ -2641,7 +2640,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2705,7 +2704,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2756,7 +2755,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2835,7 +2834,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2894,7 +2893,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -2928,7 +2927,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3011,7 +3010,7 @@
|
|||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-button i {
|
||||
font-size: 1.5rem;
|
||||
|
@ -3050,7 +3049,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3134,7 +3133,7 @@
|
|||
background: #1f2d40;
|
||||
font-weight: 600;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
|
||||
margin-right: 0.5rem;
|
||||
|
@ -3183,7 +3182,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3242,7 +3241,7 @@
|
|||
|
||||
.p-steps .p-steps-item .p-menuitem-link {
|
||||
background: transparent;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -3302,7 +3301,7 @@
|
|||
font-weight: 600;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
||||
|
@ -3336,7 +3335,7 @@
|
|||
padding: 0.75rem 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
user-select: none;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
|
||||
|
@ -3693,7 +3692,7 @@
|
|||
color: #f8f9fa;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
|
||||
outline: 0 none;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<button :class="containerClass" v-on="$listeners" type="button">
|
||||
<span class="p-paginator-icon pi pi-step-backward"></span>
|
||||
<span class="p-paginator-icon pi pi-angle-double-left"></span>
|
||||
</button>
|
||||
</template>
|
||||
<script>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<button :class="containerClass" v-on="$listeners" type="button">
|
||||
<span class="p-paginator-icon pi pi-step-forward"></span>
|
||||
<span class="p-paginator-icon pi pi-angle-double-right"></span>
|
||||
</button>
|
||||
</template>
|
||||
<script>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<button :class="containerClass" v-on="$listeners" type="button">
|
||||
<span class="p-paginator-icon pi pi-caret-right"></span>
|
||||
<span class="p-paginator-icon pi pi-angle-right"></span>
|
||||
</button>
|
||||
</template>
|
||||
<script>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<button :class="containerClass" v-on="$listeners" type="button">
|
||||
<span class="p-paginator-icon pi pi-caret-left"></span>
|
||||
<span class="p-paginator-icon pi pi-angle-left"></span>
|
||||
</button>
|
||||
</template>
|
||||
<script>
|
||||
|
|
|
@ -11,11 +11,10 @@
|
|||
<div class="card">
|
||||
<h5>Basic</h5>
|
||||
<Button label="Show" icon="pi pi-external-link" @click="openBasic" />
|
||||
<Dialog header="Godfather I" :visible.sync="displayBasic" :style="{width: '50vw'}">
|
||||
The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
|
||||
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
|
||||
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
|
||||
kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.
|
||||
<Dialog header="Header " :visible.sync="displayBasic" :style="{width: '50vw'}">
|
||||
<p class="p-m-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closeBasic" />
|
||||
<Button label="No" icon="pi pi-times" @click="closeBasic" class="p-button-secondary"/>
|
||||
|
@ -23,19 +22,21 @@
|
|||
</Dialog>
|
||||
|
||||
<Button label="Long Content" icon="pi pi-external-link" @click="openBasic2" />
|
||||
<Dialog header="Godfather Casting" :visible.sync="displayBasic2" :style="{width: '50vw'}">
|
||||
Puzo was first to show interest in having Marlon Brando portray Don Vito Corleone by sending a letter to Brando in which he stated Brando was the "only actor who can play the Godfather." Despite Puzo's wishes, the executives at Paramount were against having Brando, partly due to the poor performance of his recent films and also his short temper. Coppola favored Brando or Laurence Olivier for the role, but Olivier's agent refused the role claiming Olivier was sick; however, Olivier went on to star in Sleuth later that year. The studio mainly pushed for Ernest Borgnine to receive the part. Other considerations were George C. Scott, Richard Conte, Anthony Quinn, and Orson Welles.
|
||||
<br><br>
|
||||
After months of debate between Coppola and Paramount over Brando, the two finalists for the role were Borgnine and Brando, the latter of whom Paramount president Stanley Jaffe required to perform a screen test. Coppola did not want to offend Brando and stated that he needed to test equipment in order to set up the screen test at Brando's California residence. For make-up, Brando stuck cotton balls in his cheeks, put shoe polish in his hair to darken it, and rolled his collar. Coppola placed Brando's audition tape in the middle of the videos of the audition tapes as the Paramount executives watched them. The executives were impressed with Brando's efforts and allowed Coppola to cast Brando for the role if Brando accepted a lower salary and put up a bond to ensure he would not cause any delays in production. Brando earned $1.6 million from a net participation deal.
|
||||
<br><br>
|
||||
From the start of production, Coppola wanted Robert Duvall to play the part of Tom Hagen. After screen testing several other actors, Coppola eventually got his wish and Duvall was awarded the part of Tom Hagen. Al Martino, a then famed singer in nightclubs, was notified of the character Johnny Fontane by a friend who read the eponymous novel and felt Martino represented the character of Johnny Fontane. Martino then contacted producer Albert S. Ruddy, who gave him the part. However, Martino was stripped of the part after Coppola became director and then awarded the role to singer Vic Damone. According to Martino, after being stripped of the role, he went to Russell Bufalino, his godfather and a crime boss, who then orchestrated the publication of various news articles that claimed Coppola was unaware of Ruddy giving Martino the part. Damone eventually dropped the role because he did not want to provoke the mob, in addition to being paid too little. Ultimately, the part of Johnny Fontane was given to Martino.
|
||||
<br><br>
|
||||
Robert De Niro originally was given the part of Paulie Gatto. A spot in The Gang That Couldn't Shoot Straight opened up after Al Pacino quit the project in favor of The Godfather, which led De Niro to audition for the role and leave The Godfather after receiving the part. After De Niro quit, Johnny Martino was given the role of Gatto. Coppola cast Diane Keaton for the role of Kay Adams due to her reputation for being eccentric. John Cazale was given the part of Fredo Corleone after Coppola saw him perform in an Off Broadway production. Gianni Russo was given the role of Carlo Rizzi after he was asked to perform a screen test in which he acted out the fight between Rizzi and Connie.
|
||||
<br><br>
|
||||
Nearing the start of filming on March 29, Michael Corleone had yet to be cast. Paramount executives wanted a popular actor, either Warren Beatty or Robert Redford. Producer Robert Evans wanted Ryan O'Neal to receive the role in part due to his recent success in Love Story. Pacino was Coppola's favorite for the role as he could picture him roaming the Sicilian countryside, and wanted an unknown actor who looked like an Italian-American. However, Paramount executives found Pacino to be too short to play Michael. Dustin Hoffman, Martin Sheen, and James Caan also auditioned. Caan was well received by the Paramount executives and was given the part of Michael initially, while the role of Sonny Corleone was awarded to Carmine Caridi. Coppola still pushed for Pacino to play Michael after the fact and Evans eventually conceded, allowing Pacino to have the role of Michael as long as Caan played Sonny. Evans preferred Caan over Caridi because Caan was seven inches shorter than Caridi, which was much closer to Pacino's height. Despite agreeing to play Michael Corleone, Pacino was contracted to star in MGM's The Gang That Couldn't Shoot Straight, but the two studios agreed on a settlement and Pacino was signed by Paramount three weeks before shooting began.
|
||||
<br><br>
|
||||
Coppola gave several roles in the film to family members. He gave his sister, Talia Shire, the role of Connie Corleone. His daughter Sofia played Michael Francis Rizzi, Connie's and Carlo's newborn son. Carmine Coppola, his father, appeared in the film as an extra playing a piano during a scene. Coppola's wife, mother, and two sons all appeared as extras in the picture. Several smaller roles, like Luca Brasi, were cast after the filming had started.
|
||||
<br><br>
|
||||
<Dialog header="Header" :visible.sync="displayBasic2" :style="{width: '50vw'}">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
|
||||
ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
|
||||
culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
|
||||
<p>"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae
|
||||
dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,
|
||||
qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam,
|
||||
quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur,
|
||||
vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
|
||||
|
||||
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident,
|
||||
similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio
|
||||
cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe
|
||||
eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closeBasic2" />
|
||||
<Button label="No" icon="pi pi-times" @click="closeBasic2" class="p-button-secondary"/>
|
||||
|
@ -44,11 +45,10 @@
|
|||
|
||||
<h5>Modal</h5>
|
||||
<Button label="Show" icon="pi pi-external-link" @click="openModal" />
|
||||
<Dialog header="Godfather I" :visible.sync="displayModal" :style="{width: '50vw'}" :modal="true">
|
||||
The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
|
||||
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
|
||||
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
|
||||
kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.
|
||||
<Dialog header="Header" :visible.sync="displayModal" :style="{width: '50vw'}" :modal="true">
|
||||
<p class="p-m-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closeModal" />
|
||||
<Button label="No" icon="pi pi-times" @click="closeModal" class="p-button-secondary"/>
|
||||
|
@ -57,11 +57,10 @@
|
|||
|
||||
<h5>Maximizable</h5>
|
||||
<Button label="Show" icon="pi pi-external-link" @click="openMaximizable" />
|
||||
<Dialog header="Godfather I" :visible.sync="displayMaximizable" :style="{width: '50vw'}" :maximizable="true" :modal="true">
|
||||
The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
|
||||
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
|
||||
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
|
||||
kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.
|
||||
<Dialog header="Header" :visible.sync="displayMaximizable" :style="{width: '50vw'}" :maximizable="true" :modal="true">
|
||||
<p class="p-m-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closeMaximizable" />
|
||||
<Button label="No" icon="pi pi-times" @click="closeMaximizable" class="p-button-secondary"/>
|
||||
|
@ -86,11 +85,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<Dialog header="Godfather I" :visible.sync="displayPosition" :style="{width: '50vw'}" :position="position" :modal="true">
|
||||
The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
|
||||
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
|
||||
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
|
||||
kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.
|
||||
<Dialog header="Header" :visible.sync="displayPosition" :style="{width: '50vw'}" :position="position" :modal="true">
|
||||
<p class="p-m-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closePosition" />
|
||||
<Button label="No" icon="pi pi-times" @click="closePosition" class="p-button-secondary"/>
|
||||
|
@ -161,8 +159,4 @@ export default {
|
|||
margin: .5em .5em .5em 0;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
/deep/ .p-dialog-content {
|
||||
line-height: 1.5;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -234,13 +234,12 @@ export default {
|
|||
</a>
|
||||
<CodeHighlight>
|
||||
<template v-pre>
|
||||
<h3>Basic</h3>
|
||||
<h5>Basic</h5>
|
||||
<Button label="Show" icon="pi pi-external-link" @click="openBasic" />
|
||||
<Dialog header="Godfather I" :visible.sync="displayBasic" :style="{width: '50vw'}">
|
||||
The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
|
||||
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
|
||||
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
|
||||
kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.
|
||||
<Dialog header="Header " :visible.sync="displayBasic" :style="{width: '50vw'}">
|
||||
<p class="p-m-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closeBasic" />
|
||||
<Button label="No" icon="pi pi-times" @click="closeBasic" class="p-button-secondary"/>
|
||||
|
@ -248,56 +247,56 @@ export default {
|
|||
</Dialog>
|
||||
|
||||
<Button label="Long Content" icon="pi pi-external-link" @click="openBasic2" />
|
||||
<Dialog header="Godfather Casting" :visible.sync="displayBasic2" :style="{width: '50vw'}">
|
||||
Puzo was first to show interest in having Marlon Brando portray Don Vito Corleone by sending a letter to Brando in which he stated Brando was the "only actor who can play the Godfather." Despite Puzo's wishes, the executives at Paramount were against having Brando, partly due to the poor performance of his recent films and also his short temper. Coppola favored Brando or Laurence Olivier for the role, but Olivier's agent refused the role claiming Olivier was sick; however, Olivier went on to star in Sleuth later that year. The studio mainly pushed for Ernest Borgnine to receive the part. Other considerations were George C. Scott, Richard Conte, Anthony Quinn, and Orson Welles.
|
||||
<br><br>
|
||||
After months of debate between Coppola and Paramount over Brando, the two finalists for the role were Borgnine and Brando, the latter of whom Paramount president Stanley Jaffe required to perform a screen test. Coppola did not want to offend Brando and stated that he needed to test equipment in order to set up the screen test at Brando's California residence. For make-up, Brando stuck cotton balls in his cheeks, put shoe polish in his hair to darken it, and rolled his collar. Coppola placed Brando's audition tape in the middle of the videos of the audition tapes as the Paramount executives watched them. The executives were impressed with Brando's efforts and allowed Coppola to cast Brando for the role if Brando accepted a lower salary and put up a bond to ensure he would not cause any delays in production. Brando earned $1.6 million from a net participation deal.
|
||||
<br><br>
|
||||
From the start of production, Coppola wanted Robert Duvall to play the part of Tom Hagen. After screen testing several other actors, Coppola eventually got his wish and Duvall was awarded the part of Tom Hagen. Al Martino, a then famed singer in nightclubs, was notified of the character Johnny Fontane by a friend who read the eponymous novel and felt Martino represented the character of Johnny Fontane. Martino then contacted producer Albert S. Ruddy, who gave him the part. However, Martino was stripped of the part after Coppola became director and then awarded the role to singer Vic Damone. According to Martino, after being stripped of the role, he went to Russell Bufalino, his godfather and a crime boss, who then orchestrated the publication of various news articles that claimed Coppola was unaware of Ruddy giving Martino the part. Damone eventually dropped the role because he did not want to provoke the mob, in addition to being paid too little. Ultimately, the part of Johnny Fontane was given to Martino.
|
||||
<br><br>
|
||||
Robert De Niro originally was given the part of Paulie Gatto. A spot in The Gang That Couldn't Shoot Straight opened up after Al Pacino quit the project in favor of The Godfather, which led De Niro to audition for the role and leave The Godfather after receiving the part. After De Niro quit, Johnny Martino was given the role of Gatto. Coppola cast Diane Keaton for the role of Kay Adams due to her reputation for being eccentric. John Cazale was given the part of Fredo Corleone after Coppola saw him perform in an Off Broadway production. Gianni Russo was given the role of Carlo Rizzi after he was asked to perform a screen test in which he acted out the fight between Rizzi and Connie.
|
||||
<br><br>
|
||||
Nearing the start of filming on March 29, Michael Corleone had yet to be cast. Paramount executives wanted a popular actor, either Warren Beatty or Robert Redford. Producer Robert Evans wanted Ryan O'Neal to receive the role in part due to his recent success in Love Story. Pacino was Coppola's favorite for the role as he could picture him roaming the Sicilian countryside, and wanted an unknown actor who looked like an Italian-American. However, Paramount executives found Pacino to be too short to play Michael. Dustin Hoffman, Martin Sheen, and James Caan also auditioned. Caan was well received by the Paramount executives and was given the part of Michael initially, while the role of Sonny Corleone was awarded to Carmine Caridi. Coppola still pushed for Pacino to play Michael after the fact and Evans eventually conceded, allowing Pacino to have the role of Michael as long as Caan played Sonny. Evans preferred Caan over Caridi because Caan was seven inches shorter than Caridi, which was much closer to Pacino's height. Despite agreeing to play Michael Corleone, Pacino was contracted to star in MGM's The Gang That Couldn't Shoot Straight, but the two studios agreed on a settlement and Pacino was signed by Paramount three weeks before shooting began.
|
||||
<br><br>
|
||||
Coppola gave several roles in the film to family members. He gave his sister, Talia Shire, the role of Connie Corleone. His daughter Sofia played Michael Francis Rizzi, Connie's and Carlo's newborn son. Carmine Coppola, his father, appeared in the film as an extra playing a piano during a scene. Coppola's wife, mother, and two sons all appeared as extras in the picture. Several smaller roles, like Luca Brasi, were cast after the filming had started.
|
||||
<br><br>
|
||||
<Dialog header="Header" :visible.sync="displayBasic2" :style="{width: '50vw'}">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
|
||||
ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
|
||||
culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
|
||||
<p>"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae
|
||||
dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,
|
||||
qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam,
|
||||
quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur,
|
||||
vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
|
||||
|
||||
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident,
|
||||
similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio
|
||||
cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe
|
||||
eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closeBasic2" />
|
||||
<Button label="No" icon="pi pi-times" @click="closeBasic2" class="p-button-secondary"/>
|
||||
</template>
|
||||
</Dialog>
|
||||
|
||||
<h3>Modal</h3>
|
||||
<h5>Modal</h5>
|
||||
<Button label="Show" icon="pi pi-external-link" @click="openModal" />
|
||||
<Dialog header="Godfather I" :visible.sync="displayModal" :style="{width: '50vw'}" :modal="true">
|
||||
The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
|
||||
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
|
||||
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
|
||||
kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.
|
||||
<Dialog header="Header" :visible.sync="displayModal" :style="{width: '50vw'}" :modal="true">
|
||||
<p class="p-m-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closeModal" />
|
||||
<Button label="No" icon="pi pi-times" @click="closeModal" class="p-button-secondary"/>
|
||||
</template>
|
||||
</Dialog>
|
||||
|
||||
<h3>Maximizable</h3>
|
||||
<h5>Maximizable</h5>
|
||||
<Button label="Show" icon="pi pi-external-link" @click="openMaximizable" />
|
||||
<Dialog header="Godfather I" :visible.sync="displayMaximizable" :style="{width: '50vw'}" :maximizable="true" :modal="true">
|
||||
The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
|
||||
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
|
||||
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
|
||||
kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.
|
||||
<Dialog header="Header" :visible.sync="displayMaximizable" :style="{width: '50vw'}" :maximizable="true" :modal="true">
|
||||
<p class="p-m-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closeMaximizable" />
|
||||
<Button label="No" icon="pi pi-times" @click="closeMaximizable" class="p-button-secondary"/>
|
||||
</template>
|
||||
</Dialog>
|
||||
|
||||
<h3>Position</h3>
|
||||
<h5>Position</h5>
|
||||
<div class="p-grid p-dir-col">
|
||||
<div class="p-col">
|
||||
<Button label="Left" icon="pi pi-arrow-right" @click="openPosition('left')" class="p-button-warning"/>
|
||||
<Button label="Right" icon="pi pi-arrow-left" @click="openPosition('right')" class="p-button-warning"/>
|
||||
<Button label="Left" icon="pi pi-arrow-right" @click="openPosition('left')" class="p-button-warning" />
|
||||
<Button label="Right" icon="pi pi-arrow-left" @click="openPosition('right')" class="p-button-warning" />
|
||||
</div>
|
||||
<div class="p-col">
|
||||
<Button label="Top" icon="pi pi-arrow-down" @click="openPosition('top')" class="p-button-warning" />
|
||||
|
@ -311,11 +310,10 @@ export default {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<Dialog header="Godfather I" :visible.sync="displayPosition" :style="{width: '50vw'}" :position="position" :modal="true">
|
||||
The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
|
||||
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
|
||||
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
|
||||
kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.
|
||||
<Dialog header="Header" :visible.sync="displayPosition" :style="{width: '50vw'}" :position="position" :modal="true">
|
||||
<p class="p-m-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<template #footer>
|
||||
<Button label="Yes" icon="pi pi-check" @click="closePosition" />
|
||||
<Button label="No" icon="pi pi-times" @click="closePosition" class="p-button-secondary"/>
|
||||
|
|
Loading…
Reference in New Issue