Improvements on arya and vela
parent
aecac49728
commit
0f40dcd809
|
@ -2,7 +2,7 @@
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
--surface-c: #2b2b2b;
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
--surface-d:#383838;
|
--surface-d:#383838;
|
||||||
--surface-e:#1e1e1e;
|
--surface-e:#1e1e1e;
|
||||||
--surface-f:#1e1e1e;
|
--surface-f:#1e1e1e;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:hover {
|
.p-datepicker .p-timepicker button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:last-child {
|
.p-datepicker .p-timepicker button:last-child {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
|
@ -292,7 +292,7 @@
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
||||||
background: #64B5F6;
|
background: #64B5F6;
|
||||||
|
@ -796,7 +796,7 @@
|
||||||
}
|
}
|
||||||
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-listbox.p-error, .p-listbox.p-invalid {
|
.p-listbox.p-error, .p-listbox.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -872,7 +872,7 @@
|
||||||
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items {
|
.p-multiselect-panel .p-multiselect-items {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
@ -892,7 +892,7 @@
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -1017,7 +1017,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1099,7 +1099,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1581,7 +1581,7 @@
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
||||||
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1600,7 +1600,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||||
background: #64B5F6;
|
background: #64B5F6;
|
||||||
|
@ -1667,7 +1667,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
box-shadow: inset 0 -2px 0 0 #64B5F6;
|
box-shadow: inset 0 -2px 0 0 #64B5F6;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-column-resizer-helper {
|
.p-datatable .p-column-resizer-helper {
|
||||||
|
@ -1751,7 +1751,7 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
||||||
background: #2b2b2b;
|
background: rgba(255, 255, 255, 0.01);
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||||
background: #64B5F6;
|
background: #64B5F6;
|
||||||
|
@ -1899,7 +1899,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1964,7 +1964,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
||||||
|
@ -1994,7 +1994,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||||
|
@ -2062,7 +2062,7 @@
|
||||||
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2106,7 +2106,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2144,7 +2144,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
||||||
|
@ -2232,7 +2232,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-filter-container {
|
.p-tree .p-tree-filter-container {
|
||||||
|
@ -2313,7 +2313,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -2363,7 +2363,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
||||||
|
@ -2449,7 +2449,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2462,7 +2462,7 @@
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-content {
|
.p-accordion .p-accordion-content {
|
||||||
|
@ -2556,7 +2556,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2584,7 +2584,7 @@
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2701,7 +2701,7 @@
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2795,7 +2795,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-sidebar .p-sidebar-close:hover {
|
.p-sidebar .p-sidebar-close:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2925,7 +2925,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2990,7 +2990,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3040,7 +3040,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3119,7 +3119,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3179,7 +3179,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3214,7 +3214,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3289,7 +3289,7 @@
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:hover {
|
.p-menubar .p-menubar-button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:focus {
|
.p-menubar .p-menubar-button:focus {
|
||||||
|
@ -3335,7 +3335,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3419,7 +3419,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -3435,7 +3435,7 @@
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content {
|
.p-panelmenu .p-panelmenu-content {
|
||||||
|
@ -3468,7 +3468,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3622,7 +3622,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3986,7 +3986,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:focus {
|
.p-inplace .p-inplace-display:focus {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
--surface-c: #2b2b2b;
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
--surface-d:#383838;
|
--surface-d:#383838;
|
||||||
--surface-e:#1e1e1e;
|
--surface-e:#1e1e1e;
|
||||||
--surface-f:#1e1e1e;
|
--surface-f:#1e1e1e;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:hover {
|
.p-datepicker .p-timepicker button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:last-child {
|
.p-datepicker .p-timepicker button:last-child {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
|
@ -292,7 +292,7 @@
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
||||||
background: #81C784;
|
background: #81C784;
|
||||||
|
@ -796,7 +796,7 @@
|
||||||
}
|
}
|
||||||
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-listbox.p-error, .p-listbox.p-invalid {
|
.p-listbox.p-error, .p-listbox.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -872,7 +872,7 @@
|
||||||
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items {
|
.p-multiselect-panel .p-multiselect-items {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
@ -892,7 +892,7 @@
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -1017,7 +1017,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1099,7 +1099,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1581,7 +1581,7 @@
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
||||||
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1600,7 +1600,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||||
background: #81C784;
|
background: #81C784;
|
||||||
|
@ -1667,7 +1667,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
box-shadow: inset 0 -2px 0 0 #81C784;
|
box-shadow: inset 0 -2px 0 0 #81C784;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-column-resizer-helper {
|
.p-datatable .p-column-resizer-helper {
|
||||||
|
@ -1751,7 +1751,7 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
||||||
background: #2b2b2b;
|
background: rgba(255, 255, 255, 0.01);
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||||
background: #81C784;
|
background: #81C784;
|
||||||
|
@ -1899,7 +1899,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1964,7 +1964,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
||||||
|
@ -1994,7 +1994,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||||
|
@ -2062,7 +2062,7 @@
|
||||||
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2106,7 +2106,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2144,7 +2144,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
||||||
|
@ -2232,7 +2232,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-filter-container {
|
.p-tree .p-tree-filter-container {
|
||||||
|
@ -2313,7 +2313,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -2363,7 +2363,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
||||||
|
@ -2449,7 +2449,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2462,7 +2462,7 @@
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-content {
|
.p-accordion .p-accordion-content {
|
||||||
|
@ -2556,7 +2556,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2584,7 +2584,7 @@
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2701,7 +2701,7 @@
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2795,7 +2795,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-sidebar .p-sidebar-close:hover {
|
.p-sidebar .p-sidebar-close:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2925,7 +2925,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2990,7 +2990,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3040,7 +3040,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3119,7 +3119,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3179,7 +3179,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3214,7 +3214,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3289,7 +3289,7 @@
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:hover {
|
.p-menubar .p-menubar-button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:focus {
|
.p-menubar .p-menubar-button:focus {
|
||||||
|
@ -3335,7 +3335,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3419,7 +3419,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -3435,7 +3435,7 @@
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content {
|
.p-panelmenu .p-panelmenu-content {
|
||||||
|
@ -3468,7 +3468,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3622,7 +3622,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3986,7 +3986,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:focus {
|
.p-inplace .p-inplace-display:focus {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
--surface-c: #2b2b2b;
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
--surface-d:#383838;
|
--surface-d:#383838;
|
||||||
--surface-e:#1e1e1e;
|
--surface-e:#1e1e1e;
|
||||||
--surface-f:#1e1e1e;
|
--surface-f:#1e1e1e;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:hover {
|
.p-datepicker .p-timepicker button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:last-child {
|
.p-datepicker .p-timepicker button:last-child {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
|
@ -292,7 +292,7 @@
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
||||||
background: #FFD54F;
|
background: #FFD54F;
|
||||||
|
@ -796,7 +796,7 @@
|
||||||
}
|
}
|
||||||
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-listbox.p-error, .p-listbox.p-invalid {
|
.p-listbox.p-error, .p-listbox.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -872,7 +872,7 @@
|
||||||
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items {
|
.p-multiselect-panel .p-multiselect-items {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
@ -892,7 +892,7 @@
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -1017,7 +1017,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1099,7 +1099,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1581,7 +1581,7 @@
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
||||||
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1600,7 +1600,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||||
background: #FFD54F;
|
background: #FFD54F;
|
||||||
|
@ -1667,7 +1667,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
box-shadow: inset 0 -2px 0 0 #FFD54F;
|
box-shadow: inset 0 -2px 0 0 #FFD54F;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-column-resizer-helper {
|
.p-datatable .p-column-resizer-helper {
|
||||||
|
@ -1751,7 +1751,7 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
||||||
background: #2b2b2b;
|
background: rgba(255, 255, 255, 0.01);
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||||
background: #FFD54F;
|
background: #FFD54F;
|
||||||
|
@ -1899,7 +1899,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1964,7 +1964,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
||||||
|
@ -1994,7 +1994,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||||
|
@ -2062,7 +2062,7 @@
|
||||||
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2106,7 +2106,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2144,7 +2144,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
||||||
|
@ -2232,7 +2232,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-filter-container {
|
.p-tree .p-tree-filter-container {
|
||||||
|
@ -2313,7 +2313,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -2363,7 +2363,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
||||||
|
@ -2449,7 +2449,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2462,7 +2462,7 @@
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-content {
|
.p-accordion .p-accordion-content {
|
||||||
|
@ -2556,7 +2556,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2584,7 +2584,7 @@
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2701,7 +2701,7 @@
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2795,7 +2795,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-sidebar .p-sidebar-close:hover {
|
.p-sidebar .p-sidebar-close:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2925,7 +2925,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2990,7 +2990,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3040,7 +3040,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3119,7 +3119,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3179,7 +3179,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3214,7 +3214,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3289,7 +3289,7 @@
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:hover {
|
.p-menubar .p-menubar-button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:focus {
|
.p-menubar .p-menubar-button:focus {
|
||||||
|
@ -3335,7 +3335,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3419,7 +3419,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -3435,7 +3435,7 @@
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content {
|
.p-panelmenu .p-panelmenu-content {
|
||||||
|
@ -3468,7 +3468,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3622,7 +3622,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3986,7 +3986,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:focus {
|
.p-inplace .p-inplace-display:focus {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
--surface-c: #2b2b2b;
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
--surface-d:#383838;
|
--surface-d:#383838;
|
||||||
--surface-e:#1e1e1e;
|
--surface-e:#1e1e1e;
|
||||||
--surface-f:#1e1e1e;
|
--surface-f:#1e1e1e;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:hover {
|
.p-datepicker .p-timepicker button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:last-child {
|
.p-datepicker .p-timepicker button:last-child {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
|
@ -292,7 +292,7 @@
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
||||||
background: #BA68C8;
|
background: #BA68C8;
|
||||||
|
@ -796,7 +796,7 @@
|
||||||
}
|
}
|
||||||
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-listbox.p-error, .p-listbox.p-invalid {
|
.p-listbox.p-error, .p-listbox.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -872,7 +872,7 @@
|
||||||
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items {
|
.p-multiselect-panel .p-multiselect-items {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
@ -892,7 +892,7 @@
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -1017,7 +1017,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1099,7 +1099,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1581,7 +1581,7 @@
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
||||||
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1600,7 +1600,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||||
background: #BA68C8;
|
background: #BA68C8;
|
||||||
|
@ -1667,7 +1667,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
box-shadow: inset 0 -2px 0 0 #BA68C8;
|
box-shadow: inset 0 -2px 0 0 #BA68C8;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-column-resizer-helper {
|
.p-datatable .p-column-resizer-helper {
|
||||||
|
@ -1751,7 +1751,7 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
||||||
background: #2b2b2b;
|
background: rgba(255, 255, 255, 0.01);
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||||
background: #BA68C8;
|
background: #BA68C8;
|
||||||
|
@ -1899,7 +1899,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1964,7 +1964,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
||||||
|
@ -1994,7 +1994,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||||
|
@ -2062,7 +2062,7 @@
|
||||||
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2106,7 +2106,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2144,7 +2144,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
||||||
|
@ -2232,7 +2232,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-filter-container {
|
.p-tree .p-tree-filter-container {
|
||||||
|
@ -2313,7 +2313,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -2363,7 +2363,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
||||||
|
@ -2449,7 +2449,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2462,7 +2462,7 @@
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-content {
|
.p-accordion .p-accordion-content {
|
||||||
|
@ -2556,7 +2556,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2584,7 +2584,7 @@
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2701,7 +2701,7 @@
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2795,7 +2795,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-sidebar .p-sidebar-close:hover {
|
.p-sidebar .p-sidebar-close:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2925,7 +2925,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2990,7 +2990,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3040,7 +3040,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3119,7 +3119,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3179,7 +3179,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3214,7 +3214,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3289,7 +3289,7 @@
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:hover {
|
.p-menubar .p-menubar-button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:focus {
|
.p-menubar .p-menubar-button:focus {
|
||||||
|
@ -3335,7 +3335,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3419,7 +3419,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -3435,7 +3435,7 @@
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
||||||
border-color: #383838;
|
border-color: #383838;
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content {
|
.p-panelmenu .p-panelmenu-content {
|
||||||
|
@ -3468,7 +3468,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3622,7 +3622,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3986,7 +3986,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
||||||
background: #121212;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:focus {
|
.p-inplace .p-inplace-display:focus {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1f2d40;
|
--surface-a:#1f2d40;
|
||||||
--surface-b:#17212f;
|
--surface-b:#17212f;
|
||||||
--surface-c: #283951;
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
--surface-d:#304562;
|
--surface-d:#304562;
|
||||||
--surface-e:#1f2d40;
|
--surface-e:#1f2d40;
|
||||||
--surface-f:#1f2d40;
|
--surface-f:#1f2d40;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:hover {
|
.p-datepicker .p-timepicker button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:last-child {
|
.p-datepicker .p-timepicker button:last-child {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
|
@ -292,7 +292,7 @@
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
||||||
background: #64B5F6;
|
background: #64B5F6;
|
||||||
|
@ -796,7 +796,7 @@
|
||||||
}
|
}
|
||||||
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-listbox.p-error, .p-listbox.p-invalid {
|
.p-listbox.p-error, .p-listbox.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -872,7 +872,7 @@
|
||||||
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items {
|
.p-multiselect-panel .p-multiselect-items {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
@ -892,7 +892,7 @@
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -1017,7 +1017,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1099,7 +1099,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1581,7 +1581,7 @@
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
||||||
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1600,7 +1600,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||||
background: #64B5F6;
|
background: #64B5F6;
|
||||||
|
@ -1667,7 +1667,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
box-shadow: inset 0 -2px 0 0 #64B5F6;
|
box-shadow: inset 0 -2px 0 0 #64B5F6;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-column-resizer-helper {
|
.p-datatable .p-column-resizer-helper {
|
||||||
|
@ -1751,7 +1751,7 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
||||||
background: #283951;
|
background: rgba(255, 255, 255, 0.01);
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||||
background: #64B5F6;
|
background: #64B5F6;
|
||||||
|
@ -1899,7 +1899,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1964,7 +1964,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
||||||
|
@ -1994,7 +1994,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||||
|
@ -2062,7 +2062,7 @@
|
||||||
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2106,7 +2106,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2144,7 +2144,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
||||||
|
@ -2232,7 +2232,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-filter-container {
|
.p-tree .p-tree-filter-container {
|
||||||
|
@ -2313,7 +2313,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -2363,7 +2363,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
||||||
|
@ -2449,7 +2449,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2462,7 +2462,7 @@
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-content {
|
.p-accordion .p-accordion-content {
|
||||||
|
@ -2556,7 +2556,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2584,7 +2584,7 @@
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2701,7 +2701,7 @@
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2795,7 +2795,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-sidebar .p-sidebar-close:hover {
|
.p-sidebar .p-sidebar-close:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2925,7 +2925,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2990,7 +2990,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3040,7 +3040,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3119,7 +3119,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3179,7 +3179,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3214,7 +3214,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3289,7 +3289,7 @@
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:hover {
|
.p-menubar .p-menubar-button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:focus {
|
.p-menubar .p-menubar-button:focus {
|
||||||
|
@ -3335,7 +3335,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3419,7 +3419,7 @@
|
||||||
box-shadow: 0 0 0 1px #BBDEFB;
|
box-shadow: 0 0 0 1px #BBDEFB;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -3435,7 +3435,7 @@
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content {
|
.p-panelmenu .p-panelmenu-content {
|
||||||
|
@ -3468,7 +3468,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3622,7 +3622,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3986,7 +3986,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:focus {
|
.p-inplace .p-inplace-display:focus {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1f2d40;
|
--surface-a:#1f2d40;
|
||||||
--surface-b:#17212f;
|
--surface-b:#17212f;
|
||||||
--surface-c: #283951;
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
--surface-d:#304562;
|
--surface-d:#304562;
|
||||||
--surface-e:#1f2d40;
|
--surface-e:#1f2d40;
|
||||||
--surface-f:#1f2d40;
|
--surface-f:#1f2d40;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:hover {
|
.p-datepicker .p-timepicker button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:last-child {
|
.p-datepicker .p-timepicker button:last-child {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
|
@ -292,7 +292,7 @@
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
||||||
background: #81C784;
|
background: #81C784;
|
||||||
|
@ -796,7 +796,7 @@
|
||||||
}
|
}
|
||||||
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-listbox.p-error, .p-listbox.p-invalid {
|
.p-listbox.p-error, .p-listbox.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -872,7 +872,7 @@
|
||||||
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items {
|
.p-multiselect-panel .p-multiselect-items {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
@ -892,7 +892,7 @@
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -1017,7 +1017,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1099,7 +1099,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1581,7 +1581,7 @@
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
||||||
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1600,7 +1600,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||||
background: #81C784;
|
background: #81C784;
|
||||||
|
@ -1667,7 +1667,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
box-shadow: inset 0 -2px 0 0 #81C784;
|
box-shadow: inset 0 -2px 0 0 #81C784;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-column-resizer-helper {
|
.p-datatable .p-column-resizer-helper {
|
||||||
|
@ -1751,7 +1751,7 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
||||||
background: #283951;
|
background: rgba(255, 255, 255, 0.01);
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||||
background: #81C784;
|
background: #81C784;
|
||||||
|
@ -1899,7 +1899,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1964,7 +1964,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
||||||
|
@ -1994,7 +1994,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||||
|
@ -2062,7 +2062,7 @@
|
||||||
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2106,7 +2106,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2144,7 +2144,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
||||||
|
@ -2232,7 +2232,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-filter-container {
|
.p-tree .p-tree-filter-container {
|
||||||
|
@ -2313,7 +2313,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -2363,7 +2363,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
||||||
|
@ -2449,7 +2449,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2462,7 +2462,7 @@
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-content {
|
.p-accordion .p-accordion-content {
|
||||||
|
@ -2556,7 +2556,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2584,7 +2584,7 @@
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2701,7 +2701,7 @@
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2795,7 +2795,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-sidebar .p-sidebar-close:hover {
|
.p-sidebar .p-sidebar-close:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2925,7 +2925,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2990,7 +2990,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3040,7 +3040,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3119,7 +3119,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3179,7 +3179,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3214,7 +3214,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3289,7 +3289,7 @@
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:hover {
|
.p-menubar .p-menubar-button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:focus {
|
.p-menubar .p-menubar-button:focus {
|
||||||
|
@ -3335,7 +3335,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3419,7 +3419,7 @@
|
||||||
box-shadow: 0 0 0 1px #C8E6C9;
|
box-shadow: 0 0 0 1px #C8E6C9;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -3435,7 +3435,7 @@
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content {
|
.p-panelmenu .p-panelmenu-content {
|
||||||
|
@ -3468,7 +3468,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3622,7 +3622,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3986,7 +3986,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:focus {
|
.p-inplace .p-inplace-display:focus {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1f2d40;
|
--surface-a:#1f2d40;
|
||||||
--surface-b:#17212f;
|
--surface-b:#17212f;
|
||||||
--surface-c: #283951;
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
--surface-d:#304562;
|
--surface-d:#304562;
|
||||||
--surface-e:#1f2d40;
|
--surface-e:#1f2d40;
|
||||||
--surface-f:#1f2d40;
|
--surface-f:#1f2d40;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:hover {
|
.p-datepicker .p-timepicker button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:last-child {
|
.p-datepicker .p-timepicker button:last-child {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
|
@ -292,7 +292,7 @@
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
||||||
background: #FFD54F;
|
background: #FFD54F;
|
||||||
|
@ -796,7 +796,7 @@
|
||||||
}
|
}
|
||||||
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-listbox.p-error, .p-listbox.p-invalid {
|
.p-listbox.p-error, .p-listbox.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -872,7 +872,7 @@
|
||||||
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items {
|
.p-multiselect-panel .p-multiselect-items {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
@ -892,7 +892,7 @@
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -1017,7 +1017,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1099,7 +1099,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1581,7 +1581,7 @@
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
||||||
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1600,7 +1600,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||||
background: #FFD54F;
|
background: #FFD54F;
|
||||||
|
@ -1667,7 +1667,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
box-shadow: inset 0 -2px 0 0 #FFD54F;
|
box-shadow: inset 0 -2px 0 0 #FFD54F;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-column-resizer-helper {
|
.p-datatable .p-column-resizer-helper {
|
||||||
|
@ -1751,7 +1751,7 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
||||||
background: #283951;
|
background: rgba(255, 255, 255, 0.01);
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||||
background: #FFD54F;
|
background: #FFD54F;
|
||||||
|
@ -1899,7 +1899,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1964,7 +1964,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
||||||
|
@ -1994,7 +1994,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||||
|
@ -2062,7 +2062,7 @@
|
||||||
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2106,7 +2106,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2144,7 +2144,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
||||||
|
@ -2232,7 +2232,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-filter-container {
|
.p-tree .p-tree-filter-container {
|
||||||
|
@ -2313,7 +2313,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -2363,7 +2363,7 @@
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
||||||
|
@ -2449,7 +2449,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2462,7 +2462,7 @@
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-content {
|
.p-accordion .p-accordion-content {
|
||||||
|
@ -2556,7 +2556,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2584,7 +2584,7 @@
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2701,7 +2701,7 @@
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2795,7 +2795,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-sidebar .p-sidebar-close:hover {
|
.p-sidebar .p-sidebar-close:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2925,7 +2925,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2990,7 +2990,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3040,7 +3040,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3119,7 +3119,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3179,7 +3179,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3214,7 +3214,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3289,7 +3289,7 @@
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:hover {
|
.p-menubar .p-menubar-button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:focus {
|
.p-menubar .p-menubar-button:focus {
|
||||||
|
@ -3335,7 +3335,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3419,7 +3419,7 @@
|
||||||
box-shadow: 0 0 0 1px #FFECB3;
|
box-shadow: 0 0 0 1px #FFECB3;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -3435,7 +3435,7 @@
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content {
|
.p-panelmenu .p-panelmenu-content {
|
||||||
|
@ -3468,7 +3468,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3622,7 +3622,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3986,7 +3986,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:focus {
|
.p-inplace .p-inplace-display:focus {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1f2d40;
|
--surface-a:#1f2d40;
|
||||||
--surface-b:#17212f;
|
--surface-b:#17212f;
|
||||||
--surface-c: #283951;
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
--surface-d:#304562;
|
--surface-d:#304562;
|
||||||
--surface-e:#1f2d40;
|
--surface-e:#1f2d40;
|
||||||
--surface-f:#1f2d40;
|
--surface-f:#1f2d40;
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
.p-datepicker .p-datepicker-header .p-datepicker-next:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:hover {
|
.p-datepicker .p-timepicker button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker button:last-child {
|
.p-datepicker .p-timepicker button:last-child {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
|
@ -292,7 +292,7 @@
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -503,7 +503,7 @@
|
||||||
}
|
}
|
||||||
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -653,7 +653,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
||||||
background: #BA68C8;
|
background: #BA68C8;
|
||||||
|
@ -796,7 +796,7 @@
|
||||||
}
|
}
|
||||||
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-listbox.p-error, .p-listbox.p-invalid {
|
.p-listbox.p-error, .p-listbox.p-invalid {
|
||||||
border-color: #ef9a9a;
|
border-color: #ef9a9a;
|
||||||
|
@ -872,7 +872,7 @@
|
||||||
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items {
|
.p-multiselect-panel .p-multiselect-items {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
@ -892,7 +892,7 @@
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -1017,7 +1017,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1099,7 +1099,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1581,7 +1581,7 @@
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
.p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
|
||||||
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
.p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1600,7 +1600,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||||
background: #BA68C8;
|
background: #BA68C8;
|
||||||
|
@ -1667,7 +1667,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
box-shadow: inset 0 -2px 0 0 #BA68C8;
|
box-shadow: inset 0 -2px 0 0 #BA68C8;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-datatable .p-column-resizer-helper {
|
.p-datatable .p-column-resizer-helper {
|
||||||
|
@ -1751,7 +1751,7 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
||||||
background: #283951;
|
background: rgba(255, 255, 255, 0.01);
|
||||||
}
|
}
|
||||||
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
||||||
background: #BA68C8;
|
background: #BA68C8;
|
||||||
|
@ -1899,7 +1899,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -1964,7 +1964,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
||||||
|
@ -1994,7 +1994,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
||||||
|
@ -2062,7 +2062,7 @@
|
||||||
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
||||||
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2106,7 +2106,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2144,7 +2144,7 @@
|
||||||
transition: transform 0.2s, background-color 0.2s, border-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 {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
||||||
|
@ -2232,7 +2232,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-tree .p-tree-filter-container {
|
.p-tree .p-tree-filter-container {
|
||||||
|
@ -2313,7 +2313,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
|
||||||
|
@ -2363,7 +2363,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
|
||||||
|
@ -2449,7 +2449,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2462,7 +2462,7 @@
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-accordion .p-accordion-content {
|
.p-accordion .p-accordion-content {
|
||||||
|
@ -2556,7 +2556,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2584,7 +2584,7 @@
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
.p-panel .p-panel-header .p-panel-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
.p-panel .p-panel-header .p-panel-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2701,7 +2701,7 @@
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2795,7 +2795,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-sidebar .p-sidebar-close:hover {
|
.p-sidebar .p-sidebar-close:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -2925,7 +2925,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2990,7 +2990,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3040,7 +3040,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3119,7 +3119,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3179,7 +3179,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3214,7 +3214,7 @@
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3289,7 +3289,7 @@
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:hover {
|
.p-menubar .p-menubar-button:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-button:focus {
|
.p-menubar .p-menubar-button:focus {
|
||||||
|
@ -3335,7 +3335,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3419,7 +3419,7 @@
|
||||||
box-shadow: 0 0 0 1px #E1BEE7;
|
box-shadow: 0 0 0 1px #E1BEE7;
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
|
@ -3435,7 +3435,7 @@
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
|
||||||
border-color: #304562;
|
border-color: #304562;
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content {
|
.p-panelmenu .p-panelmenu-content {
|
||||||
|
@ -3468,7 +3468,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3622,7 +3622,7 @@
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3986,7 +3986,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
||||||
background: #17212f;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
}
|
}
|
||||||
.p-inplace .p-inplace-display:focus {
|
.p-inplace .p-inplace-display:focus {
|
||||||
|
|
Loading…
Reference in New Issue