Update demos and aura

pull/5136/head
Cagatay Civici 2024-01-24 01:58:13 +03:00
parent 0cb9eb29b1
commit 88bb7e6980
83 changed files with 1860 additions and 366 deletions

View File

@ -28,7 +28,7 @@
},
{
"name": "Nuxt",
"to": "/vite"
"to": "/nuxt"
},
{
"name": "CDN",

View File

@ -8,7 +8,7 @@
--glow-blend: hard-light, multiply;
--topbar-border: rgba(0,0,0,.05);
--mobile-menu-bg: var(--surface-overlay);
--demo-code-bg: var(--surface-700);
--demo-code-bg: var(--surface-800);
--demo-code-button-color: var(--surface-300);
--demo-code-button-hover-bg: rgba(255,255,255,.1);
--demo-code-button-hover-color: var(--surface-100);

View File

@ -7,10 +7,7 @@
<button type="button" :class="['font-medium linkbox mr-3 mt-4', { active: theme && theme.startsWith('md') }]" @click="changeTheme('md', 'indigo')">Material</button>
<button type="button" :class="['font-medium linkbox mr-3 mt-4', { active: theme && theme.startsWith('bootstrap4') }]" @click="changeTheme('bootstrap4', 'blue')">Bootstrap</button>
</div>
<div
class="themes-main flex mt-7 justify-content-center px-5 lg:px-8"
:style="{ backgroundImage: `url('https://primefaces.org/cdn/primevue/images/landing/wave-${$appState.darkTheme ? 'dark-alt-gray' : 'light-alt-gray'}.svg')`, backgroundSize: 'cover' }"
>
<div class="themes-main flex mt-7 justify-content-center px-5 lg:px-8">
<div class="box overflow-hidden z-1 p-5 table-container">
<DataTable
v-model:selection="selectedCustomers"

View File

@ -9,7 +9,7 @@
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/amyelsner.png" shape="circle" />
<span class="font-bold white-space-nowrap">Amy Elsner</span>
<Badge value="3" class="ml-auto" />
<Badge value="3" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -22,7 +22,7 @@
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/onyamalimba.png" shape="circle" />
<span class="font-bold white-space-nowrap">Onyama Limba</span>
<Badge value="4" class="ml-auto" />
<Badge value="4" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -35,7 +35,7 @@
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/ionibowcher.png" shape="circle" />
<span class="font-bold white-space-nowrap">Ioni Bowcher</span>
<Badge value="2" class="ml-auto" />
<Badge value="2" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -60,7 +60,7 @@ export default {
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/amyelsner.png" shape="circle" />
<span class="font-bold white-space-nowrap">Amy Elsner</span>
<Badge value="3" class="ml-auto" />
<Badge value="3" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -73,7 +73,7 @@ export default {
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/onyamalimba.png" shape="circle" />
<span class="font-bold white-space-nowrap">Onyama Limba</span>
<Badge value="4" class="ml-auto" />
<Badge value="4" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -86,7 +86,7 @@ export default {
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/ionibowcher.png" shape="circle" />
<span class="font-bold white-space-nowrap">Ioni Bowcher</span>
<Badge value="2" class="ml-auto" />
<Badge value="2" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -105,7 +105,7 @@ export default {
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/amyelsner.png" shape="circle" />
<span class="font-bold white-space-nowrap">Amy Elsner</span>
<Badge value="3" class="ml-auto" />
<Badge value="3" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -118,7 +118,7 @@ export default {
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/onyamalimba.png" shape="circle" />
<span class="font-bold white-space-nowrap">Onyama Limba</span>
<Badge value="4" class="ml-auto" />
<Badge value="4" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -131,7 +131,7 @@ export default {
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/ionibowcher.png" shape="circle" />
<span class="font-bold white-space-nowrap">Ioni Bowcher</span>
<Badge value="2" class="ml-auto" />
<Badge value="2" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -155,7 +155,7 @@ export default {
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/amyelsner.png" shape="circle" />
<span class="font-bold white-space-nowrap">Amy Elsner</span>
<Badge value="3" class="ml-auto" />
<Badge value="3" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -168,7 +168,7 @@ export default {
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/onyamalimba.png" shape="circle" />
<span class="font-bold white-space-nowrap">Onyama Limba</span>
<Badge value="4" class="ml-auto" />
<Badge value="4" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">
@ -181,7 +181,7 @@ export default {
<span class="flex align-items-center gap-2 w-full">
<Avatar image="https://primefaces.org/cdn/primevue/images/avatar/ionibowcher.png" shape="circle" />
<span class="font-bold white-space-nowrap">Ioni Bowcher</span>
<Badge value="2" class="ml-auto" />
<Badge value="2" class="ml-auto mr-2" />
</span>
</template>
<p class="m-0">

View File

@ -2,7 +2,7 @@
<DocSectionText v-bind="$attrs">
<p>Card provides <i>header</i>, <i>title</i>, <i>subtitle</i>, <i>content</i> and <i>footer</i> as the named templates to place content.</p>
</DocSectionText>
<div class="card flex align-items-center justify-content-center">
<div class="mb-3 p-5 flex align-items-center justify-content-center">
<Card style="width: 25rem; overflow: hidden">
<template #header>
<img alt="user header" class="w-full" src="https://primefaces.org/cdn/primevue/images/card-vue.jpg" />
@ -54,27 +54,25 @@ export default {
`,
options: `
<template>
<div class="card flex align-items-center justify-content-center">
<Card style="width: 25rem; overflow: hidden">
<template #header>
<img alt="user header" src="https://primefaces.org/cdn/primevue/images/usercard.png" />
</template>
<template #title>Advanced Card</template>
<template #subtitle>Card subtitle</template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
quas!
</p>
</template>
<template #footer>
<div class="flex gap-3 mt-1">
<Button label="Cancel" severity="secondary" outlined class="w-full" />
<Button label="Save" class="w-full" />
</div>
</template>
</Card>
</div>
<Card style="width: 25rem; overflow: hidden">
<template #header>
<img alt="user header" src="https://primefaces.org/cdn/primevue/images/usercard.png" />
</template>
<template #title>Advanced Card</template>
<template #subtitle>Card subtitle</template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
quas!
</p>
</template>
<template #footer>
<div class="flex gap-3 mt-1">
<Button label="Cancel" severity="secondary" outlined class="w-full" />
<Button label="Save" class="w-full" />
</div>
</template>
</Card>
</template>
<script>
@ -82,27 +80,25 @@ export default {
`,
composition: `
<template>
<div class="card flex align-items-center justify-content-center">
<Card style="width: 25rem; overflow: hidden">
<template #header>
<img alt="user header" src="https://primefaces.org/cdn/primevue/images/usercard.png" />
</template>
<template #title>Advanced Card</template>
<template #subtitle>Card subtitle</template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
quas!
</p>
</template>
<template #footer>
<div class="flex gap-3 mt-1">
<Button label="Cancel" severity="secondary" outlined class="w-full" />
<Button label="Save" class="w-full" />
</div>
</template>
</Card>
</div>
<Card style="width: 25rem; overflow: hidden">
<template #header>
<img alt="user header" src="https://primefaces.org/cdn/primevue/images/usercard.png" />
</template>
<template #title>Advanced Card</template>
<template #subtitle>Card subtitle</template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
quas!
</p>
</template>
<template #footer>
<div class="flex gap-3 mt-1">
<Button label="Cancel" severity="secondary" outlined class="w-full" />
<Button label="Save" class="w-full" />
</div>
</template>
</Card>
</template>
<script setup>

View File

@ -2,9 +2,9 @@
<DocSectionText v-bind="$attrs">
<p>A simple Card is created with a <i>title</i> property along with the content as children.</p>
</DocSectionText>
<div class="card">
<div class="mb-3 p-5">
<Card>
<template #title> Simple Card </template>
<template #title>Simple Card</template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
@ -23,7 +23,7 @@ export default {
code: {
basic: `
<Card>
<template #title> Simple Card </template>
<template #title>Simple Card</template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
@ -34,17 +34,15 @@ export default {
`,
options: `
<template>
<div class="card">
<Card>
<template #title> Simple Card </template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
quas!
</p>
</template>
</Card>
</div>
<Card>
<template #title>Simple Card</template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
quas!
</p>
</template>
</Card>
</template>
<script>
@ -52,17 +50,15 @@ export default {
`,
composition: `
<template>
<div class="card">
<Card>
<template #title> Simple Card </template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
quas!
</p>
</template>
</Card>
</div>
<Card>
<template #title>Simple Card</template>
<template #content>
<p class="m-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate neque
quas!
</p>
</template>
</Card>
</template>
<script setup>

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #64B5F6;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #64B5F6;
@ -4135,6 +4136,7 @@
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #383838;
@ -4990,6 +4994,7 @@
background: #1e1e1e;
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #81C784;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #81C784;
@ -4135,6 +4136,7 @@
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #383838;
@ -4990,6 +4994,7 @@
background: #1e1e1e;
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #FFD54F;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #FFD54F;
@ -4135,6 +4136,7 @@
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #383838;
@ -4990,6 +4994,7 @@
background: #1e1e1e;
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #BA68C8;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #BA68C8;
@ -4135,6 +4136,7 @@
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #383838;
@ -4990,6 +4994,7 @@
background: #1e1e1e;
border: 1px solid #383838;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #fbbf24;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #fbbf24;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #fbbf24;
border-color: #fbbf24;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #60a5fa;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #60a5fa;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #60a5fa;
border-color: #60a5fa;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #22d3ee;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #22d3ee;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #22d3ee;
border-color: #22d3ee;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #34d399;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #34d399;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #34d399;
border-color: #34d399;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #818cf8;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #818cf8;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #818cf8;
border-color: #818cf8;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #a3e635;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #a3e635;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #a3e635;
border-color: #a3e635;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #fafafa;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #fafafa;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #fafafa;
border-color: #fafafa;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #f472b6;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #f472b6;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #f472b6;
border-color: #f472b6;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #a78bfa;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #a78bfa;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #a78bfa;
border-color: #a78bfa;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1707,24 +1707,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
height: 20px;
width: 20px;
background: #3f3f46;
border: 2px solid #2dd4bf;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1736,10 +1736,11 @@
}
.p-slider .p-slider-range {
background: #2dd4bf;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #2dd4bf;
border-color: #2dd4bf;
background: #3f3f46;
border-color: transparent;
}
.p-treeselect {
@ -4203,6 +4204,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4422,6 +4424,7 @@
color: #ffffff;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4723,6 +4726,7 @@
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f3f46;
@ -5058,6 +5062,7 @@
background: #18181b;
border: 1px solid #3f3f46;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6017,6 +6022,11 @@
color: #a1a1aa;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6110,6 +6120,9 @@
border-radius: 12px;
background-color: #18181b;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6424,7 +6437,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-orderlist .p-orderlist-header {
@ -6530,7 +6559,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #d4d4d8;
background: #27272a;
border: 1px solid #27272a;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #3f3f46;
color: #d4d4d8;
border-color: #3f3f46;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #52525b;
color: #d4d4d8;
border-color: #52525b;
}
.p-picklist .p-picklist-header {
@ -6589,6 +6634,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6630,9 +6676,23 @@
color: #52525b;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #09090b;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
box-shadow: 0 0 0 2px #09090b, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
@ -6831,6 +6891,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1709,24 +1709,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #f59e0b;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1738,10 +1738,11 @@
}
.p-slider .p-slider-range {
background: #f59e0b;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #f59e0b;
border-color: #f59e0b;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4205,6 +4206,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4424,6 +4426,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4725,6 +4728,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5060,6 +5064,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6019,6 +6024,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6112,6 +6122,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6426,7 +6439,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6532,7 +6561,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6591,6 +6636,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6632,6 +6678,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6833,6 +6893,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1709,24 +1709,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #3B82F6;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1738,10 +1738,11 @@
}
.p-slider .p-slider-range {
background: #3B82F6;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #3B82F6;
border-color: #3B82F6;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4205,6 +4206,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4424,6 +4426,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4725,6 +4728,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5060,6 +5064,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6019,6 +6024,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6112,6 +6122,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6426,7 +6439,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6532,7 +6561,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6591,6 +6636,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6632,6 +6678,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6833,6 +6893,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1709,24 +1709,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #06b6d4;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1738,10 +1738,11 @@
}
.p-slider .p-slider-range {
background: #06b6d4;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #06b6d4;
border-color: #06b6d4;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4205,6 +4206,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4424,6 +4426,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4725,6 +4728,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5060,6 +5064,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6019,6 +6024,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6112,6 +6122,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6426,7 +6439,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6532,7 +6561,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6591,6 +6636,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6632,6 +6678,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6833,6 +6893,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1709,24 +1709,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #10b981;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1738,10 +1738,11 @@
}
.p-slider .p-slider-range {
background: #10b981;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #10b981;
border-color: #10b981;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4205,6 +4206,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4424,6 +4426,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4725,6 +4728,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5060,6 +5064,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6019,6 +6024,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6112,6 +6122,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6426,7 +6439,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6532,7 +6561,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6591,6 +6636,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6632,6 +6678,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6833,6 +6893,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1709,24 +1709,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #6366F1;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1738,10 +1738,11 @@
}
.p-slider .p-slider-range {
background: #6366F1;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #6366F1;
border-color: #6366F1;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4205,6 +4206,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4424,6 +4426,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4725,6 +4728,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5060,6 +5064,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6019,6 +6024,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6112,6 +6122,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6426,7 +6439,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6532,7 +6561,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6591,6 +6636,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6632,6 +6678,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6833,6 +6893,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1709,24 +1709,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #84cc16;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1738,10 +1738,11 @@
}
.p-slider .p-slider-range {
background: #84cc16;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #84cc16;
border-color: #84cc16;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4205,6 +4206,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4424,6 +4426,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4725,6 +4728,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5060,6 +5064,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6019,6 +6024,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6112,6 +6122,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6426,7 +6439,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6532,7 +6561,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6591,6 +6636,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6632,6 +6678,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6833,6 +6893,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1717,24 +1717,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #020617;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1746,10 +1746,11 @@
}
.p-slider .p-slider-range {
background: #020617;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #020617;
border-color: #020617;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4213,6 +4214,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4432,6 +4434,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4733,6 +4736,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5068,6 +5072,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6027,6 +6032,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6120,6 +6130,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6434,7 +6447,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6540,7 +6569,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6599,6 +6644,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6640,6 +6686,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6841,6 +6901,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1709,24 +1709,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #ec4899;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1738,10 +1738,11 @@
}
.p-slider .p-slider-range {
background: #ec4899;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #ec4899;
border-color: #ec4899;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4205,6 +4206,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4424,6 +4426,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4725,6 +4728,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5060,6 +5064,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6019,6 +6024,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6112,6 +6122,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6426,7 +6439,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6532,7 +6561,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6591,6 +6636,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6632,6 +6678,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6833,6 +6893,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1709,24 +1709,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #8B5CF6;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1738,10 +1738,11 @@
}
.p-slider .p-slider-range {
background: #8B5CF6;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #8B5CF6;
border-color: #8B5CF6;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4205,6 +4206,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4424,6 +4426,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4725,6 +4728,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5060,6 +5064,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6019,6 +6024,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6112,6 +6122,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6426,7 +6439,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6532,7 +6561,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6591,6 +6636,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6632,6 +6678,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6833,6 +6893,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1709,24 +1709,24 @@
border-radius: 6px;
}
.p-slider.p-slider-horizontal {
height: 0.286rem;
height: 3px;
}
.p-slider.p-slider-horizontal .p-slider-handle {
margin-top: -0.5715rem;
margin-left: -0.5715rem;
margin-top: -10px;
margin-left: -10px;
}
.p-slider.p-slider-vertical {
width: 0.286rem;
width: 3px;
}
.p-slider.p-slider-vertical .p-slider-handle {
margin-left: -0.5715rem;
margin-bottom: -0.5715rem;
margin-left: -10px;
margin-bottom: -10px;
}
.p-slider .p-slider-handle {
height: 1.143rem;
width: 1.143rem;
background: #ffffff;
border: 2px solid #14b8a6;
height: 20px;
width: 20px;
background: #e2e8f0;
border: 0 none;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
outline-color: transparent;
@ -1738,10 +1738,11 @@
}
.p-slider .p-slider-range {
background: #14b8a6;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #14b8a6;
border-color: #14b8a6;
background: #e2e8f0;
border-color: transparent;
}
.p-treeselect {
@ -4205,6 +4206,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 2px 0;
@ -4424,6 +4426,7 @@
color: #334155;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4725,6 +4728,7 @@
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e2e8f0;
@ -5060,6 +5064,7 @@
background: #ffffff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 2px 0;
@ -6019,6 +6024,11 @@
color: #64748b;
}
div.p-cascadeselect-panel {
border: 0 none;
box-shadow: none;
}
.p-checkbox .p-checkbox-box {
border-radius: 4px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);
@ -6112,6 +6122,9 @@
border-radius: 12px;
background-color: #ffffff;
}
.p-dialog.p-dialog-maximized {
border-radius: 0;
}
.p-dialog .p-dialog-header {
border-top-right-radius: 12px;
border-top-left-radius: 12px;
@ -6426,7 +6439,23 @@
}
.p-orderlist-controls .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-orderlist-controls .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-orderlist-controls .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-orderlist-controls .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-orderlist .p-orderlist-header {
@ -6532,7 +6561,23 @@
}
.p-picklist-buttons .p-button {
transition: opacity 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
transition: opacity 0.2s, outline-color 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
color: #475569;
background: #f1f5f9;
border: 1px solid #f1f5f9;
}
.p-picklist-buttons .p-button:not(:disabled):hover {
background: #e2e8f0;
color: #334155;
border-color: #e2e8f0;
}
.p-picklist-buttons .p-button:not(:disabled):focus {
box-shadow: none;
}
.p-picklist-buttons .p-button:not(:disabled):active {
background: #cbd5e1;
color: #1e293b;
border-color: #cbd5e1;
}
.p-picklist .p-picklist-header {
@ -6591,6 +6636,7 @@
.p-selectbutton .p-button .pi,
.p-selectbutton .p-button .p-button-label {
position: relative;
transition: none;
}
.p-selectbutton .p-button::before {
content: "";
@ -6632,6 +6678,20 @@
color: #94a3b8;
}
.p-slider .p-slider-handle {
display: flex !important;
justify-content: center;
align-items: center;
}
.p-slider .p-slider-handle::before {
content: "";
width: 16px;
height: 16px;
display: block;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
}
.p-slider .p-slider-handle:focus-visible {
outline: 0 none;
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--p-focus-ring-color), 0 1px 2px 0 black;
@ -6833,6 +6893,7 @@
.p-togglebutton .p-button .p-button-label,
.p-togglebutton .p-button .p-button-icon {
position: relative;
transition: none;
}
.p-togglebutton .p-button::before {
content: "";

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #8dd0ff;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #56bdff;
@ -4196,6 +4197,7 @@
border: 1px solid #3f4b5b;
box-shadow: none;
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4415,6 +4417,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #3f4b5b;
box-shadow: none;
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4716,6 +4719,7 @@
border: 1px solid #3f4b5b;
box-shadow: none;
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f4b5b;
@ -5051,6 +5055,7 @@
background: #2a323d;
border: 1px solid #3f4b5b;
box-shadow: none;
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #c298d8;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #aa70c7;
@ -4196,6 +4197,7 @@
border: 1px solid #3f4b5b;
box-shadow: none;
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4415,6 +4417,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #3f4b5b;
box-shadow: none;
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4716,6 +4719,7 @@
border: 1px solid #3f4b5b;
box-shadow: none;
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3f4b5b;
@ -5051,6 +5055,7 @@
background: #2a323d;
border: 1px solid #3f4b5b;
box-shadow: none;
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #007bff;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #0069d9;
@ -4196,6 +4197,7 @@
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none;
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4415,6 +4417,7 @@
color: #212529;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none;
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4716,6 +4719,7 @@
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none;
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #dee2e6;
@ -5051,6 +5055,7 @@
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none;
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #883cae;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #7a38a7;
@ -4196,6 +4197,7 @@
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none;
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4415,6 +4417,7 @@
color: #212529;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none;
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4716,6 +4719,7 @@
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none;
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #dee2e6;
@ -5051,6 +5055,7 @@
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none;
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #605e5c;
border-radius: 2px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #ffffff;
@ -4110,6 +4111,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px;
border-radius: 2px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4329,6 +4331,7 @@
color: #323130;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4630,6 +4633,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 2px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #edebe9;
@ -4941,6 +4945,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #fbbf24;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #fbbf24;
@ -4178,6 +4179,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #424b57;
@ -5009,6 +5013,7 @@
background: #374151;
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #60a5fa;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #60a5fa;
@ -4178,6 +4179,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #424b57;
@ -5009,6 +5013,7 @@
background: #374151;
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #22d3ee;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #22d3ee;
@ -4178,6 +4179,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #424b57;
@ -5009,6 +5013,7 @@
background: #374151;
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #34d399;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #34d399;
@ -4178,6 +4179,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #424b57;
@ -5009,6 +5013,7 @@
background: #374151;
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #818cf8;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #818cf8;
@ -4178,6 +4179,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #424b57;
@ -5009,6 +5013,7 @@
background: #374151;
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #f472b6;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #f472b6;
@ -4178,6 +4179,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #424b57;
@ -5009,6 +5013,7 @@
background: #374151;
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #a78bfa;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #a78bfa;
@ -4178,6 +4179,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #424b57;
@ -5009,6 +5013,7 @@
background: #374151;
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #2dd4bf;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #2dd4bf;
@ -4178,6 +4179,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #424b57;
@ -5009,6 +5013,7 @@
background: #374151;
border: 1px solid #424b57;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #f59e0b;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #f59e0b;
@ -4178,6 +4179,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: #4b5563;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e5e7eb;
@ -5009,6 +5013,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #3B82F6;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #3B82F6;
@ -4178,6 +4179,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: #4b5563;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e5e7eb;
@ -5009,6 +5013,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #06b6d4;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #06b6d4;
@ -4178,6 +4179,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: #4b5563;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e5e7eb;
@ -5009,6 +5013,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #10b981;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #10b981;
@ -4178,6 +4179,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: #4b5563;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e5e7eb;
@ -5009,6 +5013,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #6366F1;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #6366F1;
@ -4178,6 +4179,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: #4b5563;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e5e7eb;
@ -5009,6 +5013,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #ec4899;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #ec4899;
@ -4178,6 +4179,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: #4b5563;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e5e7eb;
@ -5009,6 +5013,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #8B5CF6;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #8B5CF6;
@ -4178,6 +4179,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: #4b5563;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e5e7eb;
@ -5009,6 +5013,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1736,6 +1736,7 @@
}
.p-slider .p-slider-range {
background: #14b8a6;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #14b8a6;
@ -4178,6 +4179,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4397,6 +4399,7 @@
color: #4b5563;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4698,6 +4701,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #e5e7eb;
@ -5009,6 +5013,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #FFE082;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #FFE082;
@ -4122,6 +4123,7 @@
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4341,6 +4343,7 @@
color: #dedede;
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4642,6 +4645,7 @@
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #4b4b4b;
@ -4953,6 +4957,7 @@
background: #252525;
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #81D4FA;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #81D4FA;
@ -4122,6 +4123,7 @@
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4341,6 +4343,7 @@
color: #dedede;
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4642,6 +4645,7 @@
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #4b4b4b;
@ -4953,6 +4957,7 @@
background: #252525;
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #C5E1A5;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #C5E1A5;
@ -4122,6 +4123,7 @@
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4341,6 +4343,7 @@
color: #dedede;
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4642,6 +4645,7 @@
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #4b4b4b;
@ -4953,6 +4957,7 @@
background: #252525;
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #F48FB1;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #F48FB1;
@ -4122,6 +4123,7 @@
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4341,6 +4343,7 @@
color: #dedede;
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4642,6 +4645,7 @@
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #4b4b4b;
@ -4953,6 +4957,7 @@
background: #252525;
border: 1px solid #191919;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #CE93D8;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #CE93D8;
@ -4208,6 +4209,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4427,6 +4429,7 @@
color: rgba(255, 255, 255, 0.87);
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4728,6 +4731,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid rgba(255, 255, 255, 0.12);
@ -5063,6 +5067,7 @@
background: #2b2b2b;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #9FA8DA;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #9FA8DA;
@ -4208,6 +4209,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4427,6 +4429,7 @@
color: rgba(255, 255, 255, 0.87);
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4728,6 +4731,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid rgba(255, 255, 255, 0.12);
@ -5063,6 +5067,7 @@
background: #2b2b2b;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #673AB7;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #673AB7;
@ -4208,6 +4209,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4427,6 +4429,7 @@
color: rgba(0, 0, 0, 0.87);
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4728,6 +4731,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid rgba(0, 0, 0, 0.12);
@ -5063,6 +5067,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #3F51B5;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #3F51B5;
@ -4208,6 +4209,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4427,6 +4429,7 @@
color: rgba(0, 0, 0, 0.87);
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4728,6 +4731,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid rgba(0, 0, 0, 0.12);
@ -5063,6 +5067,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #CE93D8;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #CE93D8;
@ -4208,6 +4209,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4427,6 +4429,7 @@
color: rgba(255, 255, 255, 0.87);
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4728,6 +4731,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid rgba(255, 255, 255, 0.12);
@ -5063,6 +5067,7 @@
background: #2b2b2b;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #9FA8DA;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #9FA8DA;
@ -4208,6 +4209,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4427,6 +4429,7 @@
color: rgba(255, 255, 255, 0.87);
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4728,6 +4731,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid rgba(255, 255, 255, 0.12);
@ -5063,6 +5067,7 @@
background: #2b2b2b;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #673AB7;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #673AB7;
@ -4208,6 +4209,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4427,6 +4429,7 @@
color: rgba(0, 0, 0, 0.87);
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4728,6 +4731,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid rgba(0, 0, 0, 0.12);
@ -5063,6 +5067,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #3F51B5;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #3F51B5;
@ -4208,6 +4209,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4427,6 +4429,7 @@
color: rgba(0, 0, 0, 0.87);
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4728,6 +4731,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid rgba(0, 0, 0, 0.12);
@ -5063,6 +5067,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1745,6 +1745,7 @@
}
.p-slider .p-slider-range {
background: #5E81AC;
border-radius: 4px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #5E81AC;
@ -4163,6 +4164,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
border-radius: 4px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4382,6 +4384,7 @@
color: #4C566A;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4683,6 +4686,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 4px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #E5E9F0;
@ -5018,6 +5022,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #1174c0;
border-radius: 1px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #1174c0;
@ -4135,6 +4136,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 1px;
border-radius: 1px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: #343a3f;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 1px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 1px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #dee2e6;
@ -4990,6 +4994,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 1px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #007ad9;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: 2px solid #666666;
@ -4110,6 +4111,7 @@
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4329,6 +4331,7 @@
color: #333333;
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4630,6 +4633,7 @@
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #d8dae2;
@ -4941,6 +4945,7 @@
background: #ffffff;
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #007ad9;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: 2px solid #666666;
@ -4122,6 +4123,7 @@
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4341,6 +4343,7 @@
color: #333333;
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4642,6 +4645,7 @@
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #d8dae2;
@ -4953,6 +4957,7 @@
background: #ffffff;
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #41b883;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: 2px solid #666666;
@ -4122,6 +4123,7 @@
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4341,6 +4343,7 @@
color: #333333;
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4642,6 +4645,7 @@
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #d8dae2;
@ -4953,6 +4957,7 @@
background: #ffffff;
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1729,6 +1729,7 @@
}
.p-slider .p-slider-range {
background: #007ad9;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: 2px solid #666666;
@ -4122,6 +4123,7 @@
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4341,6 +4343,7 @@
color: #333333;
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4642,6 +4645,7 @@
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #d8dae2;
@ -4953,6 +4957,7 @@
background: #ffffff;
border: 1px solid #c8c8c8;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #7B95A3;
border-radius: 2px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: 2px solid #7f7f7f;
@ -4110,6 +4111,7 @@
border: 1px solid #eaeaea;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 2px;
border-radius: 2px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4329,6 +4331,7 @@
color: #666666;
border: 1px solid #eaeaea;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 2px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4630,6 +4633,7 @@
border: 1px solid #eaeaea;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
min-width: 12.5rem;
border-radius: 2px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #dadada;
@ -4941,6 +4945,7 @@
background: #ffffff;
border: 1px solid #eaeaea;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
border-radius: 2px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #2196F3;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #2196F3;
@ -4135,6 +4136,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: #495057;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #dee2e6;
@ -4990,6 +4994,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #4CAF50;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #4CAF50;
@ -4135,6 +4136,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: #495057;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #dee2e6;
@ -4990,6 +4994,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #FFC107;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #FFC107;
@ -4135,6 +4136,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: #495057;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #dee2e6;
@ -4990,6 +4994,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #9C27B0;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #9C27B0;
@ -4135,6 +4136,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: #495057;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #dee2e6;
@ -4990,6 +4994,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #b19df7;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #b19df7;
@ -4183,6 +4184,7 @@
border: 1px solid #3e4053;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4402,6 +4404,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #3e4053;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4703,6 +4706,7 @@
border: 1px solid #3e4053;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #3e4053;
@ -5014,6 +5018,7 @@
background: #333544;
border: 1px solid #3e4053;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1741,6 +1741,7 @@
}
.p-slider .p-slider-range {
background: #7254f3;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #7254f3;
@ -4183,6 +4184,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4402,6 +4404,7 @@
color: #043d75;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4703,6 +4706,7 @@
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #dfe7ef;
@ -5014,6 +5018,7 @@
background: #eff3f8;
border: 0 none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1752,6 +1752,7 @@
}
.p-slider .p-slider-range {
background: #4F46E5;
border-radius: 0.375rem;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #4F46E5;
@ -4170,6 +4171,7 @@
border: 0 none;
box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
border-radius: 0.375rem;
border-radius: 0.375rem;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4389,6 +4391,7 @@
color: #3f3f46;
border: 0 none;
box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
border-radius: 0.375rem;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4690,6 +4693,7 @@
border: 0 none;
box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
min-width: 12.5rem;
border-radius: 0.375rem;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #f3f4f6;
@ -5025,6 +5029,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
border-radius: 0.375rem;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #64B5F6;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #64B5F6;
@ -4135,6 +4136,7 @@
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #304562;
@ -4990,6 +4994,7 @@
background: #1f2d40;
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #81C784;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #81C784;
@ -4135,6 +4136,7 @@
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #304562;
@ -4990,6 +4994,7 @@
background: #1f2d40;
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #FFD54F;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #FFD54F;
@ -4135,6 +4136,7 @@
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #304562;
@ -4990,6 +4994,7 @@
background: #1f2d40;
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1717,6 +1717,7 @@
}
.p-slider .p-slider-range {
background: #BA68C8;
border-radius: 3px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #BA68C8;
@ -4135,6 +4136,7 @@
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
border-radius: 3px;
}
.p-contextmenu .p-menuitem {
margin: 0;
@ -4354,6 +4356,7 @@
color: rgba(255, 255, 255, 0.87);
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4655,6 +4658,7 @@
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 3px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #304562;
@ -4990,6 +4994,7 @@
background: #1f2d40;
border: 1px solid #304562;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
}
.p-tieredmenu .p-menuitem {
margin: 0;

View File

@ -1749,6 +1749,7 @@
}
.p-slider .p-slider-range {
background: #9eade6;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #9eade6;
@ -4216,6 +4217,7 @@
border: 2px solid #263238;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0 0 4px 0;
@ -4435,6 +4437,7 @@
color: rgba(255, 255, 255, 0.87);
border: 2px solid #263238;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4736,6 +4739,7 @@
border: 2px solid #263238;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #263238;
@ -5071,6 +5075,7 @@
background: #161d21;
border: 2px solid #263238;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0 0 4px 0;

View File

@ -1749,6 +1749,7 @@
}
.p-slider .p-slider-range {
background: #5472d4;
border-radius: 6px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #5472d4;
@ -4216,6 +4217,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
border-radius: 6px;
}
.p-contextmenu .p-menuitem {
margin: 0 0 4px 0;
@ -4435,6 +4437,7 @@
color: #6c6c6c;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-megamenu .p-submenu-header {
margin: 0;
@ -4736,6 +4739,7 @@
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
min-width: 12.5rem;
border-radius: 6px;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
border-top: 1px solid #ebebeb;
@ -5071,6 +5075,7 @@
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.p-tieredmenu .p-menuitem {
margin: 0 0 4px 0;