Aligned OrderList-PickList with Listbox
parent
0512362f38
commit
c0ccb2b92c
|
@ -649,7 +649,7 @@ export default {
|
||||||
const element = DomHandler.findSingle(this.list, `li[id="${id}"]`);
|
const element = DomHandler.findSingle(this.list, `li[id="${id}"]`);
|
||||||
|
|
||||||
if (element) {
|
if (element) {
|
||||||
element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'nearest' });
|
element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'nearest', behavior: 'smooth' });
|
||||||
} else if (!this.virtualScrollerDisabled) {
|
} else if (!this.virtualScrollerDisabled) {
|
||||||
this.virtualScroller && this.virtualScroller.scrollToIndex(index !== -1 ? index : this.focusedOptionIndex);
|
this.virtualScroller && this.virtualScroller.scrollToIndex(index !== -1 ? index : this.focusedOptionIndex);
|
||||||
}
|
}
|
||||||
|
|
|
@ -339,7 +339,7 @@ export default {
|
||||||
const element = DomHandler.findSingle(this.list, `[data-pc-section="item"][id="${id}"]`);
|
const element = DomHandler.findSingle(this.list, `[data-pc-section="item"][id="${id}"]`);
|
||||||
|
|
||||||
if (element) {
|
if (element) {
|
||||||
element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'start' });
|
element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'start', behavior: 'smooth' });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
moveUp(event) {
|
moveUp(event) {
|
||||||
|
|
|
@ -810,7 +810,7 @@ export default {
|
||||||
const element = DomHandler.findSingle(this.$refs[listType].$el, `[data-pc-section="item"][id="${id}"]`);
|
const element = DomHandler.findSingle(this.$refs[listType].$el, `[data-pc-section="item"][id="${id}"]`);
|
||||||
|
|
||||||
if (element) {
|
if (element) {
|
||||||
element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'start' });
|
element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'start', behavior: 'smooth' });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
updateListScroll(listElement) {
|
updateListScroll(listElement) {
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3018,12 +3018,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #b45309;
|
color: #b45309;
|
||||||
|
@ -3212,12 +3212,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #b45309;
|
color: #b45309;
|
||||||
|
|
|
@ -3018,12 +3018,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #1D4ED8;
|
color: #1D4ED8;
|
||||||
|
@ -3212,12 +3212,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #1D4ED8;
|
color: #1D4ED8;
|
||||||
|
|
|
@ -3018,12 +3018,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #0e7490;
|
color: #0e7490;
|
||||||
|
@ -3212,12 +3212,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #0e7490;
|
color: #0e7490;
|
||||||
|
|
|
@ -3018,12 +3018,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #047857;
|
color: #047857;
|
||||||
|
@ -3212,12 +3212,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #047857;
|
color: #047857;
|
||||||
|
|
|
@ -3018,12 +3018,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #4338CA;
|
color: #4338CA;
|
||||||
|
@ -3212,12 +3212,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #4338CA;
|
color: #4338CA;
|
||||||
|
|
|
@ -3018,12 +3018,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #4d7c0f;
|
color: #4d7c0f;
|
||||||
|
@ -3212,12 +3212,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #4d7c0f;
|
color: #4d7c0f;
|
||||||
|
|
|
@ -3026,12 +3026,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -3220,12 +3220,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -3018,12 +3018,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #be185d;
|
color: #be185d;
|
||||||
|
@ -3212,12 +3212,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #be185d;
|
color: #be185d;
|
||||||
|
|
|
@ -3018,12 +3018,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #6D28D9;
|
color: #6D28D9;
|
||||||
|
@ -3212,12 +3212,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #6D28D9;
|
color: #6D28D9;
|
||||||
|
|
|
@ -3018,12 +3018,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #0f766e;
|
color: #0f766e;
|
||||||
|
@ -3212,12 +3212,12 @@
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #0f172a;
|
color: #1e293b;
|
||||||
background: #e2e8f0;
|
background: #f1f5f9;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #0f766e;
|
color: #0f766e;
|
||||||
|
|
|
@ -3010,11 +3010,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #151515;
|
color: #151515;
|
||||||
|
@ -3204,11 +3204,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #151515;
|
color: #151515;
|
||||||
|
|
|
@ -3010,11 +3010,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #151515;
|
color: #151515;
|
||||||
|
@ -3204,11 +3204,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #151515;
|
color: #151515;
|
||||||
|
|
|
@ -3010,11 +3010,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -3204,11 +3204,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -3010,11 +3010,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -3204,11 +3204,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #323130;
|
color: #323130;
|
||||||
background: #e1dfdd;
|
background: #f3f2f1;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #323130;
|
color: #323130;
|
||||||
background: #e1dfdd;
|
background: #f3f2f1;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #323130;
|
color: #323130;
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #323130;
|
color: #323130;
|
||||||
background: #e1dfdd;
|
background: #f3f2f1;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #323130;
|
color: #323130;
|
||||||
background: #e1dfdd;
|
background: #f3f2f1;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #323130;
|
color: #323130;
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #424b57;
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #b45309;
|
color: #b45309;
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #b45309;
|
color: #b45309;
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #1D4ED8;
|
color: #1D4ED8;
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #1D4ED8;
|
color: #1D4ED8;
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #0e7490;
|
color: #0e7490;
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #0e7490;
|
color: #0e7490;
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #047857;
|
color: #047857;
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #047857;
|
color: #047857;
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #4338CA;
|
color: #4338CA;
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #4338CA;
|
color: #4338CA;
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #be185d;
|
color: #be185d;
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #be185d;
|
color: #be185d;
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #6D28D9;
|
color: #6D28D9;
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #6D28D9;
|
color: #6D28D9;
|
||||||
|
|
|
@ -3017,11 +3017,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #0f766e;
|
color: #0f766e;
|
||||||
|
@ -3211,11 +3211,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #4b5563;
|
color: #4b5563;
|
||||||
background: #e5e7eb;
|
background: #f3f4f6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #0f766e;
|
color: #0f766e;
|
||||||
|
|
|
@ -2961,11 +2961,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -3155,11 +3155,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
|
|
@ -2961,11 +2961,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -3155,11 +3155,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
|
|
@ -2961,11 +2961,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -3155,11 +3155,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
|
|
@ -2961,11 +2961,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
@ -3155,11 +3155,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #3c3c3c;
|
background: #4c4c4c;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #CE93D8;
|
color: #CE93D8;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #CE93D8;
|
color: #CE93D8;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #9FA8DA;
|
color: #9FA8DA;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #9FA8DA;
|
color: #9FA8DA;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #673AB7;
|
color: #673AB7;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #673AB7;
|
color: #673AB7;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #3F51B5;
|
color: #3F51B5;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #3F51B5;
|
color: #3F51B5;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #CE93D8;
|
color: #CE93D8;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #CE93D8;
|
color: #CE93D8;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #9FA8DA;
|
color: #9FA8DA;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #9FA8DA;
|
color: #9FA8DA;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #673AB7;
|
color: #673AB7;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #673AB7;
|
color: #673AB7;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #3F51B5;
|
color: #3F51B5;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: rgba(0, 0, 0, 0.12);
|
background: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #3F51B5;
|
color: #3F51B5;
|
||||||
|
|
|
@ -2977,11 +2977,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4C566A;
|
color: #4C566A;
|
||||||
background: #E5E9F0;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #4C566A;
|
color: #4C566A;
|
||||||
background: #E5E9F0;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #2E3440;
|
color: #2E3440;
|
||||||
|
@ -3171,11 +3171,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #4C566A;
|
color: #4C566A;
|
||||||
background: #E5E9F0;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #4C566A;
|
color: #4C566A;
|
||||||
background: #E5E9F0;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #2E3440;
|
color: #2E3440;
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #343a3f;
|
color: #343a3f;
|
||||||
background: #d2d6db;
|
background: #dde1e6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #343a3f;
|
color: #343a3f;
|
||||||
background: #d2d6db;
|
background: #dde1e6;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #343a3f;
|
color: #343a3f;
|
||||||
background: #d2d6db;
|
background: #dde1e6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #343a3f;
|
color: #343a3f;
|
||||||
background: #d2d6db;
|
background: #dde1e6;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -2961,11 +2961,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -3155,11 +3155,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -2961,11 +2961,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -3155,11 +3155,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -2961,11 +2961,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -3155,11 +3155,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #d6d6d6;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
background: #e0e0e0;
|
background: #f4f4f4;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
background: #e0e0e0;
|
background: #f4f4f4;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #385048;
|
color: #385048;
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
background: #e0e0e0;
|
background: #f4f4f4;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
background: #e0e0e0;
|
background: #f4f4f4;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #385048;
|
color: #385048;
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #dee2e6;
|
background: #e9ecef;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #b19df7;
|
color: #b19df7;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #b19df7;
|
color: #b19df7;
|
||||||
|
|
|
@ -3022,11 +3022,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #043d75;
|
color: #043d75;
|
||||||
background: #dfe7ef;
|
background: #f6f9fc;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #043d75;
|
color: #043d75;
|
||||||
background: #dfe7ef;
|
background: #f6f9fc;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #5a37f1;
|
color: #5a37f1;
|
||||||
|
@ -3216,11 +3216,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #043d75;
|
color: #043d75;
|
||||||
background: #dfe7ef;
|
background: #f6f9fc;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #043d75;
|
color: #043d75;
|
||||||
background: #dfe7ef;
|
background: #f6f9fc;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #5a37f1;
|
color: #5a37f1;
|
||||||
|
|
|
@ -2984,11 +2984,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #18181B;
|
color: #18181B;
|
||||||
background: #e5e7eb;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #18181B;
|
color: #18181B;
|
||||||
background: #e5e7eb;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #312E81;
|
color: #312E81;
|
||||||
|
@ -3178,11 +3178,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #18181B;
|
color: #18181B;
|
||||||
background: #e5e7eb;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #18181B;
|
color: #18181B;
|
||||||
background: #e5e7eb;
|
background: #f4f4f5;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #312E81;
|
color: #312E81;
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -2949,11 +2949,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -3143,11 +3143,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(255, 255, 255, 0.09);
|
background: rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
|
|
@ -3030,11 +3030,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(158, 173, 230, 0.1);
|
background: rgba(158, 173, 230, 0.08);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(158, 173, 230, 0.1);
|
background: rgba(158, 173, 230, 0.08);
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #9eade6;
|
color: #9eade6;
|
||||||
|
@ -3224,11 +3224,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(158, 173, 230, 0.1);
|
background: rgba(158, 173, 230, 0.08);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: rgba(158, 173, 230, 0.1);
|
background: rgba(158, 173, 230, 0.08);
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #9eade6;
|
color: #9eade6;
|
||||||
|
|
|
@ -3030,11 +3030,11 @@
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #6c6c6c;
|
color: #6c6c6c;
|
||||||
background: #e6e9f3;
|
background: #edf0fA;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
||||||
color: #6c6c6c;
|
color: #6c6c6c;
|
||||||
background: #e6e9f3;
|
background: #edf0fA;
|
||||||
}
|
}
|
||||||
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
||||||
color: #585858;
|
color: #585858;
|
||||||
|
@ -3224,11 +3224,11 @@
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
||||||
color: #6c6c6c;
|
color: #6c6c6c;
|
||||||
background: #e6e9f3;
|
background: #edf0fA;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
||||||
color: #6c6c6c;
|
color: #6c6c6c;
|
||||||
background: #e6e9f3;
|
background: #edf0fA;
|
||||||
}
|
}
|
||||||
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
||||||
color: #585858;
|
color: #585858;
|
||||||
|
|
Loading…
Reference in New Issue