New themes

pull/310/head
cagataycivici 2020-05-08 13:30:55 +03:00
parent b481f36345
commit b6a205252a
45 changed files with 28624 additions and 1487 deletions

View File

@ -14,6 +14,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>PrimeVUE</title> <title>PrimeVUE</title>
<link id="theme-link" rel="stylesheet" href="<%= BASE_URL %>themes/saga-blue/theme.css"> <link id="theme-link" rel="stylesheet" href="<%= BASE_URL %>themes/saga-blue/theme.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Nunito" />
</head> </head>
<body> <body>

View File

@ -22,7 +22,7 @@
} }
.p-disabled, .p-component:disabled { .p-disabled, .p-component:disabled {
opacity: 0.8; opacity: 0.5;
} }
.pi { .pi {
@ -37,7 +37,7 @@
.p-link:focus { .p-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
@ -66,13 +66,13 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
border-color: #3498DB; border-color: #2196F3;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
border-color: #3498DB; border-color: #2196F3;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
padding: 0.25em 0; padding: 0.25em 0;
@ -87,7 +87,7 @@
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
border-radius: 3px; border-radius: 3px;
} }
@ -120,7 +120,7 @@
} }
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #3498DB; background: #2196F3;
} }
.p-autocomplete-panel.p-error > .p-inputtext { .p-autocomplete-panel.p-error > .p-inputtext {
border-color: #d98880; border-color: #d98880;
@ -176,8 +176,8 @@
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus { .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
border-color: #3498DB; border-color: #2196F3;
} }
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
margin-right: 0.5em; margin-right: 0.5em;
@ -204,12 +204,12 @@
} }
.p-datepicker table td > span.p-highlight { .p-datepicker table td > span.p-highlight {
color: #ffffff; color: #ffffff;
background: #3498DB; background: #2196F3;
} }
.p-datepicker table td > span:focus { .p-datepicker table td > span:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-datepicker table td.p-datepicker-today > span { .p-datepicker table td.p-datepicker-today > span {
background: #ced4da; background: #ced4da;
@ -217,7 +217,7 @@
} }
.p-datepicker table td.p-datepicker-today > span.p-highlight { .p-datepicker table td.p-datepicker-today > span.p-highlight {
color: #ffffff; color: #ffffff;
background: #3498DB; background: #2196F3;
} }
.p-datepicker .p-datepicker-buttonbar { .p-datepicker .p-datepicker-buttonbar {
padding: 1em 0; padding: 1em 0;
@ -264,7 +264,7 @@
} }
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
color: #ffffff; color: #ffffff;
background: #3498DB; background: #2196F3;
} }
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group { .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
border-right: 1px solid #dee2e6; border-right: 1px solid #dee2e6;
@ -290,7 +290,7 @@
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
background: #e9ecef; background: #e9ecef;
@ -298,7 +298,7 @@
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-checkbox { .p-checkbox {
@ -318,22 +318,22 @@
transition-duration: 0.2s; transition-duration: 0.2s;
} }
.p-checkbox .p-checkbox-box:not(.p-disabled):hover { .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
border-color: #3498DB; border-color: #2196F3;
} }
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
border-color: #3498DB; border-color: #2196F3;
} }
.p-checkbox .p-checkbox-box.p-highlight { .p-checkbox .p-checkbox-box.p-highlight {
border-color: #3498DB; border-color: #2196F3;
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
border-color: #2874A6; border-color: #1976D2;
background: #2874A6; background: #1976D2;
color: #ffffff; color: #ffffff;
} }
.p-checkbox.p-error > .p-checkbox-box { .p-checkbox.p-error > .p-checkbox-box {
@ -344,18 +344,18 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
} }
.p-chips .p-chips-multiple-container:not(.p-disabled):hover { .p-chips .p-chips-multiple-container:not(.p-disabled):hover {
border-color: #3498DB; border-color: #2196F3;
} }
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
border-color: #3498DB; border-color: #2196F3;
} }
.p-chips .p-chips-multiple-container .p-chips-token { .p-chips .p-chips-multiple-container .p-chips-token {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
border-radius: 3px; border-radius: 3px;
} }
@ -402,13 +402,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-dropdown:not(.p-disabled):hover { .p-dropdown:not(.p-disabled):hover {
border-color: #3498DB; border-color: #2196F3;
} }
.p-dropdown:not(.p-disabled).p-focus { .p-dropdown:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
border-color: #3498DB; border-color: #2196F3;
} }
.p-dropdown .p-dropdown-label { .p-dropdown .p-dropdown-label {
border: 0 none; border: 0 none;
@ -470,7 +470,7 @@
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #3498DB; background: #2196F3;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
@ -519,7 +519,7 @@
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
color: #3498DB; color: #2196F3;
} }
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke,
@ -545,7 +545,7 @@
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
stroke: #3498DB; stroke: #2196F3;
} }
.p-inputgroup-addon { .p-inputgroup-addon {
@ -617,19 +617,19 @@
.p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
background: #c3cad2; background: #c3cad2;
} }
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
background: #3498DB; background: #2196F3;
} }
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
background: #cccccc; background: #cccccc;
} }
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
background: #2E86C1; background: #1E88E5;
} }
.p-inputswitch.p-error { .p-inputswitch.p-error {
@ -648,13 +648,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-inputtext:enabled:hover { .p-inputtext:enabled:hover {
border-color: #3498DB; border-color: #2196F3;
} }
.p-inputtext:enabled:focus { .p-inputtext:enabled:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
border-color: #3498DB; border-color: #2196F3;
} }
.p-inputtext.p-error { .p-inputtext.p-error {
@ -721,12 +721,12 @@
} }
.p-listbox .p-listbox-list .p-listbox-item.p-highlight { .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #3498DB; background: #2196F3;
} }
.p-listbox .p-listbox-list .p-listbox-item:focus { .p-listbox .p-listbox-list .p-listbox-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
@ -744,13 +744,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-multiselect:not(.p-disabled):hover { .p-multiselect:not(.p-disabled):hover {
border-color: #3498DB; border-color: #2196F3;
} }
.p-multiselect:not(.p-disabled).p-focus { .p-multiselect:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
border-color: #3498DB; border-color: #2196F3;
} }
.p-multiselect .p-multiselect-label { .p-multiselect .p-multiselect-label {
padding: 0.5em 0.5em; padding: 0.5em 0.5em;
@ -819,7 +819,7 @@
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #3498DB; background: #2196F3;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
@ -828,7 +828,7 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5em; margin-right: 0.5em;
@ -863,26 +863,26 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
} }
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
border-color: #3498DB; border-color: #2196F3;
} }
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
border-color: #3498DB; border-color: #2196F3;
} }
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon { .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
font-size: 0.75em; font-size: 0.75em;
transition-duration: 0.2s; transition-duration: 0.2s;
} }
.p-radiobutton .p-radiobutton-box.p-highlight { .p-radiobutton .p-radiobutton-box.p-highlight {
border-color: #3498DB; border-color: #2196F3;
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
border-color: #2874A6; border-color: #1976D2;
background: #2874A6; background: #1976D2;
color: #ffffff; color: #ffffff;
} }
.p-radiobutton.p-error > .p-radiobutton-box { .p-radiobutton.p-error > .p-radiobutton-box {
@ -900,13 +900,13 @@
.p-rating .p-rating-icon:focus { .p-rating .p-rating-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover {
color: #3498DB; color: #2196F3;
} }
.p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover {
color: #c0392b; color: #c0392b;
@ -932,8 +932,8 @@
color: #6c757d; color: #6c757d;
} }
.p-selectbutton .p-button.p-highlight { .p-selectbutton .p-button.p-highlight {
background: #3498DB; background: #2196F3;
border-color: #3498DB; border-color: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-left,
@ -941,8 +941,8 @@
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight:hover { .p-selectbutton .p-button.p-highlight:hover {
background: #2E86C1; background: #1E88E5;
border-color: #2E86C1; border-color: #1E88E5;
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
@ -975,21 +975,21 @@
height: 1.143em; height: 1.143em;
width: 1.143em; width: 1.143em;
background: #ffffff; background: #ffffff;
border: 2px solid #3498DB; border: 2px solid #2196F3;
border-radius: 50%; border-radius: 50%;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
} }
.p-slider .p-slider-handle:focus { .p-slider .p-slider-handle:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-slider .p-slider-range { .p-slider .p-slider-range {
background: #3498DB; background: #2196F3;
} }
.p-slider:not(.p-disabled) .p-slider-handle:hover { .p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #3498DB; background: #2196F3;
border-color: #3498DB; border-color: #2196F3;
} }
.p-spinner .p-spinner-input { .p-spinner .p-spinner-input {
@ -1056,8 +1056,8 @@
color: #6c757d; color: #6c757d;
} }
.p-togglebutton.p-button.p-highlight { .p-togglebutton.p-button.p-highlight {
background: #3498DB; background: #2196F3;
border-color: #3498DB; border-color: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight .p-button-icon-left, .p-togglebutton.p-button.p-highlight .p-button-icon-left,
@ -1065,8 +1065,8 @@
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight:hover { .p-togglebutton.p-button.p-highlight:hover {
background: #2E86C1; background: #1E88E5;
border-color: #2E86C1; border-color: #1E88E5;
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
@ -1080,27 +1080,27 @@
.p-button { .p-button {
color: #ffffff; color: #ffffff;
background: #3498DB; background: #2196F3;
border: 1px solid #3498DB; border: 1px solid #2196F3;
padding: 0.5em 1em; padding: 0.5em 1em;
font-size: 1rem; font-size: 1rem;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
} }
.p-button:enabled:hover { .p-button:enabled:hover {
background: #2E86C1; background: #1E88E5;
color: #ffffff; color: #ffffff;
border-color: #2E86C1; border-color: #1E88E5;
} }
.p-button:focus { .p-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-button:enabled:active { .p-button:enabled:active {
background: #2874A6; background: #1976D2;
color: #ffffff; color: #ffffff;
border-color: #2874A6; border-color: #1976D2;
} }
.p-button .p-button-icon-left { .p-button .p-button-icon-left {
margin-right: 0.5em; margin-right: 0.5em;
@ -1130,22 +1130,22 @@
} }
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #3498DB; color: #2196F3;
background: #ffffff; background: #ffffff;
border: 1px solid #3498DB; border: 1px solid #2196F3;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
background: #e9ecef; background: #e9ecef;
color: #2E86C1; color: #1E88E5;
border-color: #2E86C1; border-color: #1E88E5;
} }
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus {
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active {
background: #dee2e6; background: #dee2e6;
color: #2874A6; color: #1976D2;
border-color: #2874A6; border-color: #1976D2;
} }
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button { .p-button.p-button-info, .p-buttonset.p-button-info > .p-button {
@ -1264,7 +1264,7 @@
background: #ced4da; background: #ced4da;
} }
.p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon {
background: #3498DB; background: #2196F3;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator {
@ -1312,7 +1312,7 @@
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable .p-sortable-column { .p-datatable .p-sortable-column {
outline-color: #b6daf2; outline-color: #b2dbfb;
} }
.p-datatable .p-sortable-column .p-sortable-column-icon { .p-datatable .p-sortable-column .p-sortable-column-icon {
color: #6c757d; color: #6c757d;
@ -1323,7 +1323,7 @@
height: 18px; height: 18px;
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #3498DB; color: #2196F3;
background: #ffffff; background: #ffffff;
margin-left: 0.5em; margin-left: 0.5em;
} }
@ -1336,16 +1336,16 @@
} }
.p-datatable .p-sortable-column.p-highlight { .p-datatable .p-sortable-column.p-highlight {
background: #f8f9fa; background: #f8f9fa;
color: #3498DB; color: #2196F3;
} }
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
color: #3498DB; color: #2196F3;
} }
.p-datatable .p-datatable-tbody > tr { .p-datatable .p-datatable-tbody > tr {
background: #ffffff; background: #ffffff;
color: #495057; color: #495057;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #b6daf2; outline-color: #b2dbfb;
} }
.p-datatable .p-datatable-tbody > tr > td { .p-datatable .p-datatable-tbody > tr > td {
text-align: left; text-align: left;
@ -1358,10 +1358,10 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover {
color: #3498DB; color: #2196F3;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler {
@ -1371,16 +1371,16 @@
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
box-shadow: inset 0 2px 0 0 #3498DB; box-shadow: inset 0 2px 0 0 #2196F3;
} }
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
box-shadow: inset 0 -2px 0 0 #3498DB; box-shadow: inset 0 -2px 0 0 #2196F3;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even) { .p-datatable .p-datatable-tbody > tr:nth-child(even) {
background: #ffffff; background: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
@ -1394,7 +1394,7 @@
color: #495057; color: #495057;
} }
.p-datatable .p-column-resizer-helper { .p-datatable .p-column-resizer-helper {
background: #3498DB; background: #2196F3;
} }
.p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
@ -1456,8 +1456,8 @@
border-right: 1px solid #dee2e6; border-right: 1px solid #dee2e6;
} }
.fc .fc-view-container .fc-event { .fc .fc-view-container .fc-event {
background: #2E86C1; background: #1E88E5;
border: 1px solid #2E86C1; border: 1px solid #1E88E5;
color: #ffffff; color: #ffffff;
} }
.fc .fc-view-container .fc-divider { .fc .fc-view-container .fc-divider {
@ -1466,8 +1466,8 @@
} }
.fc .fc-toolbar .fc-button { .fc .fc-toolbar .fc-button {
color: #ffffff; color: #ffffff;
background: #3498DB; background: #2196F3;
border: 1px solid #3498DB; border: 1px solid #2196F3;
font-size: 1rem; font-size: 1rem;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
@ -1475,9 +1475,9 @@
align-items: center; align-items: center;
} }
.fc .fc-toolbar .fc-button:enabled:hover { .fc .fc-toolbar .fc-button:enabled:hover {
background: #2E86C1; background: #1E88E5;
color: #ffffff; color: #ffffff;
border-color: #2E86C1; border-color: #1E88E5;
} }
.fc .fc-toolbar .fc-button .fc-icon-chevron-left { .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
font-family: "PrimeIcons" !important; font-family: "PrimeIcons" !important;
@ -1498,7 +1498,7 @@
.fc .fc-toolbar .fc-button:focus { .fc .fc-toolbar .fc-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
background: #ffffff; background: #ffffff;
@ -1512,14 +1512,14 @@
color: #495057; color: #495057;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
background: #3498DB; background: #2196F3;
border-color: #3498DB; border-color: #2196F3;
color: #ffffff; color: #ffffff;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
z-index: 1; z-index: 1;
} }
.fc .fc-toolbar .fc-button-group .fc-button { .fc .fc-toolbar .fc-button-group .fc-button {
@ -1573,10 +1573,10 @@
.p-orderlist .p-orderlist-list .p-orderlist-item:focus { .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
@ -1601,11 +1601,11 @@
color: #495057; color: #495057;
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight { .p-organizationchart .p-organizationchart-node-content.p-highlight {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
color: #16527a; color: #08528d;
} }
.p-organizationchart .p-organizationchart-line-down { .p-organizationchart .p-organizationchart-line-down {
background: #dee2e6; background: #dee2e6;
@ -1634,10 +1634,10 @@
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover {
color: #3498DB; color: #2196F3;
} }
.p-paginator { .p-paginator {
@ -1687,7 +1687,7 @@
border-radius: 3px; border-radius: 3px;
} }
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight { .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
@ -1734,10 +1734,10 @@
.p-picklist .p-picklist-list .p-picklist-item:focus { .p-picklist .p-picklist-list .p-picklist-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-picklist .p-picklist-list .p-picklist-item.p-highlight { .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
@ -1790,7 +1790,7 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover { .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover {
color: #3498DB; color: #2196F3;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
margin-right: 0.5em; margin-right: 0.5em;
@ -1802,10 +1802,10 @@
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus { .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
@ -1879,7 +1879,7 @@
background: #f8f9fa; background: #f8f9fa;
} }
.p-treetable .p-sortable-column { .p-treetable .p-sortable-column {
outline-color: #b6daf2; outline-color: #b2dbfb;
} }
.p-treetable .p-sortable-column .p-sortable-column-icon { .p-treetable .p-sortable-column .p-sortable-column-icon {
color: #6c757d; color: #6c757d;
@ -1890,7 +1890,7 @@
height: 18px; height: 18px;
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #3498DB; color: #2196F3;
background: #ffffff; background: #ffffff;
margin-left: 0.5em; margin-left: 0.5em;
} }
@ -1903,16 +1903,16 @@
} }
.p-treetable .p-sortable-column.p-highlight { .p-treetable .p-sortable-column.p-highlight {
background: #f8f9fa; background: #f8f9fa;
color: #3498DB; color: #2196F3;
} }
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
color: #3498DB; color: #2196F3;
} }
.p-treetable .p-treetable-tbody > tr { .p-treetable .p-treetable-tbody > tr {
background: #ffffff; background: #ffffff;
color: #495057; color: #495057;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #b6daf2; outline-color: #b2dbfb;
} }
.p-treetable .p-treetable-tbody > tr > td { .p-treetable .p-treetable-tbody > tr > td {
text-align: left; text-align: left;
@ -1926,10 +1926,10 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover { .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover {
color: #3498DB; color: #2196F3;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight { .p-treetable .p-treetable-tbody > tr.p-highlight {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
@ -1946,7 +1946,7 @@
color: #495057; color: #495057;
} }
.p-treetable .p-column-resizer-helper { .p-treetable .p-column-resizer-helper {
background: #3498DB; background: #2196F3;
} }
.p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer { .p-treetable .p-treetable-scrollable-footer {
@ -1971,7 +1971,7 @@
.p-accordion .p-accordion-header:not(.p-disabled) a:focus { .p-accordion .p-accordion-header:not(.p-disabled) a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
background: #e9ecef; background: #e9ecef;
@ -2073,7 +2073,7 @@
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
background: #e9ecef; background: #e9ecef;
@ -2107,7 +2107,7 @@
.p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-panel.p-panel-toggleable .p-panel-titlebar { .p-panel.p-panel-toggleable .p-panel-titlebar {
padding: 0.5em 1em; padding: 0.5em 1em;
@ -2152,7 +2152,7 @@
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus { .p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
background: #ffffff; background: #ffffff;
@ -2162,8 +2162,8 @@
} }
.p-tabview .p-tabview-nav li.p-highlight a { .p-tabview .p-tabview-nav li.p-highlight a {
background: #ffffff; background: #ffffff;
border-color: #3498DB; border-color: #2196F3;
color: #3498DB; color: #2196F3;
border-width: 0 0 2px 0; border-width: 0 0 2px 0;
} }
.p-tabview .p-tabview-panels { .p-tabview .p-tabview-panels {
@ -2218,7 +2218,7 @@
.p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child {
margin-right: 0; margin-right: 0;
@ -2257,7 +2257,7 @@
padding: 1em; padding: 1em;
} }
.p-overlaypanel .p-overlaypanel-close { .p-overlaypanel .p-overlaypanel-close {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
width: 2em; width: 2em;
height: 2em; height: 2em;
@ -2268,7 +2268,7 @@
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
} }
.p-overlaypanel .p-overlaypanel-close:hover { .p-overlaypanel .p-overlaypanel-close:hover {
background: #2874A6; background: #1976D2;
color: #ffffff; color: #ffffff;
} }
.p-overlaypanel:after { .p-overlaypanel:after {
@ -2347,7 +2347,7 @@
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-fileupload .p-fileupload-content { .p-fileupload .p-fileupload-content {
background: #ffffff; background: #ffffff;
@ -2362,14 +2362,14 @@
} }
.p-fileupload-choose:not(.p-disabled):hover { .p-fileupload-choose:not(.p-disabled):hover {
background: #2E86C1; background: #1E88E5;
color: #ffffff; color: #ffffff;
border-color: #2E86C1; border-color: #1E88E5;
} }
.p-fileupload-choose:not(.p-disabled):active { .p-fileupload-choose:not(.p-disabled):active {
background: #2874A6; background: #1976D2;
color: #ffffff; color: #ffffff;
border-color: #2874A6; border-color: #1976D2;
} }
.p-breadcrumb { .p-breadcrumb {
@ -2385,7 +2385,7 @@
.p-breadcrumb ul li .p-menuitem-link:focus { .p-breadcrumb ul li .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
color: #495057; color: #495057;
@ -2438,7 +2438,7 @@
.p-contextmenu .p-menuitem-link:focus { .p-contextmenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-contextmenu .p-submenu-list { .p-contextmenu .p-submenu-list {
padding: 4px 0; padding: 4px 0;
@ -2506,7 +2506,7 @@
.p-megamenu .p-menuitem-link:focus { .p-megamenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-megamenu .p-megamenu-panel { .p-megamenu .p-megamenu-panel {
background: #ffffff; background: #ffffff;
@ -2585,7 +2585,7 @@
.p-menu .p-menuitem-link:focus { .p-menu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-menu.p-menu-overlay { .p-menu.p-menu-overlay {
border: 0 none; border: 0 none;
@ -2648,7 +2648,7 @@
.p-menubar .p-menuitem-link:focus { .p-menubar .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-menubar .p-submenu-list { .p-menubar .p-submenu-list {
padding: 4px 0; padding: 4px 0;
@ -2692,7 +2692,7 @@
.p-panelmenu .p-panelmenu-header > a:focus { .p-panelmenu .p-panelmenu-header > a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
background: #e9ecef; background: #e9ecef;
@ -2758,7 +2758,7 @@
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
padding: 0 0 0 1em; padding: 0 0 0 1em;
@ -2807,10 +2807,10 @@
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-steps .p-steps-item.p-highlight .p-steps-number { .p-steps .p-steps-item.p-highlight .p-steps-number {
background: #3498DB; background: #2196F3;
color: #ffffff; color: #ffffff;
} }
.p-steps .p-steps-item.p-highlight .p-steps-title { .p-steps .p-steps-item.p-highlight .p-steps-title {
@ -2854,7 +2854,7 @@
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: #ffffff; background: #ffffff;
@ -2864,8 +2864,8 @@
} }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
background: #ffffff; background: #ffffff;
border-color: #3498DB; border-color: #2196F3;
color: #3498DB; color: #2196F3;
border-width: 0 0 2px 0; border-width: 0 0 2px 0;
} }
@ -2909,7 +2909,7 @@
.p-tieredmenu .p-menuitem-link:focus { .p-tieredmenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #b6daf2; box-shadow: inset 0 0 0 0.15em #b2dbfb;
} }
.p-tieredmenu.p-menu-overlay { .p-tieredmenu.p-menu-overlay {
border: 0 none; border: 0 none;
@ -3061,7 +3061,7 @@
.p-message .p-message-close:focus { .p-message .p-message-close:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-message .p-message-text { .p-message .p-message-text {
font-size: 1em; font-size: 1em;
@ -3216,12 +3216,12 @@
content: " "; content: " ";
} }
.p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon {
background: #3498DB; background: #2196F3;
} }
.p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-galleria .p-galleria-content .p-galleria-thumbnail-content { .p-galleria .p-galleria-content .p-galleria-thumbnail-content {
background-color: rgba(0, 0, 0, 0.9); background-color: rgba(0, 0, 0, 0.9);
@ -3259,7 +3259,7 @@
.p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item .p-galleria-thumbnail-item-content:focus { .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item .p-galleria-thumbnail-item-content:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-galleria.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item { .p-galleria.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item {
padding-top: 0.857em; padding-top: 0.857em;
@ -3277,7 +3277,7 @@
background: #ffffff; background: #ffffff;
} }
.p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { .p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon {
background: #3498DB; background: #2196F3;
} }
.p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container { .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%); background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
@ -3321,7 +3321,7 @@
.p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover, .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover,
.p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover { .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover {
background: transparent; background: transparent;
color: #3498DB; color: #2196F3;
border-color: 0 none; border-color: 0 none;
} }
@ -3346,7 +3346,7 @@
.p-inplace .p-inplace-display:focus { .p-inplace .p-inplace-display:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #b6daf2; box-shadow: 0 0 0 0.2em #b2dbfb;
} }
.p-progressbar { .p-progressbar {
@ -3359,7 +3359,7 @@
.p-progressbar .p-progressbar-value { .p-progressbar .p-progressbar-value {
border: 0 none; border: 0 none;
margin: 0; margin: 0;
background: #3498DB; background: #2196F3;
} }
.p-progressbar .p-progressbar-label { .p-progressbar .p-progressbar-label {
color: #495057; color: #495057;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
} }
.p-disabled, .p-component:disabled { .p-disabled, .p-component:disabled {
opacity: 0.8; opacity: 0.5;
} }
.pi { .pi {
@ -37,7 +37,7 @@
.p-link:focus { .p-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
@ -66,13 +66,13 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
padding: 0.25em 0; padding: 0.25em 0;
@ -87,7 +87,7 @@
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
border-radius: 3px; border-radius: 3px;
} }
@ -120,7 +120,7 @@
} }
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #1ABC9C; background: #4CAF50;
} }
.p-autocomplete-panel.p-error > .p-inputtext { .p-autocomplete-panel.p-error > .p-inputtext {
border-color: #d98880; border-color: #d98880;
@ -176,8 +176,8 @@
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus { .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
margin-right: 0.5em; margin-right: 0.5em;
@ -204,12 +204,12 @@
} }
.p-datepicker table td > span.p-highlight { .p-datepicker table td > span.p-highlight {
color: #ffffff; color: #ffffff;
background: #1ABC9C; background: #4CAF50;
} }
.p-datepicker table td > span:focus { .p-datepicker table td > span:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-datepicker table td.p-datepicker-today > span { .p-datepicker table td.p-datepicker-today > span {
background: #ced4da; background: #ced4da;
@ -217,7 +217,7 @@
} }
.p-datepicker table td.p-datepicker-today > span.p-highlight { .p-datepicker table td.p-datepicker-today > span.p-highlight {
color: #ffffff; color: #ffffff;
background: #1ABC9C; background: #4CAF50;
} }
.p-datepicker .p-datepicker-buttonbar { .p-datepicker .p-datepicker-buttonbar {
padding: 1em 0; padding: 1em 0;
@ -264,7 +264,7 @@
} }
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
color: #ffffff; color: #ffffff;
background: #1ABC9C; background: #4CAF50;
} }
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group { .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
border-right: 1px solid #dee2e6; border-right: 1px solid #dee2e6;
@ -290,7 +290,7 @@
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
background: #e9ecef; background: #e9ecef;
@ -298,7 +298,7 @@
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-checkbox { .p-checkbox {
@ -318,22 +318,22 @@
transition-duration: 0.2s; transition-duration: 0.2s;
} }
.p-checkbox .p-checkbox-box:not(.p-disabled):hover { .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-checkbox .p-checkbox-box.p-highlight { .p-checkbox .p-checkbox-box.p-highlight {
border-color: #1ABC9C; border-color: #4CAF50;
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
border-color: #148F77; border-color: #388E3C;
background: #148F77; background: #388E3C;
color: #ffffff; color: #ffffff;
} }
.p-checkbox.p-error > .p-checkbox-box { .p-checkbox.p-error > .p-checkbox-box {
@ -344,18 +344,18 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
} }
.p-chips .p-chips-multiple-container:not(.p-disabled):hover { .p-chips .p-chips-multiple-container:not(.p-disabled):hover {
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-chips .p-chips-multiple-container .p-chips-token { .p-chips .p-chips-multiple-container .p-chips-token {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
border-radius: 3px; border-radius: 3px;
} }
@ -402,13 +402,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-dropdown:not(.p-disabled):hover { .p-dropdown:not(.p-disabled):hover {
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-dropdown:not(.p-disabled).p-focus { .p-dropdown:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-dropdown .p-dropdown-label { .p-dropdown .p-dropdown-label {
border: 0 none; border: 0 none;
@ -470,7 +470,7 @@
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #1ABC9C; background: #4CAF50;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
@ -519,7 +519,7 @@
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
color: #1ABC9C; color: #4CAF50;
} }
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke,
@ -545,7 +545,7 @@
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
stroke: #1ABC9C; stroke: #4CAF50;
} }
.p-inputgroup-addon { .p-inputgroup-addon {
@ -617,19 +617,19 @@
.p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
background: #c3cad2; background: #c3cad2;
} }
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
background: #1ABC9C; background: #4CAF50;
} }
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
background: #cccccc; background: #cccccc;
} }
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
background: #17A589; background: #43A047;
} }
.p-inputswitch.p-error { .p-inputswitch.p-error {
@ -648,13 +648,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-inputtext:enabled:hover { .p-inputtext:enabled:hover {
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-inputtext:enabled:focus { .p-inputtext:enabled:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-inputtext.p-error { .p-inputtext.p-error {
@ -721,12 +721,12 @@
} }
.p-listbox .p-listbox-list .p-listbox-item.p-highlight { .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #1ABC9C; background: #4CAF50;
} }
.p-listbox .p-listbox-list .p-listbox-item:focus { .p-listbox .p-listbox-list .p-listbox-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
@ -744,13 +744,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-multiselect:not(.p-disabled):hover { .p-multiselect:not(.p-disabled):hover {
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-multiselect:not(.p-disabled).p-focus { .p-multiselect:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-multiselect .p-multiselect-label { .p-multiselect .p-multiselect-label {
padding: 0.5em 0.5em; padding: 0.5em 0.5em;
@ -819,7 +819,7 @@
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #1ABC9C; background: #4CAF50;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
@ -828,7 +828,7 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5em; margin-right: 0.5em;
@ -863,26 +863,26 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
} }
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon { .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
font-size: 0.75em; font-size: 0.75em;
transition-duration: 0.2s; transition-duration: 0.2s;
} }
.p-radiobutton .p-radiobutton-box.p-highlight { .p-radiobutton .p-radiobutton-box.p-highlight {
border-color: #1ABC9C; border-color: #4CAF50;
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
border-color: #148F77; border-color: #388E3C;
background: #148F77; background: #388E3C;
color: #ffffff; color: #ffffff;
} }
.p-radiobutton.p-error > .p-radiobutton-box { .p-radiobutton.p-error > .p-radiobutton-box {
@ -900,13 +900,13 @@
.p-rating .p-rating-icon:focus { .p-rating .p-rating-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover {
color: #1ABC9C; color: #4CAF50;
} }
.p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover {
color: #c0392b; color: #c0392b;
@ -932,8 +932,8 @@
color: #6c757d; color: #6c757d;
} }
.p-selectbutton .p-button.p-highlight { .p-selectbutton .p-button.p-highlight {
background: #1ABC9C; background: #4CAF50;
border-color: #1ABC9C; border-color: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-left,
@ -941,8 +941,8 @@
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight:hover { .p-selectbutton .p-button.p-highlight:hover {
background: #17A589; background: #43A047;
border-color: #17A589; border-color: #43A047;
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
@ -975,21 +975,21 @@
height: 1.143em; height: 1.143em;
width: 1.143em; width: 1.143em;
background: #ffffff; background: #ffffff;
border: 2px solid #1ABC9C; border: 2px solid #4CAF50;
border-radius: 50%; border-radius: 50%;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
} }
.p-slider .p-slider-handle:focus { .p-slider .p-slider-handle:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-slider .p-slider-range { .p-slider .p-slider-range {
background: #1ABC9C; background: #4CAF50;
} }
.p-slider:not(.p-disabled) .p-slider-handle:hover { .p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #1ABC9C; background: #4CAF50;
border-color: #1ABC9C; border-color: #4CAF50;
} }
.p-spinner .p-spinner-input { .p-spinner .p-spinner-input {
@ -1056,8 +1056,8 @@
color: #6c757d; color: #6c757d;
} }
.p-togglebutton.p-button.p-highlight { .p-togglebutton.p-button.p-highlight {
background: #1ABC9C; background: #4CAF50;
border-color: #1ABC9C; border-color: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight .p-button-icon-left, .p-togglebutton.p-button.p-highlight .p-button-icon-left,
@ -1065,8 +1065,8 @@
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight:hover { .p-togglebutton.p-button.p-highlight:hover {
background: #17A589; background: #43A047;
border-color: #17A589; border-color: #43A047;
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
@ -1080,27 +1080,27 @@
.p-button { .p-button {
color: #ffffff; color: #ffffff;
background: #1ABC9C; background: #4CAF50;
border: 1px solid #1ABC9C; border: 1px solid #4CAF50;
padding: 0.5em 1em; padding: 0.5em 1em;
font-size: 1rem; font-size: 1rem;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
} }
.p-button:enabled:hover { .p-button:enabled:hover {
background: #17A589; background: #43A047;
color: #ffffff; color: #ffffff;
border-color: #17A589; border-color: #43A047;
} }
.p-button:focus { .p-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-button:enabled:active { .p-button:enabled:active {
background: #148F77; background: #388E3C;
color: #ffffff; color: #ffffff;
border-color: #148F77; border-color: #388E3C;
} }
.p-button .p-button-icon-left { .p-button .p-button-icon-left {
margin-right: 0.5em; margin-right: 0.5em;
@ -1130,22 +1130,22 @@
} }
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #1ABC9C; color: #4CAF50;
background: #ffffff; background: #ffffff;
border: 1px solid #1ABC9C; border: 1px solid #4CAF50;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
background: #e9ecef; background: #e9ecef;
color: #17A589; color: #43A047;
border-color: #17A589; border-color: #43A047;
} }
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus {
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active {
background: #dee2e6; background: #dee2e6;
color: #148F77; color: #388E3C;
border-color: #148F77; border-color: #388E3C;
} }
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button { .p-button.p-button-info, .p-buttonset.p-button-info > .p-button {
@ -1264,7 +1264,7 @@
background: #ced4da; background: #ced4da;
} }
.p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon {
background: #1ABC9C; background: #4CAF50;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator {
@ -1312,7 +1312,7 @@
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable .p-sortable-column { .p-datatable .p-sortable-column {
outline-color: #81eed8; outline-color: #b5dfb7;
} }
.p-datatable .p-sortable-column .p-sortable-column-icon { .p-datatable .p-sortable-column .p-sortable-column-icon {
color: #6c757d; color: #6c757d;
@ -1323,7 +1323,7 @@
height: 18px; height: 18px;
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #1ABC9C; color: #4CAF50;
background: #ffffff; background: #ffffff;
margin-left: 0.5em; margin-left: 0.5em;
} }
@ -1336,16 +1336,16 @@
} }
.p-datatable .p-sortable-column.p-highlight { .p-datatable .p-sortable-column.p-highlight {
background: #f8f9fa; background: #f8f9fa;
color: #1ABC9C; color: #4CAF50;
} }
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
color: #1ABC9C; color: #4CAF50;
} }
.p-datatable .p-datatable-tbody > tr { .p-datatable .p-datatable-tbody > tr {
background: #ffffff; background: #ffffff;
color: #495057; color: #495057;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #81eed8; outline-color: #b5dfb7;
} }
.p-datatable .p-datatable-tbody > tr > td { .p-datatable .p-datatable-tbody > tr > td {
text-align: left; text-align: left;
@ -1358,10 +1358,10 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover {
color: #1ABC9C; color: #4CAF50;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler {
@ -1371,16 +1371,16 @@
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
box-shadow: inset 0 2px 0 0 #1ABC9C; box-shadow: inset 0 2px 0 0 #4CAF50;
} }
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
box-shadow: inset 0 -2px 0 0 #1ABC9C; box-shadow: inset 0 -2px 0 0 #4CAF50;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even) { .p-datatable .p-datatable-tbody > tr:nth-child(even) {
background: #ffffff; background: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
@ -1394,7 +1394,7 @@
color: #495057; color: #495057;
} }
.p-datatable .p-column-resizer-helper { .p-datatable .p-column-resizer-helper {
background: #1ABC9C; background: #4CAF50;
} }
.p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
@ -1456,8 +1456,8 @@
border-right: 1px solid #dee2e6; border-right: 1px solid #dee2e6;
} }
.fc .fc-view-container .fc-event { .fc .fc-view-container .fc-event {
background: #17A589; background: #43A047;
border: 1px solid #17A589; border: 1px solid #43A047;
color: #ffffff; color: #ffffff;
} }
.fc .fc-view-container .fc-divider { .fc .fc-view-container .fc-divider {
@ -1466,8 +1466,8 @@
} }
.fc .fc-toolbar .fc-button { .fc .fc-toolbar .fc-button {
color: #ffffff; color: #ffffff;
background: #1ABC9C; background: #4CAF50;
border: 1px solid #1ABC9C; border: 1px solid #4CAF50;
font-size: 1rem; font-size: 1rem;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
@ -1475,9 +1475,9 @@
align-items: center; align-items: center;
} }
.fc .fc-toolbar .fc-button:enabled:hover { .fc .fc-toolbar .fc-button:enabled:hover {
background: #17A589; background: #43A047;
color: #ffffff; color: #ffffff;
border-color: #17A589; border-color: #43A047;
} }
.fc .fc-toolbar .fc-button .fc-icon-chevron-left { .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
font-family: "PrimeIcons" !important; font-family: "PrimeIcons" !important;
@ -1498,7 +1498,7 @@
.fc .fc-toolbar .fc-button:focus { .fc .fc-toolbar .fc-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
background: #ffffff; background: #ffffff;
@ -1512,14 +1512,14 @@
color: #495057; color: #495057;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
background: #1ABC9C; background: #4CAF50;
border-color: #1ABC9C; border-color: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
z-index: 1; z-index: 1;
} }
.fc .fc-toolbar .fc-button-group .fc-button { .fc .fc-toolbar .fc-button-group .fc-button {
@ -1573,10 +1573,10 @@
.p-orderlist .p-orderlist-list .p-orderlist-item:focus { .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
@ -1601,11 +1601,11 @@
color: #495057; color: #495057;
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight { .p-organizationchart .p-organizationchart-node-content.p-highlight {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
color: #0b4c3f; color: #255627;
} }
.p-organizationchart .p-organizationchart-line-down { .p-organizationchart .p-organizationchart-line-down {
background: #dee2e6; background: #dee2e6;
@ -1634,10 +1634,10 @@
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover {
color: #1ABC9C; color: #4CAF50;
} }
.p-paginator { .p-paginator {
@ -1687,7 +1687,7 @@
border-radius: 3px; border-radius: 3px;
} }
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight { .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
@ -1734,10 +1734,10 @@
.p-picklist .p-picklist-list .p-picklist-item:focus { .p-picklist .p-picklist-list .p-picklist-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-picklist .p-picklist-list .p-picklist-item.p-highlight { .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
@ -1790,7 +1790,7 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover { .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover {
color: #1ABC9C; color: #4CAF50;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
margin-right: 0.5em; margin-right: 0.5em;
@ -1802,10 +1802,10 @@
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus { .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
@ -1879,7 +1879,7 @@
background: #f8f9fa; background: #f8f9fa;
} }
.p-treetable .p-sortable-column { .p-treetable .p-sortable-column {
outline-color: #81eed8; outline-color: #b5dfb7;
} }
.p-treetable .p-sortable-column .p-sortable-column-icon { .p-treetable .p-sortable-column .p-sortable-column-icon {
color: #6c757d; color: #6c757d;
@ -1890,7 +1890,7 @@
height: 18px; height: 18px;
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #1ABC9C; color: #4CAF50;
background: #ffffff; background: #ffffff;
margin-left: 0.5em; margin-left: 0.5em;
} }
@ -1903,16 +1903,16 @@
} }
.p-treetable .p-sortable-column.p-highlight { .p-treetable .p-sortable-column.p-highlight {
background: #f8f9fa; background: #f8f9fa;
color: #1ABC9C; color: #4CAF50;
} }
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
color: #1ABC9C; color: #4CAF50;
} }
.p-treetable .p-treetable-tbody > tr { .p-treetable .p-treetable-tbody > tr {
background: #ffffff; background: #ffffff;
color: #495057; color: #495057;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #81eed8; outline-color: #b5dfb7;
} }
.p-treetable .p-treetable-tbody > tr > td { .p-treetable .p-treetable-tbody > tr > td {
text-align: left; text-align: left;
@ -1926,10 +1926,10 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover { .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover {
color: #1ABC9C; color: #4CAF50;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight { .p-treetable .p-treetable-tbody > tr.p-highlight {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
@ -1946,7 +1946,7 @@
color: #495057; color: #495057;
} }
.p-treetable .p-column-resizer-helper { .p-treetable .p-column-resizer-helper {
background: #1ABC9C; background: #4CAF50;
} }
.p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer { .p-treetable .p-treetable-scrollable-footer {
@ -1971,7 +1971,7 @@
.p-accordion .p-accordion-header:not(.p-disabled) a:focus { .p-accordion .p-accordion-header:not(.p-disabled) a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
background: #e9ecef; background: #e9ecef;
@ -2073,7 +2073,7 @@
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
background: #e9ecef; background: #e9ecef;
@ -2107,7 +2107,7 @@
.p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-panel.p-panel-toggleable .p-panel-titlebar { .p-panel.p-panel-toggleable .p-panel-titlebar {
padding: 0.5em 1em; padding: 0.5em 1em;
@ -2152,7 +2152,7 @@
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus { .p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
background: #ffffff; background: #ffffff;
@ -2162,8 +2162,8 @@
} }
.p-tabview .p-tabview-nav li.p-highlight a { .p-tabview .p-tabview-nav li.p-highlight a {
background: #ffffff; background: #ffffff;
border-color: #1ABC9C; border-color: #4CAF50;
color: #1ABC9C; color: #4CAF50;
border-width: 0 0 2px 0; border-width: 0 0 2px 0;
} }
.p-tabview .p-tabview-panels { .p-tabview .p-tabview-panels {
@ -2218,7 +2218,7 @@
.p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child {
margin-right: 0; margin-right: 0;
@ -2257,7 +2257,7 @@
padding: 1em; padding: 1em;
} }
.p-overlaypanel .p-overlaypanel-close { .p-overlaypanel .p-overlaypanel-close {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
width: 2em; width: 2em;
height: 2em; height: 2em;
@ -2268,7 +2268,7 @@
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
} }
.p-overlaypanel .p-overlaypanel-close:hover { .p-overlaypanel .p-overlaypanel-close:hover {
background: #148F77; background: #388E3C;
color: #ffffff; color: #ffffff;
} }
.p-overlaypanel:after { .p-overlaypanel:after {
@ -2347,7 +2347,7 @@
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-fileupload .p-fileupload-content { .p-fileupload .p-fileupload-content {
background: #ffffff; background: #ffffff;
@ -2362,14 +2362,14 @@
} }
.p-fileupload-choose:not(.p-disabled):hover { .p-fileupload-choose:not(.p-disabled):hover {
background: #17A589; background: #43A047;
color: #ffffff; color: #ffffff;
border-color: #17A589; border-color: #43A047;
} }
.p-fileupload-choose:not(.p-disabled):active { .p-fileupload-choose:not(.p-disabled):active {
background: #148F77; background: #388E3C;
color: #ffffff; color: #ffffff;
border-color: #148F77; border-color: #388E3C;
} }
.p-breadcrumb { .p-breadcrumb {
@ -2385,7 +2385,7 @@
.p-breadcrumb ul li .p-menuitem-link:focus { .p-breadcrumb ul li .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
color: #495057; color: #495057;
@ -2438,7 +2438,7 @@
.p-contextmenu .p-menuitem-link:focus { .p-contextmenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-contextmenu .p-submenu-list { .p-contextmenu .p-submenu-list {
padding: 4px 0; padding: 4px 0;
@ -2506,7 +2506,7 @@
.p-megamenu .p-menuitem-link:focus { .p-megamenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-megamenu .p-megamenu-panel { .p-megamenu .p-megamenu-panel {
background: #ffffff; background: #ffffff;
@ -2585,7 +2585,7 @@
.p-menu .p-menuitem-link:focus { .p-menu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-menu.p-menu-overlay { .p-menu.p-menu-overlay {
border: 0 none; border: 0 none;
@ -2648,7 +2648,7 @@
.p-menubar .p-menuitem-link:focus { .p-menubar .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-menubar .p-submenu-list { .p-menubar .p-submenu-list {
padding: 4px 0; padding: 4px 0;
@ -2692,7 +2692,7 @@
.p-panelmenu .p-panelmenu-header > a:focus { .p-panelmenu .p-panelmenu-header > a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
background: #e9ecef; background: #e9ecef;
@ -2758,7 +2758,7 @@
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
padding: 0 0 0 1em; padding: 0 0 0 1em;
@ -2807,10 +2807,10 @@
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-steps .p-steps-item.p-highlight .p-steps-number { .p-steps .p-steps-item.p-highlight .p-steps-number {
background: #1ABC9C; background: #4CAF50;
color: #ffffff; color: #ffffff;
} }
.p-steps .p-steps-item.p-highlight .p-steps-title { .p-steps .p-steps-item.p-highlight .p-steps-title {
@ -2854,7 +2854,7 @@
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: #ffffff; background: #ffffff;
@ -2864,8 +2864,8 @@
} }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
background: #ffffff; background: #ffffff;
border-color: #1ABC9C; border-color: #4CAF50;
color: #1ABC9C; color: #4CAF50;
border-width: 0 0 2px 0; border-width: 0 0 2px 0;
} }
@ -2909,7 +2909,7 @@
.p-tieredmenu .p-menuitem-link:focus { .p-tieredmenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #81eed8; box-shadow: inset 0 0 0 0.15em #b5dfb7;
} }
.p-tieredmenu.p-menu-overlay { .p-tieredmenu.p-menu-overlay {
border: 0 none; border: 0 none;
@ -3061,7 +3061,7 @@
.p-message .p-message-close:focus { .p-message .p-message-close:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-message .p-message-text { .p-message .p-message-text {
font-size: 1em; font-size: 1em;
@ -3216,12 +3216,12 @@
content: " "; content: " ";
} }
.p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon {
background: #1ABC9C; background: #4CAF50;
} }
.p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-galleria .p-galleria-content .p-galleria-thumbnail-content { .p-galleria .p-galleria-content .p-galleria-thumbnail-content {
background-color: rgba(0, 0, 0, 0.9); background-color: rgba(0, 0, 0, 0.9);
@ -3259,7 +3259,7 @@
.p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item .p-galleria-thumbnail-item-content:focus { .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item .p-galleria-thumbnail-item-content:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-galleria.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item { .p-galleria.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item {
padding-top: 0.857em; padding-top: 0.857em;
@ -3277,7 +3277,7 @@
background: #ffffff; background: #ffffff;
} }
.p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { .p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon {
background: #1ABC9C; background: #4CAF50;
} }
.p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container { .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%); background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
@ -3321,7 +3321,7 @@
.p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover, .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover,
.p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover { .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover {
background: transparent; background: transparent;
color: #1ABC9C; color: #4CAF50;
border-color: 0 none; border-color: 0 none;
} }
@ -3346,7 +3346,7 @@
.p-inplace .p-inplace-display:focus { .p-inplace .p-inplace-display:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #81eed8; box-shadow: 0 0 0 0.2em #b5dfb7;
} }
.p-progressbar { .p-progressbar {
@ -3359,7 +3359,7 @@
.p-progressbar .p-progressbar-value { .p-progressbar .p-progressbar-value {
border: 0 none; border: 0 none;
margin: 0; margin: 0;
background: #1ABC9C; background: #4CAF50;
} }
.p-progressbar .p-progressbar-label { .p-progressbar .p-progressbar-label {
color: #495057; color: #495057;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
} }
.p-disabled, .p-component:disabled { .p-disabled, .p-component:disabled {
opacity: 0.8; opacity: 0.5;
} }
.pi { .pi {
@ -37,7 +37,7 @@
.p-link:focus { .p-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
@ -66,13 +66,13 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
padding: 0.25em 0; padding: 0.25em 0;
@ -87,7 +87,7 @@
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
border-radius: 3px; border-radius: 3px;
} }
@ -120,7 +120,7 @@
} }
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #9C27B0;
} }
.p-autocomplete-panel.p-error > .p-inputtext { .p-autocomplete-panel.p-error > .p-inputtext {
border-color: #d98880; border-color: #d98880;
@ -176,8 +176,8 @@
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus { .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
margin-right: 0.5em; margin-right: 0.5em;
@ -204,12 +204,12 @@
} }
.p-datepicker table td > span.p-highlight { .p-datepicker table td > span.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #9C27B0;
} }
.p-datepicker table td > span:focus { .p-datepicker table td > span:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-datepicker table td.p-datepicker-today > span { .p-datepicker table td.p-datepicker-today > span {
background: #ced4da; background: #ced4da;
@ -217,7 +217,7 @@
} }
.p-datepicker table td.p-datepicker-today > span.p-highlight { .p-datepicker table td.p-datepicker-today > span.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #9C27B0;
} }
.p-datepicker .p-datepicker-buttonbar { .p-datepicker .p-datepicker-buttonbar {
padding: 1em 0; padding: 1em 0;
@ -264,7 +264,7 @@
} }
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #9C27B0;
} }
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group { .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
border-right: 1px solid #dee2e6; border-right: 1px solid #dee2e6;
@ -290,7 +290,7 @@
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
background: #e9ecef; background: #e9ecef;
@ -298,7 +298,7 @@
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-checkbox { .p-checkbox {
@ -318,22 +318,22 @@
transition-duration: 0.2s; transition-duration: 0.2s;
} }
.p-checkbox .p-checkbox-box:not(.p-disabled):hover { .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-checkbox .p-checkbox-box.p-highlight { .p-checkbox .p-checkbox-box.p-highlight {
border-color: #9B59B6; border-color: #9C27B0;
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
border-color: #76448A; border-color: #7B1FA2;
background: #76448A; background: #7B1FA2;
color: #ffffff; color: #ffffff;
} }
.p-checkbox.p-error > .p-checkbox-box { .p-checkbox.p-error > .p-checkbox-box {
@ -344,18 +344,18 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
} }
.p-chips .p-chips-multiple-container:not(.p-disabled):hover { .p-chips .p-chips-multiple-container:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-chips .p-chips-multiple-container .p-chips-token { .p-chips .p-chips-multiple-container .p-chips-token {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
border-radius: 3px; border-radius: 3px;
} }
@ -402,13 +402,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-dropdown:not(.p-disabled):hover { .p-dropdown:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-dropdown:not(.p-disabled).p-focus { .p-dropdown:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-dropdown .p-dropdown-label { .p-dropdown .p-dropdown-label {
border: 0 none; border: 0 none;
@ -470,7 +470,7 @@
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #9C27B0;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
@ -519,7 +519,7 @@
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
color: #9B59B6; color: #9C27B0;
} }
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke,
@ -545,7 +545,7 @@
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
stroke: #9B59B6; stroke: #9C27B0;
} }
.p-inputgroup-addon { .p-inputgroup-addon {
@ -617,19 +617,19 @@
.p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
background: #c3cad2; background: #c3cad2;
} }
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
background: #9B59B6; background: #9C27B0;
} }
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
background: #cccccc; background: #cccccc;
} }
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
background: #8E44AD; background: #8E24AA;
} }
.p-inputswitch.p-error { .p-inputswitch.p-error {
@ -648,13 +648,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-inputtext:enabled:hover { .p-inputtext:enabled:hover {
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-inputtext:enabled:focus { .p-inputtext:enabled:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-inputtext.p-error { .p-inputtext.p-error {
@ -721,12 +721,12 @@
} }
.p-listbox .p-listbox-list .p-listbox-item.p-highlight { .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #9C27B0;
} }
.p-listbox .p-listbox-list .p-listbox-item:focus { .p-listbox .p-listbox-list .p-listbox-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
@ -744,13 +744,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-multiselect:not(.p-disabled):hover { .p-multiselect:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-multiselect:not(.p-disabled).p-focus { .p-multiselect:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-multiselect .p-multiselect-label { .p-multiselect .p-multiselect-label {
padding: 0.5em 0.5em; padding: 0.5em 0.5em;
@ -819,7 +819,7 @@
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #9C27B0;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
@ -828,7 +828,7 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5em; margin-right: 0.5em;
@ -863,26 +863,26 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
} }
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon { .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
font-size: 0.75em; font-size: 0.75em;
transition-duration: 0.2s; transition-duration: 0.2s;
} }
.p-radiobutton .p-radiobutton-box.p-highlight { .p-radiobutton .p-radiobutton-box.p-highlight {
border-color: #9B59B6; border-color: #9C27B0;
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
border-color: #76448A; border-color: #7B1FA2;
background: #76448A; background: #7B1FA2;
color: #ffffff; color: #ffffff;
} }
.p-radiobutton.p-error > .p-radiobutton-box { .p-radiobutton.p-error > .p-radiobutton-box {
@ -900,13 +900,13 @@
.p-rating .p-rating-icon:focus { .p-rating .p-rating-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover {
color: #9B59B6; color: #9C27B0;
} }
.p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover {
color: #c0392b; color: #c0392b;
@ -932,8 +932,8 @@
color: #6c757d; color: #6c757d;
} }
.p-selectbutton .p-button.p-highlight { .p-selectbutton .p-button.p-highlight {
background: #9B59B6; background: #9C27B0;
border-color: #9B59B6; border-color: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-left,
@ -941,8 +941,8 @@
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight:hover { .p-selectbutton .p-button.p-highlight:hover {
background: #8E44AD; background: #8E24AA;
border-color: #8E44AD; border-color: #8E24AA;
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
@ -975,21 +975,21 @@
height: 1.143em; height: 1.143em;
width: 1.143em; width: 1.143em;
background: #ffffff; background: #ffffff;
border: 2px solid #9B59B6; border: 2px solid #9C27B0;
border-radius: 50%; border-radius: 50%;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
} }
.p-slider .p-slider-handle:focus { .p-slider .p-slider-handle:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-slider .p-slider-range { .p-slider .p-slider-range {
background: #9B59B6; background: #9C27B0;
} }
.p-slider:not(.p-disabled) .p-slider-handle:hover { .p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #9B59B6; background: #9C27B0;
border-color: #9B59B6; border-color: #9C27B0;
} }
.p-spinner .p-spinner-input { .p-spinner .p-spinner-input {
@ -1056,8 +1056,8 @@
color: #6c757d; color: #6c757d;
} }
.p-togglebutton.p-button.p-highlight { .p-togglebutton.p-button.p-highlight {
background: #9B59B6; background: #9C27B0;
border-color: #9B59B6; border-color: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight .p-button-icon-left, .p-togglebutton.p-button.p-highlight .p-button-icon-left,
@ -1065,8 +1065,8 @@
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight:hover { .p-togglebutton.p-button.p-highlight:hover {
background: #8E44AD; background: #8E24AA;
border-color: #8E44AD; border-color: #8E24AA;
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
@ -1080,27 +1080,27 @@
.p-button { .p-button {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #9C27B0;
border: 1px solid #9B59B6; border: 1px solid #9C27B0;
padding: 0.5em 1em; padding: 0.5em 1em;
font-size: 1rem; font-size: 1rem;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
} }
.p-button:enabled:hover { .p-button:enabled:hover {
background: #8E44AD; background: #8E24AA;
color: #ffffff; color: #ffffff;
border-color: #8E44AD; border-color: #8E24AA;
} }
.p-button:focus { .p-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-button:enabled:active { .p-button:enabled:active {
background: #76448A; background: #7B1FA2;
color: #ffffff; color: #ffffff;
border-color: #76448A; border-color: #7B1FA2;
} }
.p-button .p-button-icon-left { .p-button .p-button-icon-left {
margin-right: 0.5em; margin-right: 0.5em;
@ -1130,22 +1130,22 @@
} }
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #9B59B6; color: #9C27B0;
background: #ffffff; background: #ffffff;
border: 1px solid #9B59B6; border: 1px solid #9C27B0;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
background: #e9ecef; background: #e9ecef;
color: #8E44AD; color: #8E24AA;
border-color: #8E44AD; border-color: #8E24AA;
} }
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus {
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active {
background: #dee2e6; background: #dee2e6;
color: #76448A; color: #7B1FA2;
border-color: #76448A; border-color: #7B1FA2;
} }
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button { .p-button.p-button-info, .p-buttonset.p-button-info > .p-button {
@ -1264,7 +1264,7 @@
background: #ced4da; background: #ced4da;
} }
.p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon {
background: #9B59B6; background: #9C27B0;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator {
@ -1312,7 +1312,7 @@
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable .p-sortable-column { .p-datatable .p-sortable-column {
outline-color: #dbc3e5; outline-color: #d88be5;
} }
.p-datatable .p-sortable-column .p-sortable-column-icon { .p-datatable .p-sortable-column .p-sortable-column-icon {
color: #6c757d; color: #6c757d;
@ -1323,7 +1323,7 @@
height: 18px; height: 18px;
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #9B59B6; color: #9C27B0;
background: #ffffff; background: #ffffff;
margin-left: 0.5em; margin-left: 0.5em;
} }
@ -1336,16 +1336,16 @@
} }
.p-datatable .p-sortable-column.p-highlight { .p-datatable .p-sortable-column.p-highlight {
background: #f8f9fa; background: #f8f9fa;
color: #9B59B6; color: #9C27B0;
} }
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
color: #9B59B6; color: #9C27B0;
} }
.p-datatable .p-datatable-tbody > tr { .p-datatable .p-datatable-tbody > tr {
background: #ffffff; background: #ffffff;
color: #495057; color: #495057;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #dbc3e5; outline-color: #d88be5;
} }
.p-datatable .p-datatable-tbody > tr > td { .p-datatable .p-datatable-tbody > tr > td {
text-align: left; text-align: left;
@ -1358,10 +1358,10 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover {
color: #9B59B6; color: #9C27B0;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler {
@ -1371,16 +1371,16 @@
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
box-shadow: inset 0 2px 0 0 #9B59B6; box-shadow: inset 0 2px 0 0 #9C27B0;
} }
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
box-shadow: inset 0 -2px 0 0 #9B59B6; box-shadow: inset 0 -2px 0 0 #9C27B0;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even) { .p-datatable .p-datatable-tbody > tr:nth-child(even) {
background: #ffffff; background: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
@ -1394,7 +1394,7 @@
color: #495057; color: #495057;
} }
.p-datatable .p-column-resizer-helper { .p-datatable .p-column-resizer-helper {
background: #9B59B6; background: #9C27B0;
} }
.p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
@ -1456,8 +1456,8 @@
border-right: 1px solid #dee2e6; border-right: 1px solid #dee2e6;
} }
.fc .fc-view-container .fc-event { .fc .fc-view-container .fc-event {
background: #8E44AD; background: #8E24AA;
border: 1px solid #8E44AD; border: 1px solid #8E24AA;
color: #ffffff; color: #ffffff;
} }
.fc .fc-view-container .fc-divider { .fc .fc-view-container .fc-divider {
@ -1466,8 +1466,8 @@
} }
.fc .fc-toolbar .fc-button { .fc .fc-toolbar .fc-button {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #9C27B0;
border: 1px solid #9B59B6; border: 1px solid #9C27B0;
font-size: 1rem; font-size: 1rem;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
@ -1475,9 +1475,9 @@
align-items: center; align-items: center;
} }
.fc .fc-toolbar .fc-button:enabled:hover { .fc .fc-toolbar .fc-button:enabled:hover {
background: #8E44AD; background: #8E24AA;
color: #ffffff; color: #ffffff;
border-color: #8E44AD; border-color: #8E24AA;
} }
.fc .fc-toolbar .fc-button .fc-icon-chevron-left { .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
font-family: "PrimeIcons" !important; font-family: "PrimeIcons" !important;
@ -1498,7 +1498,7 @@
.fc .fc-toolbar .fc-button:focus { .fc .fc-toolbar .fc-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
background: #ffffff; background: #ffffff;
@ -1512,14 +1512,14 @@
color: #495057; color: #495057;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
background: #9B59B6; background: #9C27B0;
border-color: #9B59B6; border-color: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
z-index: 1; z-index: 1;
} }
.fc .fc-toolbar .fc-button-group .fc-button { .fc .fc-toolbar .fc-button-group .fc-button {
@ -1573,10 +1573,10 @@
.p-orderlist .p-orderlist-list .p-orderlist-item:focus { .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
@ -1601,11 +1601,11 @@
color: #495057; color: #495057;
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight { .p-organizationchart .p-organizationchart-node-content.p-highlight {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
color: #532c64; color: #3f1048;
} }
.p-organizationchart .p-organizationchart-line-down { .p-organizationchart .p-organizationchart-line-down {
background: #dee2e6; background: #dee2e6;
@ -1634,10 +1634,10 @@
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover {
color: #9B59B6; color: #9C27B0;
} }
.p-paginator { .p-paginator {
@ -1687,7 +1687,7 @@
border-radius: 3px; border-radius: 3px;
} }
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight { .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
@ -1734,10 +1734,10 @@
.p-picklist .p-picklist-list .p-picklist-item:focus { .p-picklist .p-picklist-list .p-picklist-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-picklist .p-picklist-list .p-picklist-item.p-highlight { .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
@ -1790,7 +1790,7 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover { .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover {
color: #9B59B6; color: #9C27B0;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
margin-right: 0.5em; margin-right: 0.5em;
@ -1802,10 +1802,10 @@
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus { .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
@ -1879,7 +1879,7 @@
background: #f8f9fa; background: #f8f9fa;
} }
.p-treetable .p-sortable-column { .p-treetable .p-sortable-column {
outline-color: #dbc3e5; outline-color: #d88be5;
} }
.p-treetable .p-sortable-column .p-sortable-column-icon { .p-treetable .p-sortable-column .p-sortable-column-icon {
color: #6c757d; color: #6c757d;
@ -1890,7 +1890,7 @@
height: 18px; height: 18px;
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #9B59B6; color: #9C27B0;
background: #ffffff; background: #ffffff;
margin-left: 0.5em; margin-left: 0.5em;
} }
@ -1903,16 +1903,16 @@
} }
.p-treetable .p-sortable-column.p-highlight { .p-treetable .p-sortable-column.p-highlight {
background: #f8f9fa; background: #f8f9fa;
color: #9B59B6; color: #9C27B0;
} }
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
color: #9B59B6; color: #9C27B0;
} }
.p-treetable .p-treetable-tbody > tr { .p-treetable .p-treetable-tbody > tr {
background: #ffffff; background: #ffffff;
color: #495057; color: #495057;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #dbc3e5; outline-color: #d88be5;
} }
.p-treetable .p-treetable-tbody > tr > td { .p-treetable .p-treetable-tbody > tr > td {
text-align: left; text-align: left;
@ -1926,10 +1926,10 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover { .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover {
color: #9B59B6; color: #9C27B0;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight { .p-treetable .p-treetable-tbody > tr.p-highlight {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
@ -1946,7 +1946,7 @@
color: #495057; color: #495057;
} }
.p-treetable .p-column-resizer-helper { .p-treetable .p-column-resizer-helper {
background: #9B59B6; background: #9C27B0;
} }
.p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer { .p-treetable .p-treetable-scrollable-footer {
@ -1971,7 +1971,7 @@
.p-accordion .p-accordion-header:not(.p-disabled) a:focus { .p-accordion .p-accordion-header:not(.p-disabled) a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
background: #e9ecef; background: #e9ecef;
@ -2073,7 +2073,7 @@
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
background: #e9ecef; background: #e9ecef;
@ -2107,7 +2107,7 @@
.p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-panel.p-panel-toggleable .p-panel-titlebar { .p-panel.p-panel-toggleable .p-panel-titlebar {
padding: 0.5em 1em; padding: 0.5em 1em;
@ -2152,7 +2152,7 @@
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus { .p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
background: #ffffff; background: #ffffff;
@ -2162,8 +2162,8 @@
} }
.p-tabview .p-tabview-nav li.p-highlight a { .p-tabview .p-tabview-nav li.p-highlight a {
background: #ffffff; background: #ffffff;
border-color: #9B59B6; border-color: #9C27B0;
color: #9B59B6; color: #9C27B0;
border-width: 0 0 2px 0; border-width: 0 0 2px 0;
} }
.p-tabview .p-tabview-panels { .p-tabview .p-tabview-panels {
@ -2218,7 +2218,7 @@
.p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child {
margin-right: 0; margin-right: 0;
@ -2257,7 +2257,7 @@
padding: 1em; padding: 1em;
} }
.p-overlaypanel .p-overlaypanel-close { .p-overlaypanel .p-overlaypanel-close {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
width: 2em; width: 2em;
height: 2em; height: 2em;
@ -2268,7 +2268,7 @@
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
} }
.p-overlaypanel .p-overlaypanel-close:hover { .p-overlaypanel .p-overlaypanel-close:hover {
background: #76448A; background: #7B1FA2;
color: #ffffff; color: #ffffff;
} }
.p-overlaypanel:after { .p-overlaypanel:after {
@ -2347,7 +2347,7 @@
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-fileupload .p-fileupload-content { .p-fileupload .p-fileupload-content {
background: #ffffff; background: #ffffff;
@ -2362,14 +2362,14 @@
} }
.p-fileupload-choose:not(.p-disabled):hover { .p-fileupload-choose:not(.p-disabled):hover {
background: #8E44AD; background: #8E24AA;
color: #ffffff; color: #ffffff;
border-color: #8E44AD; border-color: #8E24AA;
} }
.p-fileupload-choose:not(.p-disabled):active { .p-fileupload-choose:not(.p-disabled):active {
background: #76448A; background: #7B1FA2;
color: #ffffff; color: #ffffff;
border-color: #76448A; border-color: #7B1FA2;
} }
.p-breadcrumb { .p-breadcrumb {
@ -2385,7 +2385,7 @@
.p-breadcrumb ul li .p-menuitem-link:focus { .p-breadcrumb ul li .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
color: #495057; color: #495057;
@ -2438,7 +2438,7 @@
.p-contextmenu .p-menuitem-link:focus { .p-contextmenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-contextmenu .p-submenu-list { .p-contextmenu .p-submenu-list {
padding: 4px 0; padding: 4px 0;
@ -2506,7 +2506,7 @@
.p-megamenu .p-menuitem-link:focus { .p-megamenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-megamenu .p-megamenu-panel { .p-megamenu .p-megamenu-panel {
background: #ffffff; background: #ffffff;
@ -2585,7 +2585,7 @@
.p-menu .p-menuitem-link:focus { .p-menu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-menu.p-menu-overlay { .p-menu.p-menu-overlay {
border: 0 none; border: 0 none;
@ -2648,7 +2648,7 @@
.p-menubar .p-menuitem-link:focus { .p-menubar .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-menubar .p-submenu-list { .p-menubar .p-submenu-list {
padding: 4px 0; padding: 4px 0;
@ -2692,7 +2692,7 @@
.p-panelmenu .p-panelmenu-header > a:focus { .p-panelmenu .p-panelmenu-header > a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
background: #e9ecef; background: #e9ecef;
@ -2758,7 +2758,7 @@
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
padding: 0 0 0 1em; padding: 0 0 0 1em;
@ -2807,10 +2807,10 @@
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-steps .p-steps-item.p-highlight .p-steps-number { .p-steps .p-steps-item.p-highlight .p-steps-number {
background: #9B59B6; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-steps .p-steps-item.p-highlight .p-steps-title { .p-steps .p-steps-item.p-highlight .p-steps-title {
@ -2854,7 +2854,7 @@
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: #ffffff; background: #ffffff;
@ -2864,8 +2864,8 @@
} }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
background: #ffffff; background: #ffffff;
border-color: #9B59B6; border-color: #9C27B0;
color: #9B59B6; color: #9C27B0;
border-width: 0 0 2px 0; border-width: 0 0 2px 0;
} }
@ -2909,7 +2909,7 @@
.p-tieredmenu .p-menuitem-link:focus { .p-tieredmenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #d88be5;
} }
.p-tieredmenu.p-menu-overlay { .p-tieredmenu.p-menu-overlay {
border: 0 none; border: 0 none;
@ -3061,7 +3061,7 @@
.p-message .p-message-close:focus { .p-message .p-message-close:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-message .p-message-text { .p-message .p-message-text {
font-size: 1em; font-size: 1em;
@ -3216,12 +3216,12 @@
content: " "; content: " ";
} }
.p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon {
background: #9B59B6; background: #9C27B0;
} }
.p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-galleria .p-galleria-content .p-galleria-thumbnail-content { .p-galleria .p-galleria-content .p-galleria-thumbnail-content {
background-color: rgba(0, 0, 0, 0.9); background-color: rgba(0, 0, 0, 0.9);
@ -3259,7 +3259,7 @@
.p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item .p-galleria-thumbnail-item-content:focus { .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item .p-galleria-thumbnail-item-content:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-galleria.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item { .p-galleria.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item {
padding-top: 0.857em; padding-top: 0.857em;
@ -3277,7 +3277,7 @@
background: #ffffff; background: #ffffff;
} }
.p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { .p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon {
background: #9B59B6; background: #9C27B0;
} }
.p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container { .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%); background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
@ -3321,7 +3321,7 @@
.p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover, .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover,
.p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover { .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover {
background: transparent; background: transparent;
color: #9B59B6; color: #9C27B0;
border-color: 0 none; border-color: 0 none;
} }
@ -3346,7 +3346,7 @@
.p-inplace .p-inplace-display:focus { .p-inplace .p-inplace-display:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #d88be5;
} }
.p-progressbar { .p-progressbar {
@ -3359,7 +3359,7 @@
.p-progressbar .p-progressbar-value { .p-progressbar .p-progressbar-value {
border: 0 none; border: 0 none;
margin: 0; margin: 0;
background: #9B59B6; background: #9C27B0;
} }
.p-progressbar .p-progressbar-label { .p-progressbar .p-progressbar-label {
color: #495057; color: #495057;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
.p-link:focus { .p-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
@ -66,13 +66,13 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
padding: 0.25em 0; padding: 0.25em 0;
@ -87,7 +87,7 @@
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
border-radius: 3px; border-radius: 3px;
} }
@ -120,7 +120,7 @@
} }
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #BA68C8;
} }
.p-autocomplete-panel.p-error > .p-inputtext { .p-autocomplete-panel.p-error > .p-inputtext {
border-color: #d98880; border-color: #d98880;
@ -176,8 +176,8 @@
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus { .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
margin-right: 0.5em; margin-right: 0.5em;
@ -204,20 +204,20 @@
} }
.p-datepicker table td > span.p-highlight { .p-datepicker table td > span.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #BA68C8;
} }
.p-datepicker table td > span:focus { .p-datepicker table td > span:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-datepicker table td.p-datepicker-today > span { .p-datepicker table td.p-datepicker-today > span {
background: transparent; background: transparent;
color: #9B59B6; color: #BA68C8;
} }
.p-datepicker table td.p-datepicker-today > span.p-highlight { .p-datepicker table td.p-datepicker-today > span.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #BA68C8;
} }
.p-datepicker .p-datepicker-buttonbar { .p-datepicker .p-datepicker-buttonbar {
padding: 1em 0; padding: 1em 0;
@ -264,7 +264,7 @@
} }
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #BA68C8;
} }
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group { .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
border-right: 1px solid rgba(255, 255, 255, 0.1); border-right: 1px solid rgba(255, 255, 255, 0.1);
@ -290,7 +290,7 @@
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
@ -298,7 +298,7 @@
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-checkbox { .p-checkbox {
@ -318,22 +318,22 @@
transition-duration: 0.2s; transition-duration: 0.2s;
} }
.p-checkbox .p-checkbox-box:not(.p-disabled):hover { .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-checkbox .p-checkbox-box.p-highlight { .p-checkbox .p-checkbox-box.p-highlight {
border-color: #9B59B6; border-color: #BA68C8;
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
border-color: #76448A; border-color: #9C27B0;
background: #76448A; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-checkbox.p-error > .p-checkbox-box { .p-checkbox.p-error > .p-checkbox-box {
@ -344,18 +344,18 @@
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
} }
.p-chips .p-chips-multiple-container:not(.p-disabled):hover { .p-chips .p-chips-multiple-container:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-chips .p-chips-multiple-container .p-chips-token { .p-chips .p-chips-multiple-container .p-chips-token {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
border-radius: 3px; border-radius: 3px;
} }
@ -402,13 +402,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-dropdown:not(.p-disabled):hover { .p-dropdown:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-dropdown:not(.p-disabled).p-focus { .p-dropdown:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-dropdown .p-dropdown-label { .p-dropdown .p-dropdown-label {
border: 0 none; border: 0 none;
@ -470,7 +470,7 @@
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #BA68C8;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: #ebedef; color: #ebedef;
@ -519,7 +519,7 @@
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
color: #9B59B6; color: #BA68C8;
} }
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke,
@ -545,7 +545,7 @@
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
stroke: #9B59B6; stroke: #BA68C8;
} }
.p-inputgroup-addon { .p-inputgroup-addon {
@ -617,19 +617,19 @@
.p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
background: #5D6D7E; background: #5D6D7E;
} }
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
background: #9B59B6; background: #BA68C8;
} }
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
background: #ebedef; background: #ebedef;
} }
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
background: #8E44AD; background: #AB47BC;
} }
.p-inputswitch.p-error { .p-inputswitch.p-error {
@ -648,13 +648,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-inputtext:enabled:hover { .p-inputtext:enabled:hover {
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-inputtext:enabled:focus { .p-inputtext:enabled:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-inputtext.p-error { .p-inputtext.p-error {
@ -721,12 +721,12 @@
} }
.p-listbox .p-listbox-list .p-listbox-item.p-highlight { .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #BA68C8;
} }
.p-listbox .p-listbox-list .p-listbox-item:focus { .p-listbox .p-listbox-list .p-listbox-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #ebedef; color: #ebedef;
@ -744,13 +744,13 @@
border-radius: 3px; border-radius: 3px;
} }
.p-multiselect:not(.p-disabled):hover { .p-multiselect:not(.p-disabled):hover {
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-multiselect:not(.p-disabled).p-focus { .p-multiselect:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-multiselect .p-multiselect-label { .p-multiselect .p-multiselect-label {
padding: 0.5em 0.5em; padding: 0.5em 0.5em;
@ -819,7 +819,7 @@
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #BA68C8;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
color: #ebedef; color: #ebedef;
@ -828,7 +828,7 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5em; margin-right: 0.5em;
@ -863,26 +863,26 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
} }
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon { .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
font-size: 0.75em; font-size: 0.75em;
transition-duration: 0.2s; transition-duration: 0.2s;
} }
.p-radiobutton .p-radiobutton-box.p-highlight { .p-radiobutton .p-radiobutton-box.p-highlight {
border-color: #9B59B6; border-color: #BA68C8;
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
border-color: #76448A; border-color: #9C27B0;
background: #76448A; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-radiobutton.p-error > .p-radiobutton-box { .p-radiobutton.p-error > .p-radiobutton-box {
@ -900,13 +900,13 @@
.p-rating .p-rating-icon:focus { .p-rating .p-rating-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-rating .p-rating-icon:first-child { .p-rating .p-rating-icon:first-child {
margin-left: 0; margin-left: 0;
} }
.p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover {
color: #9B59B6; color: #BA68C8;
} }
.p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover {
color: #c0392b; color: #c0392b;
@ -932,8 +932,8 @@
color: #AEB6BF; color: #AEB6BF;
} }
.p-selectbutton .p-button.p-highlight { .p-selectbutton .p-button.p-highlight {
background: #9B59B6; background: #BA68C8;
border-color: #9B59B6; border-color: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-left,
@ -941,8 +941,8 @@
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight:hover { .p-selectbutton .p-button.p-highlight:hover {
background: #8E44AD; background: #AB47BC;
border-color: #8E44AD; border-color: #AB47BC;
color: #ffffff; color: #ffffff;
} }
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
@ -975,21 +975,21 @@
height: 1.143em; height: 1.143em;
width: 1.143em; width: 1.143em;
background: #34495E; background: #34495E;
border: 2px solid #9B59B6; border: 2px solid #BA68C8;
border-radius: 50%; border-radius: 50%;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
} }
.p-slider .p-slider-handle:focus { .p-slider .p-slider-handle:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-slider .p-slider-range { .p-slider .p-slider-range {
background: #9B59B6; background: #BA68C8;
} }
.p-slider:not(.p-disabled) .p-slider-handle:hover { .p-slider:not(.p-disabled) .p-slider-handle:hover {
background: #9B59B6; background: #BA68C8;
border-color: #9B59B6; border-color: #BA68C8;
} }
.p-spinner .p-spinner-input { .p-spinner .p-spinner-input {
@ -1056,8 +1056,8 @@
color: #AEB6BF; color: #AEB6BF;
} }
.p-togglebutton.p-button.p-highlight { .p-togglebutton.p-button.p-highlight {
background: #9B59B6; background: #BA68C8;
border-color: #9B59B6; border-color: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight .p-button-icon-left, .p-togglebutton.p-button.p-highlight .p-button-icon-left,
@ -1065,8 +1065,8 @@
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight:hover { .p-togglebutton.p-button.p-highlight:hover {
background: #8E44AD; background: #AB47BC;
border-color: #8E44AD; border-color: #AB47BC;
color: #ffffff; color: #ffffff;
} }
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
@ -1080,27 +1080,27 @@
.p-button { .p-button {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #BA68C8;
border: 1px solid #9B59B6; border: 1px solid #BA68C8;
padding: 0.5em 1em; padding: 0.5em 1em;
font-size: 1rem; font-size: 1rem;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
} }
.p-button:enabled:hover { .p-button:enabled:hover {
background: #8E44AD; background: #AB47BC;
color: #ffffff; color: #ffffff;
border-color: #8E44AD; border-color: #AB47BC;
} }
.p-button:focus { .p-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-button:enabled:active { .p-button:enabled:active {
background: #76448A; background: #9C27B0;
color: #ffffff; color: #ffffff;
border-color: #76448A; border-color: #9C27B0;
} }
.p-button .p-button-icon-left { .p-button .p-button-icon-left {
margin-right: 0.5em; margin-right: 0.5em;
@ -1130,22 +1130,22 @@
} }
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #9B59B6; color: #BA68C8;
background: transparent; background: transparent;
border: 1px solid #9B59B6; border: 1px solid #BA68C8;
} }
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
background: rgba(255, 255, 255, 0.05); background: rgba(255, 255, 255, 0.05);
color: #8E44AD; color: #AB47BC;
border-color: #8E44AD; border-color: #AB47BC;
} }
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus {
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active {
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
color: #76448A; color: #9C27B0;
border-color: #76448A; border-color: #9C27B0;
} }
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button { .p-button.p-button-info, .p-buttonset.p-button-info > .p-button {
@ -1264,7 +1264,7 @@
background: #ced4da; background: #ced4da;
} }
.p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon {
background: #9B59B6; background: #BA68C8;
} }
.p-datatable .p-paginator { .p-datatable .p-paginator {
@ -1312,7 +1312,7 @@
background: #212F3C; background: #212F3C;
} }
.p-datatable .p-sortable-column { .p-datatable .p-sortable-column {
outline-color: #dbc3e5; outline-color: #edd8f1;
} }
.p-datatable .p-sortable-column .p-sortable-column-icon { .p-datatable .p-sortable-column .p-sortable-column-icon {
color: #AEB6BF; color: #AEB6BF;
@ -1323,7 +1323,7 @@
height: 18px; height: 18px;
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #9B59B6; color: #BA68C8;
background: #ffffff; background: #ffffff;
margin-left: 0.5em; margin-left: 0.5em;
} }
@ -1336,16 +1336,16 @@
} }
.p-datatable .p-sortable-column.p-highlight { .p-datatable .p-sortable-column.p-highlight {
background: #212F3C; background: #212F3C;
color: #9B59B6; color: #BA68C8;
} }
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
color: #9B59B6; color: #BA68C8;
} }
.p-datatable .p-datatable-tbody > tr { .p-datatable .p-datatable-tbody > tr {
background: #283747; background: #283747;
color: #ebedef; color: #ebedef;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #dbc3e5; outline-color: #edd8f1;
} }
.p-datatable .p-datatable-tbody > tr > td { .p-datatable .p-datatable-tbody > tr > td {
text-align: left; text-align: left;
@ -1358,10 +1358,10 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover {
color: #9B59B6; color: #BA68C8;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight { .p-datatable .p-datatable-tbody > tr.p-highlight {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler {
@ -1371,16 +1371,16 @@
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
box-shadow: inset 0 2px 0 0 #9B59B6; box-shadow: inset 0 2px 0 0 #BA68C8;
} }
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
box-shadow: inset 0 -2px 0 0 #9B59B6; box-shadow: inset 0 -2px 0 0 #BA68C8;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even) { .p-datatable .p-datatable-tbody > tr:nth-child(even) {
background: #283747; background: #283747;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
@ -1394,7 +1394,7 @@
color: #ebedef; color: #ebedef;
} }
.p-datatable .p-column-resizer-helper { .p-datatable .p-column-resizer-helper {
background: #9B59B6; background: #BA68C8;
} }
.p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
@ -1456,8 +1456,8 @@
border-right: 1px solid #212F3C; border-right: 1px solid #212F3C;
} }
.fc .fc-view-container .fc-event { .fc .fc-view-container .fc-event {
background: #8E44AD; background: #AB47BC;
border: 1px solid #8E44AD; border: 1px solid #AB47BC;
color: #ffffff; color: #ffffff;
} }
.fc .fc-view-container .fc-divider { .fc .fc-view-container .fc-divider {
@ -1466,8 +1466,8 @@
} }
.fc .fc-toolbar .fc-button { .fc .fc-toolbar .fc-button {
color: #ffffff; color: #ffffff;
background: #9B59B6; background: #BA68C8;
border: 1px solid #9B59B6; border: 1px solid #BA68C8;
font-size: 1rem; font-size: 1rem;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
border-radius: 3px; border-radius: 3px;
@ -1475,9 +1475,9 @@
align-items: center; align-items: center;
} }
.fc .fc-toolbar .fc-button:enabled:hover { .fc .fc-toolbar .fc-button:enabled:hover {
background: #8E44AD; background: #AB47BC;
color: #ffffff; color: #ffffff;
border-color: #8E44AD; border-color: #AB47BC;
} }
.fc .fc-toolbar .fc-button .fc-icon-chevron-left { .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
font-family: "PrimeIcons" !important; font-family: "PrimeIcons" !important;
@ -1498,7 +1498,7 @@
.fc .fc-toolbar .fc-button:focus { .fc .fc-toolbar .fc-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
background: #2E4053; background: #2E4053;
@ -1512,14 +1512,14 @@
color: #ebedef; color: #ebedef;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
background: #9B59B6; background: #BA68C8;
border-color: #9B59B6; border-color: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus { .fc .fc-toolbar .fc-button.fc-dayGridMonth-button.p-focus, .fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.p-focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
z-index: 1; z-index: 1;
} }
.fc .fc-toolbar .fc-button-group .fc-button { .fc .fc-toolbar .fc-button-group .fc-button {
@ -1573,10 +1573,10 @@
.p-orderlist .p-orderlist-list .p-orderlist-item:focus { .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
@ -1601,11 +1601,11 @@
color: #ebedef; color: #ebedef;
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight { .p-organizationchart .p-organizationchart-node-content.p-highlight {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
color: #532c64; color: #752f81;
} }
.p-organizationchart .p-organizationchart-line-down { .p-organizationchart .p-organizationchart-line-down {
background: #5D6D7E; background: #5D6D7E;
@ -1634,10 +1634,10 @@
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover {
color: #9B59B6; color: #BA68C8;
} }
.p-paginator { .p-paginator {
@ -1687,7 +1687,7 @@
border-radius: 3px; border-radius: 3px;
} }
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight { .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
@ -1734,10 +1734,10 @@
.p-picklist .p-picklist-list .p-picklist-item:focus { .p-picklist .p-picklist-list .p-picklist-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-picklist .p-picklist-list .p-picklist-item.p-highlight { .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
@ -1790,7 +1790,7 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover { .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover {
color: #9B59B6; color: #BA68C8;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
margin-right: 0.5em; margin-right: 0.5em;
@ -1802,10 +1802,10 @@
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus { .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
@ -1879,7 +1879,7 @@
background: #212F3C; background: #212F3C;
} }
.p-treetable .p-sortable-column { .p-treetable .p-sortable-column {
outline-color: #dbc3e5; outline-color: #edd8f1;
} }
.p-treetable .p-sortable-column .p-sortable-column-icon { .p-treetable .p-sortable-column .p-sortable-column-icon {
color: #AEB6BF; color: #AEB6BF;
@ -1890,7 +1890,7 @@
height: 18px; height: 18px;
min-width: 18px; min-width: 18px;
line-height: 18px; line-height: 18px;
color: #9B59B6; color: #BA68C8;
background: #ffffff; background: #ffffff;
margin-left: 0.5em; margin-left: 0.5em;
} }
@ -1903,16 +1903,16 @@
} }
.p-treetable .p-sortable-column.p-highlight { .p-treetable .p-sortable-column.p-highlight {
background: #212F3C; background: #212F3C;
color: #9B59B6; color: #BA68C8;
} }
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
color: #9B59B6; color: #BA68C8;
} }
.p-treetable .p-treetable-tbody > tr { .p-treetable .p-treetable-tbody > tr {
background: #283747; background: #283747;
color: #ebedef; color: #ebedef;
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
outline-color: #dbc3e5; outline-color: #edd8f1;
} }
.p-treetable .p-treetable-tbody > tr > td { .p-treetable .p-treetable-tbody > tr > td {
text-align: left; text-align: left;
@ -1926,10 +1926,10 @@
transition: color 0.2s, box-shadow 0.2s; transition: color 0.2s, box-shadow 0.2s;
} }
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover { .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover {
color: #9B59B6; color: #BA68C8;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight { .p-treetable .p-treetable-tbody > tr.p-highlight {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
@ -1946,7 +1946,7 @@
color: #ebedef; color: #ebedef;
} }
.p-treetable .p-column-resizer-helper { .p-treetable .p-column-resizer-helper {
background: #9B59B6; background: #BA68C8;
} }
.p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer { .p-treetable .p-treetable-scrollable-footer {
@ -1971,7 +1971,7 @@
.p-accordion .p-accordion-header:not(.p-disabled) a:focus { .p-accordion .p-accordion-header:not(.p-disabled) a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
background: #37434f; background: #37434f;
@ -2073,7 +2073,7 @@
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
background: #37434f; background: #37434f;
@ -2107,7 +2107,7 @@
.p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-panel.p-panel-toggleable .p-panel-titlebar { .p-panel.p-panel-toggleable .p-panel-titlebar {
padding: 0.5em 1em; padding: 0.5em 1em;
@ -2152,7 +2152,7 @@
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus { .p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
background: transparent; background: transparent;
@ -2162,8 +2162,8 @@
} }
.p-tabview .p-tabview-nav li.p-highlight a { .p-tabview .p-tabview-nav li.p-highlight a {
background: transparent; background: transparent;
border-color: #9B59B6; border-color: #BA68C8;
color: #9B59B6; color: #BA68C8;
border-width: 0 0 2px 0; border-width: 0 0 2px 0;
} }
.p-tabview .p-tabview-panels { .p-tabview .p-tabview-panels {
@ -2218,7 +2218,7 @@
.p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child {
margin-right: 0; margin-right: 0;
@ -2257,7 +2257,7 @@
padding: 1em; padding: 1em;
} }
.p-overlaypanel .p-overlaypanel-close { .p-overlaypanel .p-overlaypanel-close {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
width: 2em; width: 2em;
height: 2em; height: 2em;
@ -2268,7 +2268,7 @@
transition: background-color 0.2s, box-shadow 0.2s; transition: background-color 0.2s, box-shadow 0.2s;
} }
.p-overlaypanel .p-overlaypanel-close:hover { .p-overlaypanel .p-overlaypanel-close:hover {
background: #76448A; background: #9C27B0;
color: #ffffff; color: #ffffff;
} }
.p-overlaypanel:after { .p-overlaypanel:after {
@ -2347,7 +2347,7 @@
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-fileupload .p-fileupload-content { .p-fileupload .p-fileupload-content {
background: #283747; background: #283747;
@ -2362,14 +2362,14 @@
} }
.p-fileupload-choose:not(.p-disabled):hover { .p-fileupload-choose:not(.p-disabled):hover {
background: #8E44AD; background: #AB47BC;
color: #ffffff; color: #ffffff;
border-color: #8E44AD; border-color: #AB47BC;
} }
.p-fileupload-choose:not(.p-disabled):active { .p-fileupload-choose:not(.p-disabled):active {
background: #76448A; background: #9C27B0;
color: #ffffff; color: #ffffff;
border-color: #76448A; border-color: #9C27B0;
} }
.p-breadcrumb { .p-breadcrumb {
@ -2385,7 +2385,7 @@
.p-breadcrumb ul li .p-menuitem-link:focus { .p-breadcrumb ul li .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
color: #ebedef; color: #ebedef;
@ -2438,7 +2438,7 @@
.p-contextmenu .p-menuitem-link:focus { .p-contextmenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-contextmenu .p-submenu-list { .p-contextmenu .p-submenu-list {
padding: 4px 0; padding: 4px 0;
@ -2506,7 +2506,7 @@
.p-megamenu .p-menuitem-link:focus { .p-megamenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-megamenu .p-megamenu-panel { .p-megamenu .p-megamenu-panel {
background: #283747; background: #283747;
@ -2585,7 +2585,7 @@
.p-menu .p-menuitem-link:focus { .p-menu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-menu.p-menu-overlay { .p-menu.p-menu-overlay {
border: 0 none; border: 0 none;
@ -2648,7 +2648,7 @@
.p-menubar .p-menuitem-link:focus { .p-menubar .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-menubar .p-submenu-list { .p-menubar .p-submenu-list {
padding: 4px 0; padding: 4px 0;
@ -2692,7 +2692,7 @@
.p-panelmenu .p-panelmenu-header > a:focus { .p-panelmenu .p-panelmenu-header > a:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
background: #37434f; background: #37434f;
@ -2758,7 +2758,7 @@
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
padding: 0 0 0 1em; padding: 0 0 0 1em;
@ -2807,10 +2807,10 @@
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-steps .p-steps-item.p-highlight .p-steps-number { .p-steps .p-steps-item.p-highlight .p-steps-number {
background: #9B59B6; background: #BA68C8;
color: #ffffff; color: #ffffff;
} }
.p-steps .p-steps-item.p-highlight .p-steps-title { .p-steps .p-steps-item.p-highlight .p-steps-title {
@ -2854,7 +2854,7 @@
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: transparent; background: transparent;
@ -2864,8 +2864,8 @@
} }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
background: transparent; background: transparent;
border-color: #9B59B6; border-color: #BA68C8;
color: #9B59B6; color: #BA68C8;
border-width: 0 0 2px 0; border-width: 0 0 2px 0;
} }
@ -2909,7 +2909,7 @@
.p-tieredmenu .p-menuitem-link:focus { .p-tieredmenu .p-menuitem-link:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15em #dbc3e5; box-shadow: inset 0 0 0 0.15em #edd8f1;
} }
.p-tieredmenu.p-menu-overlay { .p-tieredmenu.p-menu-overlay {
border: 0 none; border: 0 none;
@ -3061,7 +3061,7 @@
.p-message .p-message-close:focus { .p-message .p-message-close:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-message .p-message-text { .p-message .p-message-text {
font-size: 1em; font-size: 1em;
@ -3216,12 +3216,12 @@
content: " "; content: " ";
} }
.p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon {
background: #9B59B6; background: #BA68C8;
} }
.p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-galleria .p-galleria-content .p-galleria-thumbnail-content { .p-galleria .p-galleria-content .p-galleria-thumbnail-content {
background-color: rgba(0, 0, 0, 0.9); background-color: rgba(0, 0, 0, 0.9);
@ -3259,7 +3259,7 @@
.p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item .p-galleria-thumbnail-item-content:focus { .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item .p-galleria-thumbnail-item-content:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-galleria.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item { .p-galleria.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item {
padding-top: 0.857em; padding-top: 0.857em;
@ -3277,7 +3277,7 @@
background: #ffffff; background: #ffffff;
} }
.p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { .p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon {
background: #9B59B6; background: #BA68C8;
} }
.p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container { .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%); background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
@ -3321,7 +3321,7 @@
.p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover, .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover,
.p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover { .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover {
background: transparent; background: transparent;
color: #9B59B6; color: #BA68C8;
border-color: 0 none; border-color: 0 none;
} }
@ -3346,7 +3346,7 @@
.p-inplace .p-inplace-display:focus { .p-inplace .p-inplace-display:focus {
outline: 0 none; outline: 0 none;
outline-offset: 0; outline-offset: 0;
box-shadow: 0 0 0 0.2em #dbc3e5; box-shadow: 0 0 0 0.2em #edd8f1;
} }
.p-progressbar { .p-progressbar {
@ -3359,7 +3359,7 @@
.p-progressbar .p-progressbar-value { .p-progressbar .p-progressbar-value {
border: 0 none; border: 0 none;
margin: 0; margin: 0;
background: #9B59B6; background: #BA68C8;
} }
.p-progressbar .p-progressbar-label { .p-progressbar .p-progressbar-label {
color: #ebedef; color: #ebedef;

File diff suppressed because it is too large Load Diff

View File

@ -16,59 +16,115 @@
<div class="p-grid"> <div class="p-grid">
<div class="p-col-3"> <div class="p-col-3">
<button class="p-link"> <button class="p-link">
<img src="./assets/images/layouts/themeswitcher-saga-blue.png" alt="Saga Blue" @click="changeTheme($event, 'saga-blue', false)"/> <img src="./assets/images/themes/saga-blue.png" alt="Saga Blue" @click="changeTheme($event, 'saga-blue', false)"/>
<i class="pi pi-check" v-if="theme === 'saga-blue'" /> <i class="pi pi-check" v-if="theme === 'saga-blue'" />
</button> </button>
<span>Saga-Blue</span> <span>Saga-Blue</span>
</div> </div>
<div class="p-col-3"> <div class="p-col-3">
<button class="p-link"> <button class="p-link">
<img src="./assets/images/layouts/themeswitcher-saga-green.png" alt="Saga Green" @click="changeTheme($event, 'saga-green', false)"/> <img src="./assets/images/themes/saga-cyan.png" alt="Saga Cyan" @click="changeTheme($event, 'saga-cyan', false)"/>
<i class="pi pi-check" v-if="theme === 'saga-cyan'" />
</button>
<span>Saga-Cyan</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/themes/saga-deeppurple.png" alt="Saga DeepPurple" @click="changeTheme($event, 'saga-deeppurple', false)"/>
<i class="pi pi-check" v-if="theme === 'saga-deeppurple'" />
</button>
<span>Saga-DeepPurple</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/themes/saga-green.png" alt="Saga Green" @click="changeTheme($event, 'saga-green', false)"/>
<i class="pi pi-check" v-if="theme === 'saga-green'" /> <i class="pi pi-check" v-if="theme === 'saga-green'" />
</button> </button>
<span>Saga-Green</span> <span>Saga-Green</span>
</div> </div>
<div class="p-col-3"> <div class="p-col-3">
<button class="p-link"> <button class="p-link">
<img src="./assets/images/layouts/themeswitcher-saga-purple.png" alt="Saga Purple" @click="changeTheme($event, 'saga-purple', false)"/> <img src="./assets/images/themes/saga-indigo.png" alt="Saga Indigo" @click="changeTheme($event, 'saga-indigo', false)"/>
<i class="pi pi-check" v-if="theme === 'saga-purple'" /> <i class="pi pi-check" v-if="theme === 'saga-indigo'" />
</button> </button>
<span>Saga-Purple</span> <span>Saga-Indigo</span>
</div> </div>
<div class="p-col-3"> <div class="p-col-3">
<button class="p-link"> <button class="p-link">
<img src="./assets/images/layouts/themeswitcher-saga-orange.png" alt="Saga Orange" @click="changeTheme($event, 'saga-orange', false)"/> <img src="./assets/images/themes/saga-orange.png" alt="Saga Orange" @click="changeTheme($event, 'saga-orange', false)"/>
<i class="pi pi-check" v-if="theme === 'saga-orange'" /> <i class="pi pi-check" v-if="theme === 'saga-orange'" />
</button> </button>
<span>Saga-Orange</span> <span>Saga-Orange</span>
</div> </div>
<div class="p-col-3"> <div class="p-col-3">
<button class="p-link"> <button class="p-link">
<img src="./assets/images/layouts/themeswitcher-vela-blue.png" alt="Vela Blue" @click="changeTheme($event, 'vela-blue', 'dark-theme-alt')"/> <img src="./assets/images/themes/saga-purple.png" alt="Saga Purple" @click="changeTheme($event, 'saga-purple', false)"/>
<i class="pi pi-check" v-if="theme === 'saga-purple'" />
</button>
<span>Saga-Purple</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/themes/saga-teal.png" alt="Saga Teal" @click="changeTheme($event, 'saga-teal', false)"/>
<i class="pi pi-check" v-if="theme === 'saga-teal'" />
</button>
<span>Saga-Teal</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/themes/vela-blue.png" alt="Vela Blue" @click="changeTheme($event, 'vela-blue', 'dark-theme-alt')"/>
<i class="pi pi-check" v-if="theme === 'vela-blue'" /> <i class="pi pi-check" v-if="theme === 'vela-blue'" />
</button> </button>
<span>Vela-Blue</span> <span>Vela-Blue</span>
</div> </div>
<div class="p-col-3"> <div class="p-col-3">
<button class="p-link"> <button class="p-link">
<img src="./assets/images/layouts/themeswitcher-vela-green.png" alt="Vela Green" @click="changeTheme($event, 'vela-green', 'dark-theme-alt')"/> <img src="./assets/images/themes/vela-cyan.png" alt="Vela Cyan" @click="changeTheme($event, 'vela-cyan', 'dark-theme-alt')"/>
<i class="pi pi-check" v-if="theme === 'vela-cyan'" />
</button>
<span>Vela-Cyan</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/themes/vela-deeppurple.png" alt="Vela DeepPurple" @click="changeTheme($event, 'vela-deeppurple', 'dark-theme-alt')"/>
<i class="pi pi-check" v-if="theme === 'vela-deeppurple'" />
</button>
<span>Vela-DeepPurple</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/themes/vela-green.png" alt="Vela Green" @click="changeTheme($event, 'vela-green', 'dark-theme-alt')"/>
<i class="pi pi-check" v-if="theme === 'vela-green'" /> <i class="pi pi-check" v-if="theme === 'vela-green'" />
</button> </button>
<span>Vela-Green</span> <span>Vela-Green</span>
</div> </div>
<div class="p-col-3"> <div class="p-col-3">
<button class="p-link"> <button class="p-link">
<img src="./assets/images/layouts/themeswitcher-vela-purple.png" alt="Vela Purple" @click="changeTheme($event, 'vela-purple', 'dark-theme-alt')"/> <img src="./assets/images/themes/vela-indigo.png" alt="Vela Indigo" @click="changeTheme($event, 'vela-indigo', 'dark-theme-alt')"/>
<i class="pi pi-check" v-if="theme === 'vela-blue'" /> <i class="pi pi-check" v-if="theme === 'vela-indigo'" />
</button>
<span>Vela-Indigo</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/themes/vela-orange.png" alt="Vela Orange" @click="changeTheme($event, 'vela-orange', 'dark-theme-alt')"/>
<i class="pi pi-check" v-if="theme === 'vela-orange'" />
</button>
<span>Vela-Orange</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/themes/vela-purple.png" alt="Vela Purple" @click="changeTheme($event, 'vela-purple', 'dark-theme-alt')"/>
<i class="pi pi-check" v-if="theme === 'vela-purple'" />
</button> </button>
<span>Vela-Purple</span> <span>Vela-Purple</span>
</div> </div>
<div class="p-col-3"> <div class="p-col-3">
<button class="p-link"> <button class="p-link">
<img src="./assets/images/layouts/themeswitcher-vela-orange.png" alt="Vela Orange" @click="changeTheme($event, 'vela-orange', 'dark-theme-alt')"/> <img src="./assets/images/themes/vela-teal.png" alt="Vela Teal" @click="changeTheme($event, 'vela-teal', 'dark-theme-alt')"/>
<i class="pi pi-check" v-if="theme === 'vela-orange'" /> <i class="pi pi-check" v-if="theme === 'vela-teal'" />
</button> </button>
<span>Vela-Orange</span> <span>Vela-Teal</span>
</div> </div>
<div class="p-col-3"> <div class="p-col-3">
<button class="p-link"> <button class="p-link">

View File

@ -17,14 +17,22 @@
<li><a href="https://www.primefaces.org/designer/primevue"><i class="pi pi-fw pi-palette" /><span>Designer</span></a></li> <li><a href="https://www.primefaces.org/designer/primevue"><i class="pi pi-fw pi-palette" /><span>Designer</span></a></li>
<li><router-link to="/icons"><i class="pi pi-fw pi-info-circle"/><span>Icons</span></router-link></li> <li><router-link to="/icons"><i class="pi pi-fw pi-info-circle"/><span>Icons</span></router-link></li>
<li class="topbar-submenu-header">FREE COMPONENT THEMES</li> <li class="topbar-submenu-header">FREE COMPONENT THEMES</li>
<li><a @click="changeTheme($event, 'saga-blue', false)"><img src="./assets/images/layouts/themeswitcher-saga-blue.png" alt="Saga Blue" /><span>Saga Blue</span></a></li> <li><a @click="changeTheme($event, 'saga-blue', false)"><img src="./assets/images/themes/saga-blue.png" alt="Saga Blue" /><span>Saga Blue</span></a></li>
<li><a @click="changeTheme($event, 'saga-green', false)"><img src="./assets/images/layouts/themeswitcher-saga-green.png" alt="Saga Green" /><span>Saga Green</span></a></li> <li><a @click="changeTheme($event, 'saga-cyan', false)"><img src="./assets/images/themes/saga-cyan.png" alt="Saga Cyan" /><span>Saga Cyan</span></a></li>
<li><a @click="changeTheme($event, 'saga-purple', false)"><img src="./assets/images/layouts/themeswitcher-saga-purple.png" alt="Saga Purple" /><span>Saga Purple</span></a></li> <li><a @click="changeTheme($event, 'saga-deeppurple', false)"><img src="./assets/images/themes/saga-deeppurple.png" alt="Saga DeepPurple" /><span>Saga DeepPurple</span></a></li>
<li><a @click="changeTheme($event, 'saga-orange', false)"><img src="./assets/images/layouts/themeswitcher-saga-orange.png" alt="Saga Orange" /><span>Saga Orange</span></a></li> <li><a @click="changeTheme($event, 'saga-green', false)"><img src="./assets/images/themes/saga-green.png" alt="Saga Green" /><span>Saga Green</span></a></li>
<li><a @click="changeTheme($event, 'vela-blue', 'dark-theme-alt')"><img src="./assets/images/layouts/themeswitcher-vela-blue.png" alt="Vela Blue" /><span>Vela Blue</span></a></li> <li><a @click="changeTheme($event, 'saga-indigo', false)"><img src="./assets/images/themes/saga-indigo.png" alt="Saga Indigo" /><span>Saga Indigo</span></a></li>
<li><a @click="changeTheme($event, 'vela-green', 'dark-theme-alt')"><img src="./assets/images/layouts/themeswitcher-vela-green.png" alt="Vela Green" /><span>Vela Green</span></a></li> <li><a @click="changeTheme($event, 'saga-orange', false)"><img src="./assets/images/themes/saga-orange.png" alt="Saga Orange" /><span>Saga Orange</span></a></li>
<li><a @click="changeTheme($event, 'vela-purple', 'dark-theme-alt')"><img src="./assets/images/layouts/themeswitcher-vela-purple.png" alt="Vela Purple" /><span>Vela Purple</span></a></li> <li><a @click="changeTheme($event, 'saga-purple', false)"><img src="./assets/images/themes/saga-purple.png" alt="Saga Purple" /><span>Saga Purple</span></a></li>
<li><a @click="changeTheme($event, 'vela-orange', 'dark-theme-alt')"><img src="./assets/images/layouts/themeswitcher-vela-orange.png" alt="Vela Orange" /><span>Vela Orange</span></a></li> <li><a @click="changeTheme($event, 'saga-teal', false)"><img src="./assets/images/themes/saga-teal.png" alt="Saga Teal" /><span>Saga Teal</span></a></li>
<li><a @click="changeTheme($event, 'vela-blue', false)"><img src="./assets/images/themes/vela-blue.png" alt="Vela Blue" /><span>Vela Blue</span></a></li>
<li><a @click="changeTheme($event, 'vela-cyan', false)"><img src="./assets/images/themes/vela-cyan.png" alt="Vela Blue" /><span>Vela Cyan</span></a></li>
<li><a @click="changeTheme($event, 'vela-deeppurple', false)"><img src="./assets/images/themes/vela-deeppurple.png" alt="Vela Blue" /><span>Vela DeepPurple</span></a></li>
<li><a @click="changeTheme($event, 'vela-green', false)"><img src="./assets/images/themes/vela-green.png" alt="Vela Green" /><span>Vela Green</span></a></li>
<li><a @click="changeTheme($event, 'vela-indigo', false)"><img src="./assets/images/themes/vela-indigo.png" alt="Vela Indigo" /><span>Vela Indigo</span></a></li>
<li><a @click="changeTheme($event, 'vela-orange', false)"><img src="./assets/images/themes/vela-orange.png" alt="Vela Orange" /><span>Vela Orange</span></a></li>
<li><a @click="changeTheme($event, 'vela-purple', false)"><img src="./assets/images/themes/vela-purple.png" alt="Vela Purple" /><span>Vela Purple</span></a></li>
<li><a @click="changeTheme($event, 'vela-teal', false)"><img src="./assets/images/themes/vela-teal.png" alt="Vela Teal" /><span>Vela Teal</span></a></li>
<li><a @click="changeTheme($event, 'nova-light', false)"><img src="./assets/images/layouts/themeswitcher-nova-light.png" alt="Nova Light" /><span>Nova Light</span></a></li> <li><a @click="changeTheme($event, 'nova-light', false)"><img src="./assets/images/layouts/themeswitcher-nova-light.png" alt="Nova Light" /><span>Nova Light</span></a></li>
<li><a @click="changeTheme($event, 'nova-dark', false)"><img src="./assets/images/layouts/themeswitcher-nova-dark.png" alt="Nova Dark" /><span>Nova Dark</span></a></li> <li><a @click="changeTheme($event, 'nova-dark', false)"><img src="./assets/images/layouts/themeswitcher-nova-dark.png" alt="Nova Dark" /><span>Nova Dark</span></a></li>
<li><a @click="changeTheme($event, 'nova-colored', false)"><img src="./assets/images/layouts/themeswitcher-nova-colored.png" alt="Nova Colored" /><span>Nova Colored</span></a></li> <li><a @click="changeTheme($event, 'nova-colored', false)"><img src="./assets/images/layouts/themeswitcher-nova-colored.png" alt="Nova Colored" /><span>Nova Colored</span></a></li>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -906,7 +906,7 @@ a {
} }
.p-grid > div { .p-grid > div {
padding: 1em; padding: 1em .5em;
text-align: center; text-align: center;
span { span {
@ -929,7 +929,7 @@ a {
} }
span { span {
font-size: 13px; font-size: 12px;
} }
} }