theme update for horizontal menus
parent
a7c4c9a82e
commit
b210e37d9e
|
@ -2468,7 +2468,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2529,14 +2528,43 @@
|
|||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #dedede;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #ffe8b3;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2615,7 +2643,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2671,14 +2698,9 @@
|
|||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2709,6 +2731,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #ffe8b3;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #dedede;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #ffe8b3;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0;
|
||||
background: #252525;
|
||||
|
@ -2788,7 +2844,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2923,7 +2978,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -3491,4 +3545,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2468,7 +2468,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2529,14 +2528,43 @@
|
|||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #dedede;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #88e9aa;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2615,7 +2643,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2671,14 +2698,9 @@
|
|||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2709,6 +2731,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #88e9aa;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #dedede;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #88e9aa;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0;
|
||||
background: #252525;
|
||||
|
@ -2788,7 +2844,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2923,7 +2978,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -3491,4 +3545,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2468,7 +2468,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2529,14 +2528,43 @@
|
|||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #dedede;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #f1b6c8;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2615,7 +2643,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2671,14 +2698,9 @@
|
|||
border: 1px solid #191919;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2709,6 +2731,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #f1b6c8;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #dedede;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #4c4c4c;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #dedede;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #f1b6c8;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0;
|
||||
background: #252525;
|
||||
|
@ -2788,7 +2844,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2923,7 +2978,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #dedede;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -3491,4 +3545,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2468,7 +2468,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2529,14 +2528,43 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #333333;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #333333;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2615,7 +2643,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2671,14 +2698,9 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2709,6 +2731,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #333333;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #333333;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
|
@ -2788,7 +2844,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2923,7 +2978,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -3491,4 +3545,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2468,7 +2468,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2529,14 +2528,43 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #333333;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #333333;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2615,7 +2643,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2671,14 +2698,9 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2709,6 +2731,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #333333;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #333333;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
|
@ -2788,7 +2844,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2923,7 +2978,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -3491,4 +3545,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2468,7 +2468,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2529,14 +2528,43 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #333333;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #333333;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2615,7 +2643,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2671,14 +2698,9 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2709,6 +2731,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #333333;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #333333;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
|
@ -2788,7 +2844,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2923,7 +2978,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -3491,4 +3545,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2468,7 +2468,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2529,14 +2528,43 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #333333;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #333333;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #c2e9d8;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2615,7 +2643,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2671,14 +2698,9 @@
|
|||
border: 1px solid #c8c8c8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2709,6 +2731,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #c2e9d8;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #333333;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #333333;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #333333;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #c2e9d8;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
|
@ -2788,7 +2844,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2923,7 +2978,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #333333;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -3491,4 +3545,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2468,7 +2468,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2523,20 +2522,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #ffffff;
|
||||
color: #666666;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #666666;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #666666;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #666666;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #666666;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #666666;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #666666;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #e4e9ec;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2615,7 +2643,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2665,20 +2692,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #ffffff;
|
||||
color: #666666;
|
||||
border: 1px solid #c8c8c8;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2709,6 +2731,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #e4e9ec;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #666666;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #666666;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #666666;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #666666;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #666666;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #666666;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.2rem #e4e9ec;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
|
@ -2788,7 +2844,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2923,7 +2978,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.857rem;
|
||||
color: #666666;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -3491,4 +3545,4 @@
|
|||
color: #262222;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #BBDEFB;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #BBDEFB;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #BBDEFB;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #ffffff;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2EBF2;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2EBF2;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2EBF2;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #ffffff;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #D1C4E9;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #D1C4E9;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #D1C4E9;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #ffffff;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C8E6C9;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C8E6C9;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C8E6C9;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #ffffff;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C5CAE9;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C5CAE9;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C5CAE9;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #ffffff;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #FFECB3;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #FFECB3;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #FFECB3;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #ffffff;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #E1BEE7;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #E1BEE7;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #E1BEE7;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #ffffff;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2DFDB;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
padding: 0.5rem;
|
||||
background: #f8f9fa;
|
||||
color: #495057;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2DFDB;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #495057;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2DFDB;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #ffffff;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #495057;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #495057;
|
||||
color: #6c757d;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: #e9ecef;
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #BBDEFB;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #BBDEFB;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #BBDEFB;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #283747;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #212529;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2EBF2;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2EBF2;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2EBF2;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #283747;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #212529;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #D1C4E9;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #D1C4E9;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #D1C4E9;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #283747;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #212529;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C8E6C9;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C8E6C9;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C8E6C9;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #283747;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #212529;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C5CAE9;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C5CAE9;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #C5CAE9;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #283747;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #212529;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #FFECB3;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #FFECB3;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #FFECB3;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #283747;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #212529;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #E1BEE7;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #E1BEE7;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #E1BEE7;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #283747;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #212529;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -2485,7 +2485,6 @@
|
|||
.p-contextmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2497,7 +2496,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2540,20 +2539,49 @@
|
|||
}
|
||||
|
||||
.p-megamenu {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2DFDB;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2565,7 +2593,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2632,7 +2660,6 @@
|
|||
.p-menu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2644,7 +2671,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2682,20 +2709,15 @@
|
|||
}
|
||||
|
||||
.p-menubar {
|
||||
padding: 0;
|
||||
padding: 0.5rem;
|
||||
background: #283747;
|
||||
color: #ebedef;
|
||||
border: 1px solid #2C3E50;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
margin: 0 0 0 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2707,7 +2729,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2726,6 +2748,40 @@
|
|||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2DFDB;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
|
||||
color: #AEB6BF;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
|
||||
color: #AEB6BF;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: inset 0 0 0 0.15rem #B2DFDB;
|
||||
}
|
||||
.p-menubar .p-submenu-list {
|
||||
padding: 0.25rem 0;
|
||||
background: #283747;
|
||||
|
@ -2805,7 +2861,6 @@
|
|||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2817,7 +2872,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -2957,7 +3012,6 @@
|
|||
.p-tieredmenu .p-menuitem-link {
|
||||
padding: 0.75rem 1rem;
|
||||
color: #ebedef;
|
||||
font-weight: normal;
|
||||
border-radius: 0;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
@ -2969,7 +3023,7 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
||||
color: #ebedef;
|
||||
color: #AEB6BF;
|
||||
}
|
||||
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
@ -3525,4 +3579,4 @@
|
|||
color: #212529;
|
||||
}
|
||||
|
||||
/* Add your customizations of theme here */
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<h3>Sizes</h3>
|
||||
<div class="badges">
|
||||
<span class="p-badge">2</span>
|
||||
<span class="p-badge p-badge-l p-badge-sucess">4</span>
|
||||
<span class="p-badge p-badge-lg p-badge-sucess">4</span>
|
||||
<span class="p-badge p-badge-xl p-badge-warning">6</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
<h3>Sizes</h3>
|
||||
<div class="badges">
|
||||
<span class="p-badge">2</span>
|
||||
<span class="p-badge p-badge-l p-badge-sucess">4</span>
|
||||
<span class="p-badge p-badge-lg p-badge-sucess">4</span>
|
||||
<span class="p-badge p-badge-xl p-badge-warning">6</span>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue