Refactor #5099 - theme updates
parent
54a7a4fb50
commit
93e81c16f8
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #383838;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
border-color: #64B5F6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #383838;
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #383838;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #383838;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
border-color: #64B5F6;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #383838;
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #383838;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #383838;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
border-color: #81C784;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #383838;
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #383838;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #383838;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
border-color: #81C784;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #383838;
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #383838;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #383838;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #ffe284;
|
||||
border-color: #FFD54F;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #383838;
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #383838;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #383838;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #ffe284;
|
||||
border-color: #FFD54F;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #383838;
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #383838;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #383838;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
border-color: #BA68C8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #383838;
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #383838;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #383838;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
border-color: #BA68C8;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #383838;
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #383838;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #3f4b5b;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #e3f3fe;
|
||||
border-color: #8dd0ff;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem 1.25rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #3f4b5b;
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #3f4b5b;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #3f4b5b;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #e3f3fe;
|
||||
border-color: #8dd0ff;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem 1.25rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #3f4b5b;
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #3f4b5b;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #3f4b5b;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #f0e6f5;
|
||||
border-color: #c298d8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem 1.25rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #3f4b5b;
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #3f4b5b;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #3f4b5b;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #f0e6f5;
|
||||
border-color: #c298d8;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem 1.25rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #3f4b5b;
|
||||
background: #2a323d;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #3f4b5b;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
||||
border-color: #007bff;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #212529;
|
||||
padding: 1rem 1.25rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #212529;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
||||
border-color: #007bff;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #212529;
|
||||
padding: 1rem 1.25rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #212529;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
||||
border-color: #883cae;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #212529;
|
||||
padding: 1rem 1.25rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #212529;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #efefef;
|
||||
color: #212529;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
||||
border-color: #883cae;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #212529;
|
||||
padding: 1rem 1.25rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #212529;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #faf9f8;
|
||||
color: #323130;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #a19f9d;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 1px #605e5c;
|
||||
border-color: #0078d4;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #323130;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #a19f9d;
|
||||
background: #ffffff;
|
||||
color: #323130;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #a19f9d;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 0.5rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #faf9f8;
|
||||
color: #323130;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #a19f9d;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 1px #605e5c;
|
||||
border-color: #0078d4;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #323130;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #a19f9d;
|
||||
background: #ffffff;
|
||||
color: #323130;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #a19f9d;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 0.5rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(251, 191, 36, 0.2);
|
||||
border-color: #fbbf24;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(251, 191, 36, 0.2);
|
||||
border-color: #fbbf24;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
|
||||
border-color: #60a5fa;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
|
||||
border-color: #60a5fa;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(34, 211, 238, 0.2);
|
||||
border-color: #22d3ee;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(34, 211, 238, 0.2);
|
||||
border-color: #22d3ee;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
|
||||
border-color: #34d399;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
|
||||
border-color: #34d399;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
|
||||
border-color: #818cf8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
|
||||
border-color: #818cf8;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(244, 114, 182, 0.2);
|
||||
border-color: #f472b6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(244, 114, 182, 0.2);
|
||||
border-color: #f472b6;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
|
||||
border-color: #a78bfa;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
|
||||
border-color: #a78bfa;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
|
||||
border-color: #2dd4bf;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #424b57;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(45, 212, 191, 0.2);
|
||||
border-color: #2dd4bf;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #424b57;
|
||||
background: #1f2937;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #424b57;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #fef08a;
|
||||
border-color: #f59e0b;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #fef08a;
|
||||
border-color: #f59e0b;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
border-color: #3B82F6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #BFDBFE;
|
||||
border-color: #3B82F6;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #a5f3fc;
|
||||
border-color: #06b6d4;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #a5f3fc;
|
||||
border-color: #06b6d4;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #a7f3d0;
|
||||
border-color: #10b981;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #a7f3d0;
|
||||
border-color: #10b981;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
||||
border-color: #6366F1;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
||||
border-color: #6366F1;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #fbcfe8;
|
||||
border-color: #ec4899;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #fbcfe8;
|
||||
border-color: #ec4899;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #DDD6FE;
|
||||
border-color: #8B5CF6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #DDD6FE;
|
||||
border-color: #8B5CF6;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3150,25 +3150,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #99f6e4;
|
||||
border-color: #14b8a6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3333,25 +3340,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f9fafb;
|
||||
color: #374151;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #99f6e4;
|
||||
border-color: #14b8a6;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #374151;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #4b5563;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #191919;
|
||||
color: #dedede;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #FFE082;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #dedede;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #191919;
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #191919;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #191919;
|
||||
color: #dedede;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #FFE082;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #dedede;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #191919;
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #191919;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #191919;
|
||||
color: #dedede;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #81D4FA;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #dedede;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #191919;
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #191919;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #191919;
|
||||
color: #dedede;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #81D4FA;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #dedede;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #191919;
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #191919;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #191919;
|
||||
color: #dedede;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #C5E1A5;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #dedede;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #191919;
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #191919;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #191919;
|
||||
color: #dedede;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #C5E1A5;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #dedede;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #191919;
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #191919;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #191919;
|
||||
color: #dedede;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #F48FB1;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #dedede;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #191919;
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #191919;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #191919;
|
||||
color: #dedede;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem white;
|
||||
border-color: #F48FB1;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #dedede;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #191919;
|
||||
background: #323232;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #191919;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #CE93D8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 1rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #CE93D8;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 1rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #9FA8DA;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 1rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #9FA8DA;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 1rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e0e0e0;
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 1rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e0e0e0;
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 1rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e0e0e0;
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 1rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e0e0e0;
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 1rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #CE93D8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #CE93D8;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #9FA8DA;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #9FA8DA;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: #1e1e1e;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0.75rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e0e0e0;
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0.75rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e0e0e0;
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0.75rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e0e0e0;
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: none;
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0.75rem;
|
||||
font-weight: 500;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e0e0e0;
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 0.75rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3159,25 +3159,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
color: #4C566A;
|
||||
border: 1px solid #E5E9F0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
||||
border-color: #81A1C1;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #4C566A;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #E5E9F0;
|
||||
background: #ffffff;
|
||||
color: #4C566A;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #E5E9F0;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3342,25 +3349,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
color: #4C566A;
|
||||
border: 1px solid #E5E9F0;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #C0D0E0;
|
||||
border-color: #81A1C1;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #4C566A;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #E5E9F0;
|
||||
background: #ffffff;
|
||||
color: #4C566A;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #E5E9F0;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f2f4f8;
|
||||
color: #343a3f;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 1px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #90c9f5;
|
||||
border-color: #1174c0;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #343a3f;
|
||||
padding: 0.75rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 1px;
|
||||
border-top-left-radius: 1px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #343a3f;
|
||||
padding: 0.25rem 0;
|
||||
border-bottom-right-radius: 1px;
|
||||
border-bottom-left-radius: 1px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f2f4f8;
|
||||
color: #343a3f;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 1px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #90c9f5;
|
||||
border-color: #1174c0;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #343a3f;
|
||||
padding: 0.75rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 1px;
|
||||
border-top-left-radius: 1px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #343a3f;
|
||||
padding: 0.25rem 0;
|
||||
border-bottom-right-radius: 1px;
|
||||
border-bottom-left-radius: 1px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.25rem 0.5rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
border-color: #007ad9;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #007ad9;
|
||||
color: #ffffff;
|
||||
border: 1px solid #007ad9;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #c8c8c8;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #c8c8c8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
border-color: #007ad9;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #007ad9;
|
||||
color: #ffffff;
|
||||
border: 1px solid #007ad9;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #c8c8c8;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #c8c8c8;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
border-color: #007ad9;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #333333;
|
||||
color: #ffffff;
|
||||
border: 1px solid #333333;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #c8c8c8;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #c8c8c8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
border-color: #007ad9;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #333333;
|
||||
color: #ffffff;
|
||||
border: 1px solid #333333;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #c8c8c8;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #c8c8c8;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f4f4f4;
|
||||
color: #333333;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #c2e9d8;
|
||||
border-color: #41b883;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #333333;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #c8c8c8;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #c8c8c8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f4f4f4;
|
||||
color: #333333;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #c2e9d8;
|
||||
border-color: #41b883;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #333333;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #c8c8c8;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #c8c8c8;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3143,25 +3143,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f4f4f4;
|
||||
color: #333333;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
border-color: #007ad9;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #333333;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #c8c8c8;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #c8c8c8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
@ -3326,25 +3333,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f4f4f4;
|
||||
color: #333333;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
border-color: #007ad9;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #333333;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #c8c8c8;
|
||||
background: #ffffff;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #c8c8c8;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dadada;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
||||
border-color: #7B95A3;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #7B95A3;
|
||||
color: #ffffff;
|
||||
border: 1px solid #7B95A3;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #dadada;
|
||||
background: #ffffff;
|
||||
color: #666666;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #dadada;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dadada;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
||||
border-color: #7B95A3;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #7B95A3;
|
||||
color: #ffffff;
|
||||
border: 1px solid #7B95A3;
|
||||
padding: 0.857rem 1rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #dadada;
|
||||
background: #ffffff;
|
||||
color: #666666;
|
||||
padding: 0;
|
||||
border-bottom-right-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #dadada;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.429rem 0.857rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
||||
border-color: #2196F3;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #495057;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
||||
border-color: #2196F3;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #495057;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
||||
border-color: #4CAF50;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #495057;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
||||
border-color: #4CAF50;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #495057;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #ffe69c;
|
||||
border-color: #FFC107;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #495057;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #ffe69c;
|
||||
border-color: #FFC107;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #495057;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #df9eea;
|
||||
border-color: #9C27B0;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #495057;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #df9eea;
|
||||
border-color: #9C27B0;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #495057;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #dee2e6;
|
||||
background: #ffffff;
|
||||
color: #495057;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #282936;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #3e4053;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #e0d8fc;
|
||||
border-color: #b19df7;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #3e4053;
|
||||
background: #282936;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #3e4053;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #282936;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #3e4053;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #e0d8fc;
|
||||
border-color: #b19df7;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #3e4053;
|
||||
background: #282936;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #3e4053;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3155,25 +3155,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #eff3f8;
|
||||
color: #708da9;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dfe7ef;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #c7bbfa;
|
||||
border-color: #7254f3;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #708da9;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #dfe7ef;
|
||||
background: #ffffff;
|
||||
color: #043d75;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #dfe7ef;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
@ -3338,25 +3345,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #eff3f8;
|
||||
color: #708da9;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dfe7ef;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #c7bbfa;
|
||||
border-color: #7254f3;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #708da9;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #dfe7ef;
|
||||
background: #ffffff;
|
||||
color: #043d75;
|
||||
padding: 0.75rem 0;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #dfe7ef;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1.25rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3166,25 +3166,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
background: #fafafa;
|
||||
color: #3f3f46;
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 0.375rem;
|
||||
transition: none;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #6366F1;
|
||||
border-color: #4F46E5;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #3f3f46;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 0.375rem;
|
||||
border-top-left-radius: 0.375rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #3f3f46;
|
||||
padding: 0.25rem 0;
|
||||
border-bottom-right-radius: 0.375rem;
|
||||
border-bottom-left-radius: 0.375rem;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.75rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3349,25 +3356,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
background: #fafafa;
|
||||
color: #3f3f46;
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 0.375rem;
|
||||
transition: none;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #6366F1;
|
||||
border-color: #4F46E5;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #3f3f46;
|
||||
padding: 1.25rem;
|
||||
font-weight: 700;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 0.375rem;
|
||||
border-top-left-radius: 0.375rem;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #e5e7eb;
|
||||
background: #ffffff;
|
||||
color: #3f3f46;
|
||||
padding: 0.25rem 0;
|
||||
border-bottom-right-radius: 0.375rem;
|
||||
border-bottom-left-radius: 0.375rem;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.75rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #304562;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
border-color: #64B5F6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #304562;
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #304562;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #304562;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #93cbf9;
|
||||
border-color: #64B5F6;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #304562;
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #304562;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #304562;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
border-color: #81C784;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #304562;
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #304562;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #304562;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #a7d8a9;
|
||||
border-color: #81C784;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #304562;
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #304562;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #304562;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #ffe284;
|
||||
border-color: #FFD54F;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #304562;
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #304562;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #304562;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #ffe284;
|
||||
border-color: #FFD54F;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #304562;
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #304562;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3131,25 +3131,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #304562;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
border-color: #BA68C8;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 1px solid #304562;
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 1px solid #304562;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
@ -3314,25 +3321,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 1px solid #304562;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #cf95d9;
|
||||
border-color: #BA68C8;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 1px solid #304562;
|
||||
background: #1f2d40;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 1px solid #304562;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0;
|
||||
|
|
|
@ -3163,25 +3163,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #161d21;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 2px solid #263238;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #9eade6;
|
||||
border-color: #9eade6;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 2px solid #263238;
|
||||
background: #161d21;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0.5rem;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 2px solid #263238;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0 0 4px 0;
|
||||
|
@ -3346,25 +3353,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #161d21;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border: 2px solid #263238;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 1px #9eade6;
|
||||
border-color: #9eade6;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 2px solid #263238;
|
||||
background: #161d21;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0.5rem 0.5rem;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 2px solid #263238;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0 0 4px 0;
|
||||
|
|
|
@ -3163,25 +3163,32 @@
|
|||
.p-orderlist .p-orderlist-controls .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
.p-orderlist .p-orderlist-list-container {
|
||||
background: #ffffff;
|
||||
color: #6c6c6c;
|
||||
border: 2px solid #ebebeb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list-container.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
||||
border-color: #91a4e3;
|
||||
}
|
||||
.p-orderlist .p-orderlist-header {
|
||||
color: #6c6c6c;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list {
|
||||
border: 2px solid #ebebeb;
|
||||
background: #ffffff;
|
||||
color: #6c6c6c;
|
||||
padding: 0.5rem 0.5rem;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list:not(:first-child) {
|
||||
border-top: 2px solid #ebebeb;
|
||||
}
|
||||
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0 0 4px 0;
|
||||
|
@ -3346,25 +3353,32 @@
|
|||
.p-picklist .p-picklist-buttons .p-button {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
.p-picklist .p-picklist-list-wrapper {
|
||||
background: #ffffff;
|
||||
color: #6c6c6c;
|
||||
border: 2px solid #ebebeb;
|
||||
border-radius: 6px;
|
||||
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
||||
outline-color: transparent;
|
||||
}
|
||||
.p-picklist .p-picklist-list-wrapper.p-focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
||||
border-color: #91a4e3;
|
||||
}
|
||||
.p-picklist .p-picklist-header {
|
||||
color: #6c6c6c;
|
||||
padding: 1rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 0 none;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: 6px;
|
||||
}
|
||||
.p-picklist .p-picklist-list {
|
||||
border: 2px solid #ebebeb;
|
||||
background: #ffffff;
|
||||
color: #6c6c6c;
|
||||
padding: 0.5rem 0.5rem;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
outline: 0 none;
|
||||
}
|
||||
.p-picklist .p-picklist-list:not(:first-child) {
|
||||
border-top: 2px solid #ebebeb;
|
||||
}
|
||||
.p-picklist .p-picklist-list .p-picklist-item {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0 0 4px 0;
|
||||
|
|
Loading…
Reference in New Issue