diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 8ec529525..1c7d46d5a 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; border-color: #2196F3; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; border-color: #2196F3; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -298,7 +298,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; border-color: #2196F3; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; border-color: #2196F3; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; border-color: #2196F3; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #c3cad2; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; border-color: #2196F3; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; border-color: #2196F3; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; border-color: #2196F3; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-slider .p-slider-range { background: #2196F3; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-button:enabled:active { background: #1976D2; @@ -1140,7 +1140,7 @@ border-color: #1E88E5; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: #dee2e6; @@ -1159,7 +1159,7 @@ border-color: #0277BD; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #55c2fd; + box-shadow: 0 0 0 0.2em #81D4FA; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #01579B; @@ -1178,7 +1178,7 @@ border-color: #558B2F; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #a9d383; + box-shadow: 0 0 0 0.2em #A5D6A7; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #33691E; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFA000; - border: 1px solid #F39C12; + background: #FBC02D; + border: 1px solid #FBC02D; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FF8F00; + background: #F9A825; color: #212529; - border-color: #FF8F00; + border-color: #F9A825; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ffd080; + box-shadow: 0 0 0 0.2em #FDD835; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF6F00; + background: #F57F17; color: #212529; - border-color: #FF6F00; + border-color: #F57F17; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #C62828; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #e99898; + box-shadow: 0 0 0 0.2em #EF9A9A; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #B71C1C; @@ -1312,7 +1312,7 @@ background: #f8f9fa; } .p-datatable .p-sortable-column { - outline-color: #b2dbfb; + outline-color: #BBDEFB; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1345,7 +1345,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #b2dbfb; + outline-color: #BBDEFB; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #2196F3; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #2196F3; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #2196F3; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #2196F3; @@ -1879,7 +1879,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #b2dbfb; + outline-color: #BBDEFB; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1912,7 +1912,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #b2dbfb; + outline-color: #BBDEFB; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #e9ecef; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #e9ecef; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: #ffffff; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #2196F3; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b2dbfb; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b2dbfb; + box-shadow: 0 0 0 0.2em #BBDEFB; } .p-progressbar { diff --git a/public/themes/saga-cyan/theme.css b/public/themes/saga-cyan/theme.css index fea883b90..a2aa528ab 100644 --- a/public/themes/saga-cyan/theme.css +++ b/public/themes/saga-cyan/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; border-color: #00ACC1; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; border-color: #00ACC1; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -298,7 +298,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; border-color: #00ACC1; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; border-color: #00ACC1; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; border-color: #00ACC1; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #c3cad2; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; border-color: #00ACC1; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; border-color: #00ACC1; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; border-color: #00ACC1; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-slider .p-slider-range { background: #00ACC1; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-button:enabled:active { background: #00838F; @@ -1140,7 +1140,7 @@ border-color: #0097A7; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: #dee2e6; @@ -1159,7 +1159,7 @@ border-color: #0277BD; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #55c2fd; + box-shadow: 0 0 0 0.2em #81D4FA; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #01579B; @@ -1178,7 +1178,7 @@ border-color: #558B2F; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #a9d383; + box-shadow: 0 0 0 0.2em #A5D6A7; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #33691E; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFA000; - border: 1px solid #F39C12; + background: #FBC02D; + border: 1px solid #FBC02D; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FF8F00; + background: #F9A825; color: #212529; - border-color: #FF8F00; + border-color: #F9A825; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ffd080; + box-shadow: 0 0 0 0.2em #FDD835; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF6F00; + background: #F57F17; color: #212529; - border-color: #FF6F00; + border-color: #F57F17; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #C62828; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #e99898; + box-shadow: 0 0 0 0.2em #EF9A9A; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #B71C1C; @@ -1312,7 +1312,7 @@ background: #f8f9fa; } .p-datatable .p-sortable-column { - outline-color: #5bedff; + outline-color: #B2EBF2; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1345,7 +1345,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #5bedff; + outline-color: #B2EBF2; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #00ACC1; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #00ACC1; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #00ACC1; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #00ACC1; @@ -1879,7 +1879,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #5bedff; + outline-color: #B2EBF2; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1912,7 +1912,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #5bedff; + outline-color: #B2EBF2; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #e9ecef; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #e9ecef; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: #ffffff; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #00ACC1; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #5bedff; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #5bedff; + box-shadow: 0 0 0 0.2em #B2EBF2; } .p-progressbar { diff --git a/public/themes/saga-deeppurple/theme.css b/public/themes/saga-deeppurple/theme.css index 384ebf0c4..55e8179c6 100644 --- a/public/themes/saga-deeppurple/theme.css +++ b/public/themes/saga-deeppurple/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; border-color: #673AB7; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; border-color: #673AB7; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -298,7 +298,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; border-color: #673AB7; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; border-color: #673AB7; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; border-color: #673AB7; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #c3cad2; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; border-color: #673AB7; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; border-color: #673AB7; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; border-color: #673AB7; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-slider .p-slider-range { background: #673AB7; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-button:enabled:active { background: #512DA8; @@ -1140,7 +1140,7 @@ border-color: #5E35B1; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: #dee2e6; @@ -1159,7 +1159,7 @@ border-color: #0277BD; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #55c2fd; + box-shadow: 0 0 0 0.2em #81D4FA; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #01579B; @@ -1178,7 +1178,7 @@ border-color: #558B2F; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #a9d383; + box-shadow: 0 0 0 0.2em #A5D6A7; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #33691E; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFA000; - border: 1px solid #F39C12; + background: #FBC02D; + border: 1px solid #FBC02D; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FF8F00; + background: #F9A825; color: #212529; - border-color: #FF8F00; + border-color: #F9A825; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ffd080; + box-shadow: 0 0 0 0.2em #FDD835; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF6F00; + background: #F57F17; color: #212529; - border-color: #FF6F00; + border-color: #F57F17; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #C62828; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #e99898; + box-shadow: 0 0 0 0.2em #EF9A9A; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #B71C1C; @@ -1312,7 +1312,7 @@ background: #f8f9fa; } .p-datatable .p-sortable-column { - outline-color: #bda7e3; + outline-color: #D1C4E9; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1345,7 +1345,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #bda7e3; + outline-color: #D1C4E9; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #673AB7; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #673AB7; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #673AB7; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #673AB7; @@ -1879,7 +1879,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #bda7e3; + outline-color: #D1C4E9; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1912,7 +1912,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #bda7e3; + outline-color: #D1C4E9; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #e9ecef; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #e9ecef; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: #ffffff; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #673AB7; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bda7e3; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bda7e3; + box-shadow: 0 0 0 0.2em #D1C4E9; } .p-progressbar { diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 2dcf180cb..472bb712e 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; border-color: #4CAF50; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; border-color: #4CAF50; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -298,7 +298,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; border-color: #4CAF50; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; border-color: #4CAF50; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; border-color: #4CAF50; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #c3cad2; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; border-color: #4CAF50; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; border-color: #4CAF50; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; border-color: #4CAF50; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-slider .p-slider-range { background: #4CAF50; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-button:enabled:active { background: #388E3C; @@ -1140,7 +1140,7 @@ border-color: #43A047; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: #dee2e6; @@ -1159,7 +1159,7 @@ border-color: #0277BD; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #55c2fd; + box-shadow: 0 0 0 0.2em #81D4FA; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #01579B; @@ -1178,7 +1178,7 @@ border-color: #558B2F; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #a9d383; + box-shadow: 0 0 0 0.2em #A5D6A7; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #33691E; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFA000; - border: 1px solid #F39C12; + background: #FBC02D; + border: 1px solid #FBC02D; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FF8F00; + background: #F9A825; color: #212529; - border-color: #FF8F00; + border-color: #F9A825; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ffd080; + box-shadow: 0 0 0 0.2em #FDD835; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF6F00; + background: #F57F17; color: #212529; - border-color: #FF6F00; + border-color: #F57F17; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #C62828; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #e99898; + box-shadow: 0 0 0 0.2em #EF9A9A; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #B71C1C; @@ -1312,7 +1312,7 @@ background: #f8f9fa; } .p-datatable .p-sortable-column { - outline-color: #b5dfb7; + outline-color: #C8E6C9; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1345,7 +1345,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #b5dfb7; + outline-color: #C8E6C9; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #4CAF50; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #4CAF50; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #4CAF50; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #4CAF50; @@ -1879,7 +1879,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #b5dfb7; + outline-color: #C8E6C9; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1912,7 +1912,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #b5dfb7; + outline-color: #C8E6C9; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #e9ecef; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #e9ecef; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: #ffffff; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #4CAF50; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #b5dfb7; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #b5dfb7; + box-shadow: 0 0 0 0.2em #C8E6C9; } .p-progressbar { diff --git a/public/themes/saga-indigo/theme.css b/public/themes/saga-indigo/theme.css index 3c611bdd3..f0407cb45 100644 --- a/public/themes/saga-indigo/theme.css +++ b/public/themes/saga-indigo/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; border-color: #3F51B5; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; border-color: #3F51B5; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -298,7 +298,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; border-color: #3F51B5; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; border-color: #3F51B5; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; border-color: #3F51B5; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #c3cad2; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; border-color: #3F51B5; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; border-color: #3F51B5; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; border-color: #3F51B5; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-slider .p-slider-range { background: #3F51B5; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-button:enabled:active { background: #303F9F; @@ -1140,7 +1140,7 @@ border-color: #3949AB; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: #dee2e6; @@ -1159,7 +1159,7 @@ border-color: #0277BD; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #55c2fd; + box-shadow: 0 0 0 0.2em #81D4FA; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #01579B; @@ -1178,7 +1178,7 @@ border-color: #558B2F; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #a9d383; + box-shadow: 0 0 0 0.2em #A5D6A7; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #33691E; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFA000; - border: 1px solid #F39C12; + background: #FBC02D; + border: 1px solid #FBC02D; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FF8F00; + background: #F9A825; color: #212529; - border-color: #FF8F00; + border-color: #F9A825; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ffd080; + box-shadow: 0 0 0 0.2em #FDD835; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF6F00; + background: #F57F17; color: #212529; - border-color: #FF6F00; + border-color: #F57F17; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #C62828; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #e99898; + box-shadow: 0 0 0 0.2em #EF9A9A; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #B71C1C; @@ -1312,7 +1312,7 @@ background: #f8f9fa; } .p-datatable .p-sortable-column { - outline-color: #abb4e2; + outline-color: #C5CAE9; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1345,7 +1345,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #abb4e2; + outline-color: #C5CAE9; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #3F51B5; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #3F51B5; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #3F51B5; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #3F51B5; @@ -1879,7 +1879,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #abb4e2; + outline-color: #C5CAE9; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1912,7 +1912,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #abb4e2; + outline-color: #C5CAE9; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #e9ecef; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #e9ecef; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: #ffffff; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #3F51B5; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #abb4e2; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #abb4e2; + box-shadow: 0 0 0 0.2em #C5CAE9; } .p-progressbar { diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index c3583dd6a..33ac0a927 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } ::-webkit-input-placeholder { @@ -66,13 +66,13 @@ padding: 0.25em 0.5em; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #FFB300; + border-color: #FFC107; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; - border-color: #FFB300; + box-shadow: 0 0 0 0.2em #FFECB3; + border-color: #FFC107; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.25em 0; @@ -87,7 +87,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.25em 0.5em; margin-right: 0.5em; - background: #FFB300; + background: #FFC107; color: #212529; border-radius: 3px; } @@ -120,7 +120,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { color: #212529; - background: #FFB300; + background: #FFC107; } .p-autocomplete-panel.p-error > .p-inputtext { border-color: #d98880; @@ -176,8 +176,8 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; - border-color: #FFB300; + box-shadow: 0 0 0 0.2em #FFECB3; + border-color: #FFC107; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5em; @@ -204,12 +204,12 @@ } .p-datepicker table td > span.p-highlight { color: #212529; - background: #FFB300; + background: #FFC107; } .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -217,7 +217,7 @@ } .p-datepicker table td.p-datepicker-today > span.p-highlight { color: #212529; - background: #FFB300; + background: #FFC107; } .p-datepicker .p-datepicker-buttonbar { padding: 1em 0; @@ -264,7 +264,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #212529; - background: #FFB300; + background: #FFC107; } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { border-right: 1px solid #dee2e6; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -298,7 +298,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-checkbox { @@ -318,22 +318,22 @@ transition-duration: 0.2s; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #FFB300; + border-color: #FFC107; } .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; - border-color: #FFB300; + box-shadow: 0 0 0 0.2em #FFECB3; + border-color: #FFC107; } .p-checkbox .p-checkbox-box.p-highlight { - border-color: #FFB300; - background: #FFB300; + border-color: #FFC107; + background: #FFC107; color: #212529; } .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #FF8F00; - background: #FF8F00; + border-color: #FFA000; + background: #FFA000; color: #212529; } .p-checkbox.p-error > .p-checkbox-box { @@ -344,18 +344,18 @@ padding: 0.25em 0.5em; } .p-chips .p-chips-multiple-container:not(.p-disabled):hover { - border-color: #FFB300; + border-color: #FFC107; } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; - border-color: #FFB300; + box-shadow: 0 0 0 0.2em #FFECB3; + border-color: #FFC107; } .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.25em 0.5em; margin-right: 0.5em; - background: #FFB300; + background: #FFC107; color: #212529; border-radius: 3px; } @@ -402,13 +402,13 @@ border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { - border-color: #FFB300; + border-color: #FFC107; } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; - border-color: #FFB300; + box-shadow: 0 0 0 0.2em #FFECB3; + border-color: #FFC107; } .p-dropdown .p-dropdown-label { border: 0 none; @@ -470,7 +470,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { color: #212529; - background: #FFB300; + background: #FFC107; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { 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.ql-selected, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #FFB300; + color: #FFC107; } .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.ql-selected .ql-stroke-miter, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #FFB300; + stroke: #FFC107; } .p-inputgroup-addon { @@ -617,19 +617,19 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #c3cad2; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background: #FFB300; + background: #FFC107; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { background: #cccccc; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background: #FFA000; + background: #FFB300; } .p-inputswitch.p-error { @@ -648,13 +648,13 @@ border-radius: 3px; } .p-inputtext:enabled:hover { - border-color: #FFB300; + border-color: #FFC107; } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; - border-color: #FFB300; + box-shadow: 0 0 0 0.2em #FFECB3; + border-color: #FFC107; } .p-inputtext.p-error { @@ -721,12 +721,12 @@ } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { color: #212529; - background: #FFB300; + background: #FFC107; } .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -744,13 +744,13 @@ border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { - border-color: #FFB300; + border-color: #FFC107; } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; - border-color: #FFB300; + box-shadow: 0 0 0 0.2em #FFECB3; + border-color: #FFC107; } .p-multiselect .p-multiselect-label { padding: 0.5em 0.5em; @@ -819,7 +819,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { color: #212529; - background: #FFB300; + background: #FFC107; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -863,26 +863,26 @@ 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 { - border-color: #FFB300; + border-color: #FFC107; } .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; - border-color: #FFB300; + box-shadow: 0 0 0 0.2em #FFECB3; + border-color: #FFC107; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { font-size: 0.75em; transition-duration: 0.2s; } .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #FFB300; - background: #FFB300; + border-color: #FFC107; + background: #FFC107; color: #212529; } .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #FF8F00; - background: #FF8F00; + border-color: #FFA000; + background: #FFA000; color: #212529; } .p-radiobutton.p-error > .p-radiobutton-box { @@ -900,13 +900,13 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-rating .p-rating-icon:first-child { margin-left: 0; } .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #FFB300; + color: #FFC107; } .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { color: #c0392b; @@ -932,8 +932,8 @@ color: #6c757d; } .p-selectbutton .p-button.p-highlight { - background: #FFB300; - border-color: #FFB300; + background: #FFC107; + border-color: #FFC107; color: #212529; } .p-selectbutton .p-button.p-highlight .p-button-icon-left, @@ -941,8 +941,8 @@ color: #212529; } .p-selectbutton .p-button.p-highlight:hover { - background: #FFA000; - border-color: #FFA000; + background: #FFB300; + border-color: #FFB300; color: #212529; } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, @@ -975,21 +975,21 @@ height: 1.143em; width: 1.143em; background: #ffffff; - border: 2px solid #FFB300; + border: 2px solid #FFC107; border-radius: 50%; transition: background-color 0.2s, box-shadow 0.2s; } .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-slider .p-slider-range { - background: #FFB300; + background: #FFC107; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #FFB300; - border-color: #FFB300; + background: #FFC107; + border-color: #FFC107; } .p-spinner .p-spinner-input { @@ -1056,8 +1056,8 @@ color: #6c757d; } .p-togglebutton.p-button.p-highlight { - background: #FFB300; - border-color: #FFB300; + background: #FFC107; + border-color: #FFC107; color: #212529; } .p-togglebutton.p-button.p-highlight .p-button-icon-left, @@ -1065,8 +1065,8 @@ color: #212529; } .p-togglebutton.p-button.p-highlight:hover { - background: #FFA000; - border-color: #FFA000; + background: #FFB300; + border-color: #FFB300; color: #212529; } .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, @@ -1080,27 +1080,27 @@ .p-button { color: #212529; - background: #FFB300; - border: 1px solid #FFB300; + background: #FFC107; + border: 1px solid #FFC107; padding: 0.5em 1em; font-size: 1rem; transition: background-color 0.2s, box-shadow 0.2s; border-radius: 3px; } .p-button:enabled:hover { - background: #FFA000; + background: #FFB300; color: #212529; - border-color: #FFA000; + border-color: #FFB300; } .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-button:enabled:active { - background: #FF8F00; + background: #FFA000; color: #212529; - border-color: #FF8F00; + border-color: #FFA000; } .p-button .p-button-icon-left { margin-right: 0.5em; @@ -1130,22 +1130,22 @@ } .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { - color: #FFB300; + color: #FFC107; background: #ffffff; - border: 1px solid #FFB300; + border: 1px solid #FFC107; } .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { background: #e9ecef; - color: #FFA000; - border-color: #FFA000; + color: #FFB300; + border-color: #FFB300; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: #dee2e6; - color: #FF8F00; - border-color: #FF8F00; + color: #FFA000; + border-color: #FFA000; } .p-button.p-button-info, .p-buttonset.p-button-info > .p-button { @@ -1159,7 +1159,7 @@ border-color: #0277BD; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #55c2fd; + box-shadow: 0 0 0 0.2em #81D4FA; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #01579B; @@ -1178,7 +1178,7 @@ border-color: #558B2F; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #a9d383; + box-shadow: 0 0 0 0.2em #A5D6A7; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #33691E; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFA000; - border: 1px solid #F39C12; + background: #FBC02D; + border: 1px solid #FBC02D; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FF8F00; + background: #F9A825; color: #212529; - border-color: #FF8F00; + border-color: #F9A825; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ffd080; + box-shadow: 0 0 0 0.2em #FDD835; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF6F00; + background: #F57F17; color: #212529; - border-color: #FF6F00; + border-color: #F57F17; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #C62828; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #e99898; + box-shadow: 0 0 0 0.2em #EF9A9A; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #B71C1C; @@ -1264,7 +1264,7 @@ background: #ced4da; } .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background: #FFB300; + background: #FFC107; } .p-datatable .p-paginator { @@ -1312,7 +1312,7 @@ background: #f8f9fa; } .p-datatable .p-sortable-column { - outline-color: #ffe199; + outline-color: #FFECB3; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1323,7 +1323,7 @@ height: 18px; min-width: 18px; line-height: 18px; - color: #FFB300; + color: #FFC107; background: #212529; margin-left: 0.5em; } @@ -1336,16 +1336,16 @@ } .p-datatable .p-sortable-column.p-highlight { background: #f8f9fa; - color: #FFB300; + color: #FFC107; } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #FFB300; + color: #FFC107; } .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #ffe199; + outline-color: #FFECB3; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1358,10 +1358,10 @@ transition: color 0.2s, box-shadow 0.2s; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #FFB300; + color: #FFC107; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: #FFB300; + background: #FFC107; color: #212529; } .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { @@ -1371,16 +1371,16 @@ color: #212529; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #FFB300; + box-shadow: inset 0 2px 0 0 #FFC107; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #FFB300; + box-shadow: inset 0 -2px 0 0 #FFC107; } .p-datatable .p-datatable-tbody > tr:nth-child(even) { background: #ffffff; } .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background: #FFB300; + background: #FFC107; color: #212529; } .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { @@ -1394,7 +1394,7 @@ color: #495057; } .p-datatable .p-column-resizer-helper { - background: #FFB300; + background: #FFC107; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { @@ -1456,8 +1456,8 @@ border-right: 1px solid #dee2e6; } .fc .fc-view-container .fc-event { - background: #FFA000; - border: 1px solid #FFA000; + background: #FFB300; + border: 1px solid #FFB300; color: #212529; } .fc .fc-view-container .fc-divider { @@ -1466,8 +1466,8 @@ } .fc .fc-toolbar .fc-button { color: #212529; - background: #FFB300; - border: 1px solid #FFB300; + background: #FFC107; + border: 1px solid #FFC107; font-size: 1rem; transition: background-color 0.2s, box-shadow 0.2s; border-radius: 3px; @@ -1475,9 +1475,9 @@ align-items: center; } .fc .fc-toolbar .fc-button:enabled:hover { - background: #FFA000; + background: #FFB300; color: #212529; - border-color: #FFA000; + border-color: #FFB300; } .fc .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .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; @@ -1512,14 +1512,14 @@ 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 { - background: #FFB300; - border-color: #FFB300; + background: #FFC107; + border-color: #FFC107; color: #212529; } .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-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,10 +1573,10 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background: #FFB300; + background: #FFC107; color: #212529; } @@ -1601,11 +1601,11 @@ color: #495057; } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: #FFB300; + background: #FFC107; color: #212529; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #805a00; + color: #876500; } .p-organizationchart .p-organizationchart-line-down { background: #dee2e6; @@ -1634,10 +1634,10 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { - color: #FFB300; + color: #FFC107; } .p-paginator { @@ -1687,7 +1687,7 @@ border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: #FFB300; + background: #FFC107; color: #212529; } .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 { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background: #FFB300; + background: #FFC107; color: #212529; } @@ -1790,7 +1790,7 @@ transition: color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover { - color: #FFB300; + color: #FFC107; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5em; @@ -1802,10 +1802,10 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: #FFB300; + background: #FFC107; color: #212529; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, @@ -1879,7 +1879,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #ffe199; + outline-color: #FFECB3; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1890,7 +1890,7 @@ height: 18px; min-width: 18px; line-height: 18px; - color: #FFB300; + color: #FFC107; background: #212529; margin-left: 0.5em; } @@ -1903,16 +1903,16 @@ } .p-treetable .p-sortable-column.p-highlight { background: #f8f9fa; - color: #FFB300; + color: #FFC107; } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #FFB300; + color: #FFC107; } .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #ffe199; + outline-color: #FFECB3; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1926,10 +1926,10 @@ transition: color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover { - color: #FFB300; + color: #FFC107; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: #FFB300; + background: #FFC107; color: #212529; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { @@ -1946,7 +1946,7 @@ color: #495057; } .p-treetable .p-column-resizer-helper { - background: #FFB300; + background: #FFC107; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #e9ecef; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #e9ecef; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: #ffffff; @@ -2162,8 +2162,8 @@ } .p-tabview .p-tabview-nav li.p-highlight a { background: #ffffff; - border-color: #FFB300; - color: #FFB300; + border-color: #FFC107; + color: #FFC107; border-width: 0 0 2px 0; } .p-tabview .p-tabview-panels { @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2257,7 +2257,7 @@ padding: 1em; } .p-overlaypanel .p-overlaypanel-close { - background: #FFB300; + background: #FFC107; color: #212529; width: 2em; height: 2em; @@ -2268,7 +2268,7 @@ transition: background-color 0.2s, box-shadow 0.2s; } .p-overlaypanel .p-overlaypanel-close:hover { - background: #FF8F00; + background: #FFA000; color: #212529; } .p-overlaypanel:after { @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -2362,15 +2362,15 @@ } .p-fileupload-choose:not(.p-disabled):hover { + background: #FFB300; + color: #212529; + border-color: #FFB300; +} +.p-fileupload-choose:not(.p-disabled):active { background: #FFA000; color: #212529; border-color: #FFA000; } -.p-fileupload-choose:not(.p-disabled):active { - background: #FF8F00; - color: #212529; - border-color: #FF8F00; -} .p-breadcrumb { background: #ffffff; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,10 +2807,10 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #FFB300; + background: #FFC107; color: #212529; } .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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -2864,8 +2864,8 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #ffffff; - border-color: #FFB300; - color: #FFB300; + border-color: #FFC107; + color: #FFC107; border-width: 0 0 2px 0; } @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ffe199; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3216,12 +3216,12 @@ content: " "; } .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { - background: #FFB300; + background: #FFC107; } .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .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; @@ -3277,7 +3277,7 @@ 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 { - background: #FFB300; + background: #FFC107; } .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%); @@ -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-next:not(.p-disabled):hover { background: transparent; - color: #FFB300; + color: #FFC107; border-color: 0 none; } @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ffe199; + box-shadow: 0 0 0 0.2em #FFECB3; } .p-progressbar { @@ -3359,7 +3359,7 @@ .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #FFB300; + background: #FFC107; } .p-progressbar .p-progressbar-label { color: #495057; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 192447785..a3d8c4c4c 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; border-color: #9C27B0; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; border-color: #9C27B0; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -298,7 +298,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; border-color: #9C27B0; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; border-color: #9C27B0; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; border-color: #9C27B0; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #c3cad2; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; border-color: #9C27B0; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; border-color: #9C27B0; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; border-color: #9C27B0; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-slider .p-slider-range { background: #9C27B0; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-button:enabled:active { background: #7B1FA2; @@ -1140,7 +1140,7 @@ border-color: #8E24AA; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: #dee2e6; @@ -1159,7 +1159,7 @@ border-color: #0277BD; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #55c2fd; + box-shadow: 0 0 0 0.2em #81D4FA; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #01579B; @@ -1178,7 +1178,7 @@ border-color: #558B2F; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #a9d383; + box-shadow: 0 0 0 0.2em #A5D6A7; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #33691E; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFA000; - border: 1px solid #F39C12; + background: #FBC02D; + border: 1px solid #FBC02D; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FF8F00; + background: #F9A825; color: #212529; - border-color: #FF8F00; + border-color: #F9A825; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ffd080; + box-shadow: 0 0 0 0.2em #FDD835; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF6F00; + background: #F57F17; color: #212529; - border-color: #FF6F00; + border-color: #F57F17; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #C62828; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #e99898; + box-shadow: 0 0 0 0.2em #EF9A9A; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #B71C1C; @@ -1312,7 +1312,7 @@ background: #f8f9fa; } .p-datatable .p-sortable-column { - outline-color: #d88be5; + outline-color: #E1BEE7; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1345,7 +1345,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #d88be5; + outline-color: #E1BEE7; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #9C27B0; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #9C27B0; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #9C27B0; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #9C27B0; @@ -1879,7 +1879,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #d88be5; + outline-color: #E1BEE7; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1912,7 +1912,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #d88be5; + outline-color: #E1BEE7; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #e9ecef; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #e9ecef; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: #ffffff; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #9C27B0; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d88be5; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d88be5; + box-shadow: 0 0 0 0.2em #E1BEE7; } .p-progressbar { diff --git a/public/themes/saga-teal/theme.css b/public/themes/saga-teal/theme.css index f85d149e5..22401faf2 100644 --- a/public/themes/saga-teal/theme.css +++ b/public/themes/saga-teal/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; border-color: #009688; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; border-color: #009688; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -298,7 +298,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; border-color: #009688; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; border-color: #009688; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; border-color: #009688; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #c3cad2; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; border-color: #009688; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; border-color: #009688; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; border-color: #009688; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-slider .p-slider-range { background: #009688; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-button:enabled:active { background: #00796B; @@ -1140,7 +1140,7 @@ border-color: #00897B; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: #dee2e6; @@ -1159,7 +1159,7 @@ border-color: #0277BD; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #55c2fd; + box-shadow: 0 0 0 0.2em #81D4FA; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #01579B; @@ -1178,7 +1178,7 @@ border-color: #558B2F; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #a9d383; + box-shadow: 0 0 0 0.2em #A5D6A7; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #33691E; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFA000; - border: 1px solid #F39C12; + background: #FBC02D; + border: 1px solid #FBC02D; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FF8F00; + background: #F9A825; color: #212529; - border-color: #FF8F00; + border-color: #F9A825; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ffd080; + box-shadow: 0 0 0 0.2em #FDD835; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF6F00; + background: #F57F17; color: #212529; - border-color: #FF6F00; + border-color: #F57F17; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #C62828; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #e99898; + box-shadow: 0 0 0 0.2em #EF9A9A; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #B71C1C; @@ -1312,7 +1312,7 @@ background: #f8f9fa; } .p-datatable .p-sortable-column { - outline-color: #30ffec; + outline-color: #B2DFDB; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1345,7 +1345,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #30ffec; + outline-color: #B2DFDB; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #009688; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #009688; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #009688; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #009688; @@ -1879,7 +1879,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #30ffec; + outline-color: #B2DFDB; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #6c757d; @@ -1912,7 +1912,7 @@ background: #ffffff; color: #495057; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #30ffec; + outline-color: #B2DFDB; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #e9ecef; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #e9ecef; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: #ffffff; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #009688; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #30ffec; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #30ffec; + box-shadow: 0 0 0 0.2em #B2DFDB; } .p-progressbar { diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 5f698c017..8129918da 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; border-color: #64B5F6; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; border-color: #64B5F6; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-datepicker table td.p-datepicker-today > span { background: transparent; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; border-color: #64B5F6; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; border-color: #64B5F6; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; border-color: #64B5F6; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #5D6D7E; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; border-color: #64B5F6; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #ebedef; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; border-color: #64B5F6; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; border-color: #64B5F6; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-slider .p-slider-range { background: #64B5F6; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-button:enabled:active { background: #2196F3; @@ -1140,7 +1140,7 @@ border-color: #42A5F5; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: rgba(255, 255, 255, 0.1); @@ -1159,7 +1159,7 @@ border-color: #29B6F6; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #c9edfd; + box-shadow: 0 0 0 0.1em #E1F5FE; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #03A9F4; @@ -1178,7 +1178,7 @@ border-color: #9CCC65; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebf5e1; + box-shadow: 0 0 0 0.1em #F1F8E9; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #8BC34A; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFF176; + border: 1px solid #FFF176; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FFA726; + background: #FFEE58; color: #212529; - border-color: #FFA726; + border-color: #FFEE58; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em blanchedalmond; + box-shadow: 0 0 0 0.1em #FFFDE7; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF9800; + background: #FFEB3B; color: #212529; - border-color: #FF9800; + border-color: #FFEB3B; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #EF5350; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #f9dfdf; + box-shadow: 0 0 0 0.1em #FFEBEE; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #F44336; @@ -1312,7 +1312,7 @@ background: #212F3C; } .p-datatable .p-sortable-column { - outline-color: #f5fafe; + outline-color: #BBDEFB; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1345,7 +1345,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #f5fafe; + outline-color: #BBDEFB; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #64B5F6; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #64B5F6; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #64B5F6; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #64B5F6; @@ -1879,7 +1879,7 @@ background: #212F3C; } .p-treetable .p-sortable-column { - outline-color: #f5fafe; + outline-color: #BBDEFB; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1912,7 +1912,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #f5fafe; + outline-color: #BBDEFB; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #37434f; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #37434f; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: transparent; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-fileupload .p-fileupload-content { background: #283747; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #ebedef; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-megamenu .p-megamenu-panel { background: #283747; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #37434f; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #64B5F6; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: transparent; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #f5fafe; + box-shadow: inset 0 0 0 0.15em #BBDEFB; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #f5fafe; + box-shadow: 0 0 0 0.1em #BBDEFB; } .p-progressbar { diff --git a/public/themes/vela-cyan/theme.css b/public/themes/vela-cyan/theme.css index c1bed54ab..21a478b5b 100644 --- a/public/themes/vela-cyan/theme.css +++ b/public/themes/vela-cyan/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; border-color: #4DD0E1; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; border-color: #4DD0E1; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-datepicker table td.p-datepicker-today > span { background: transparent; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; border-color: #4DD0E1; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; border-color: #4DD0E1; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; border-color: #4DD0E1; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #5D6D7E; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; border-color: #4DD0E1; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #ebedef; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; border-color: #4DD0E1; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; border-color: #4DD0E1; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-slider .p-slider-range { background: #4DD0E1; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-button:enabled:active { background: #00BCD4; @@ -1140,7 +1140,7 @@ border-color: #26C6DA; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: rgba(255, 255, 255, 0.1); @@ -1159,7 +1159,7 @@ border-color: #29B6F6; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #c9edfd; + box-shadow: 0 0 0 0.1em #E1F5FE; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #03A9F4; @@ -1178,7 +1178,7 @@ border-color: #9CCC65; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebf5e1; + box-shadow: 0 0 0 0.1em #F1F8E9; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #8BC34A; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFF176; + border: 1px solid #FFF176; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FFA726; + background: #FFEE58; color: #212529; - border-color: #FFA726; + border-color: #FFEE58; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em blanchedalmond; + box-shadow: 0 0 0 0.1em #FFFDE7; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF9800; + background: #FFEB3B; color: #212529; - border-color: #FF9800; + border-color: #FFEB3B; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #EF5350; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #f9dfdf; + box-shadow: 0 0 0 0.1em #FFEBEE; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #F44336; @@ -1312,7 +1312,7 @@ background: #212F3C; } .p-datatable .p-sortable-column { - outline-color: #d0f3f7; + outline-color: #B2EBF2; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1345,7 +1345,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #d0f3f7; + outline-color: #B2EBF2; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #4DD0E1; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #4DD0E1; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #4DD0E1; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #4DD0E1; @@ -1879,7 +1879,7 @@ background: #212F3C; } .p-treetable .p-sortable-column { - outline-color: #d0f3f7; + outline-color: #B2EBF2; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1912,7 +1912,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #d0f3f7; + outline-color: #B2EBF2; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #37434f; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #37434f; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: transparent; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-fileupload .p-fileupload-content { background: #283747; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #ebedef; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-megamenu .p-megamenu-panel { background: #283747; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #37434f; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #4DD0E1; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: transparent; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #d0f3f7; + box-shadow: inset 0 0 0 0.15em #B2EBF2; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #d0f3f7; + box-shadow: 0 0 0 0.1em #B2EBF2; } .p-progressbar { diff --git a/public/themes/vela-deeppurple/theme.css b/public/themes/vela-deeppurple/theme.css index 4a5519ed1..4f548adf2 100644 --- a/public/themes/vela-deeppurple/theme.css +++ b/public/themes/vela-deeppurple/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; border-color: #9575CD; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; border-color: #9575CD; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-datepicker table td.p-datepicker-today > span { background: transparent; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; border-color: #9575CD; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; border-color: #9575CD; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; border-color: #9575CD; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #5D6D7E; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; border-color: #9575CD; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #ebedef; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; border-color: #9575CD; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; border-color: #9575CD; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-slider .p-slider-range { background: #9575CD; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-button:enabled:active { background: #673AB7; @@ -1140,7 +1140,7 @@ border-color: #7E57C2; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: rgba(255, 255, 255, 0.1); @@ -1159,7 +1159,7 @@ border-color: #29B6F6; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #c9edfd; + box-shadow: 0 0 0 0.1em #E1F5FE; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #03A9F4; @@ -1178,7 +1178,7 @@ border-color: #9CCC65; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebf5e1; + box-shadow: 0 0 0 0.1em #F1F8E9; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #8BC34A; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFF176; + border: 1px solid #FFF176; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FFA726; + background: #FFEE58; color: #212529; - border-color: #FFA726; + border-color: #FFEE58; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em blanchedalmond; + box-shadow: 0 0 0 0.1em #FFFDE7; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF9800; + background: #FFEB3B; color: #212529; - border-color: #FF9800; + border-color: #FFEB3B; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #EF5350; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #f9dfdf; + box-shadow: 0 0 0 0.1em #FFEBEE; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #F44336; @@ -1312,7 +1312,7 @@ background: #212F3C; } .p-datatable .p-sortable-column { - outline-color: #ebe5f6; + outline-color: #D1C4E9; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1345,7 +1345,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #ebe5f6; + outline-color: #D1C4E9; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #9575CD; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #9575CD; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #9575CD; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #9575CD; @@ -1879,7 +1879,7 @@ background: #212F3C; } .p-treetable .p-sortable-column { - outline-color: #ebe5f6; + outline-color: #D1C4E9; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1912,7 +1912,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #ebe5f6; + outline-color: #D1C4E9; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #37434f; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #37434f; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: transparent; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-fileupload .p-fileupload-content { background: #283747; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #ebedef; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-megamenu .p-megamenu-panel { background: #283747; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #37434f; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #9575CD; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: transparent; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebe5f6; + box-shadow: inset 0 0 0 0.15em #D1C4E9; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebe5f6; + box-shadow: 0 0 0 0.1em #D1C4E9; } .p-progressbar { diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 3bd722836..41628ad00 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; border-color: #81C784; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; border-color: #81C784; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-datepicker table td.p-datepicker-today > span { background: transparent; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; border-color: #81C784; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; border-color: #81C784; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; border-color: #81C784; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #5D6D7E; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; border-color: #81C784; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #ebedef; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; border-color: #81C784; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; border-color: #81C784; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-slider .p-slider-range { background: #81C784; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-button:enabled:active { background: #4CAF50; @@ -1140,7 +1140,7 @@ border-color: #66BB6A; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: rgba(255, 255, 255, 0.1); @@ -1159,7 +1159,7 @@ border-color: #29B6F6; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #c9edfd; + box-shadow: 0 0 0 0.1em #E1F5FE; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #03A9F4; @@ -1178,7 +1178,7 @@ border-color: #9CCC65; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebf5e1; + box-shadow: 0 0 0 0.1em #F1F8E9; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #8BC34A; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFF176; + border: 1px solid #FFF176; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FFA726; + background: #FFEE58; color: #212529; - border-color: #FFA726; + border-color: #FFEE58; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em blanchedalmond; + box-shadow: 0 0 0 0.1em #FFFDE7; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF9800; + background: #FFEB3B; color: #212529; - border-color: #FF9800; + border-color: #FFEB3B; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #EF5350; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #f9dfdf; + box-shadow: 0 0 0 0.1em #FFEBEE; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #F44336; @@ -1312,7 +1312,7 @@ background: #212F3C; } .p-datatable .p-sortable-column { - outline-color: #ebf6eb; + outline-color: #C8E6C9; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1345,7 +1345,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #ebf6eb; + outline-color: #C8E6C9; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #81C784; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #81C784; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #81C784; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #81C784; @@ -1879,7 +1879,7 @@ background: #212F3C; } .p-treetable .p-sortable-column { - outline-color: #ebf6eb; + outline-color: #C8E6C9; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1912,7 +1912,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #ebf6eb; + outline-color: #C8E6C9; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #37434f; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #37434f; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: transparent; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-fileupload .p-fileupload-content { background: #283747; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #ebedef; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-megamenu .p-megamenu-panel { background: #283747; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #37434f; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #81C784; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: transparent; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #ebf6eb; + box-shadow: inset 0 0 0 0.15em #C8E6C9; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #ebf6eb; + box-shadow: 0 0 0 0.1em #C8E6C9; } .p-progressbar { diff --git a/public/themes/vela-indigo/theme.css b/public/themes/vela-indigo/theme.css index 93a909dc4..dd794c34d 100644 --- a/public/themes/vela-indigo/theme.css +++ b/public/themes/vela-indigo/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; border-color: #7986CB; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; border-color: #7986CB; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-datepicker table td.p-datepicker-today > span { background: transparent; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; border-color: #7986CB; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; border-color: #7986CB; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; border-color: #7986CB; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #5D6D7E; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; border-color: #7986CB; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #ebedef; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; border-color: #7986CB; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; border-color: #7986CB; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-slider .p-slider-range { background: #7986CB; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-button:enabled:active { background: #3F51B5; @@ -1140,7 +1140,7 @@ border-color: #5C6BC0; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: rgba(255, 255, 255, 0.1); @@ -1159,7 +1159,7 @@ border-color: #29B6F6; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #c9edfd; + box-shadow: 0 0 0 0.1em #E1F5FE; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #03A9F4; @@ -1178,7 +1178,7 @@ border-color: #9CCC65; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebf5e1; + box-shadow: 0 0 0 0.1em #F1F8E9; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #8BC34A; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFF176; + border: 1px solid #FFF176; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FFA726; + background: #FFEE58; color: #212529; - border-color: #FFA726; + border-color: #FFEE58; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em blanchedalmond; + box-shadow: 0 0 0 0.1em #FFFDE7; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF9800; + background: #FFEB3B; color: #212529; - border-color: #FF9800; + border-color: #FFEB3B; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #EF5350; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #f9dfdf; + box-shadow: 0 0 0 0.1em #FFEBEE; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #F44336; @@ -1312,7 +1312,7 @@ background: #212F3C; } .p-datatable .p-sortable-column { - outline-color: #e7eaf6; + outline-color: #C5CAE9; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1345,7 +1345,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #e7eaf6; + outline-color: #C5CAE9; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #7986CB; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #7986CB; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #7986CB; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #7986CB; @@ -1879,7 +1879,7 @@ background: #212F3C; } .p-treetable .p-sortable-column { - outline-color: #e7eaf6; + outline-color: #C5CAE9; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1912,7 +1912,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #e7eaf6; + outline-color: #C5CAE9; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #37434f; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #37434f; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: transparent; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-fileupload .p-fileupload-content { background: #283747; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #ebedef; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-megamenu .p-megamenu-panel { background: #283747; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #37434f; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #7986CB; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: transparent; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #e7eaf6; + box-shadow: inset 0 0 0 0.15em #C5CAE9; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #e7eaf6; + box-shadow: 0 0 0 0.1em #C5CAE9; } .p-progressbar { diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 900c890e7..ede670b40 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } ::-webkit-input-placeholder { @@ -66,13 +66,13 @@ padding: 0.25em 0.5em; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #FFB74D; + border-color: #FFD54F; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; - border-color: #FFB74D; + box-shadow: 0 0 0 0.1em #FFECB3; + border-color: #FFD54F; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.25em 0; @@ -87,7 +87,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.25em 0.5em; margin-right: 0.5em; - background: #FFB74D; + background: #FFD54F; color: #212529; border-radius: 3px; } @@ -120,7 +120,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { color: #212529; - background: #FFB74D; + background: #FFD54F; } .p-autocomplete-panel.p-error > .p-inputtext { border-color: #d98880; @@ -176,8 +176,8 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; - border-color: #FFB74D; + box-shadow: 0 0 0 0.1em #FFECB3; + border-color: #FFD54F; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5em; @@ -204,20 +204,20 @@ } .p-datepicker table td > span.p-highlight { color: #212529; - background: #FFB74D; + background: #FFD54F; } .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-datepicker table td.p-datepicker-today > span { background: transparent; - color: #FFB74D; + color: #FFD54F; } .p-datepicker table td.p-datepicker-today > span.p-highlight { color: #212529; - background: #FFB74D; + background: #FFD54F; } .p-datepicker .p-datepicker-buttonbar { padding: 1em 0; @@ -264,7 +264,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #212529; - background: #FFB74D; + background: #FFD54F; } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-checkbox { @@ -318,22 +318,22 @@ transition-duration: 0.2s; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #FFB74D; + border-color: #FFD54F; } .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; - border-color: #FFB74D; + box-shadow: 0 0 0 0.1em #FFECB3; + border-color: #FFD54F; } .p-checkbox .p-checkbox-box.p-highlight { - border-color: #FFB74D; - background: #FFB74D; + border-color: #FFD54F; + background: #FFD54F; color: #212529; } .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #FF9800; - background: #FF9800; + border-color: #FFC107; + background: #FFC107; color: #212529; } .p-checkbox.p-error > .p-checkbox-box { @@ -344,18 +344,18 @@ padding: 0.25em 0.5em; } .p-chips .p-chips-multiple-container:not(.p-disabled):hover { - border-color: #FFB74D; + border-color: #FFD54F; } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; - border-color: #FFB74D; + box-shadow: 0 0 0 0.1em #FFECB3; + border-color: #FFD54F; } .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.25em 0.5em; margin-right: 0.5em; - background: #FFB74D; + background: #FFD54F; color: #212529; border-radius: 3px; } @@ -402,13 +402,13 @@ border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { - border-color: #FFB74D; + border-color: #FFD54F; } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; - border-color: #FFB74D; + box-shadow: 0 0 0 0.1em #FFECB3; + border-color: #FFD54F; } .p-dropdown .p-dropdown-label { border: 0 none; @@ -470,7 +470,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { color: #212529; - background: #FFB74D; + background: #FFD54F; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { 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.ql-selected, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #FFB74D; + color: #FFD54F; } .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.ql-selected .ql-stroke-miter, .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #FFB74D; + stroke: #FFD54F; } .p-inputgroup-addon { @@ -617,19 +617,19 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #5D6D7E; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background: #FFB74D; + background: #FFD54F; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { background: #ebedef; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background: #FFA726; + background: #FFCA28; } .p-inputswitch.p-error { @@ -648,13 +648,13 @@ border-radius: 3px; } .p-inputtext:enabled:hover { - border-color: #FFB74D; + border-color: #FFD54F; } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; - border-color: #FFB74D; + box-shadow: 0 0 0 0.1em #FFECB3; + border-color: #FFD54F; } .p-inputtext.p-error { @@ -721,12 +721,12 @@ } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { color: #212529; - background: #FFB74D; + background: #FFD54F; } .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #ebedef; @@ -744,13 +744,13 @@ border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { - border-color: #FFB74D; + border-color: #FFD54F; } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; - border-color: #FFB74D; + box-shadow: 0 0 0 0.1em #FFECB3; + border-color: #FFD54F; } .p-multiselect .p-multiselect-label { padding: 0.5em 0.5em; @@ -819,7 +819,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { color: #212529; - background: #FFB74D; + background: #FFD54F; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { color: #ebedef; @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -863,26 +863,26 @@ 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 { - border-color: #FFB74D; + border-color: #FFD54F; } .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; - border-color: #FFB74D; + box-shadow: 0 0 0 0.1em #FFECB3; + border-color: #FFD54F; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { font-size: 0.75em; transition-duration: 0.2s; } .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #FFB74D; - background: #FFB74D; + border-color: #FFD54F; + background: #FFD54F; color: #212529; } .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #FF9800; - background: #FF9800; + border-color: #FFC107; + background: #FFC107; color: #212529; } .p-radiobutton.p-error > .p-radiobutton-box { @@ -900,13 +900,13 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-rating .p-rating-icon:first-child { margin-left: 0; } .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #FFB74D; + color: #FFD54F; } .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { color: #c0392b; @@ -932,8 +932,8 @@ color: #AEB6BF; } .p-selectbutton .p-button.p-highlight { - background: #FFB74D; - border-color: #FFB74D; + background: #FFD54F; + border-color: #FFD54F; color: #212529; } .p-selectbutton .p-button.p-highlight .p-button-icon-left, @@ -941,8 +941,8 @@ color: #212529; } .p-selectbutton .p-button.p-highlight:hover { - background: #FFA726; - border-color: #FFA726; + background: #FFCA28; + border-color: #FFCA28; color: #212529; } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, @@ -975,21 +975,21 @@ height: 1.143em; width: 1.143em; background: #34495E; - border: 2px solid #FFB74D; + border: 2px solid #FFD54F; border-radius: 50%; transition: background-color 0.2s, box-shadow 0.2s; } .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-slider .p-slider-range { - background: #FFB74D; + background: #FFD54F; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #FFB74D; - border-color: #FFB74D; + background: #FFD54F; + border-color: #FFD54F; } .p-spinner .p-spinner-input { @@ -1056,8 +1056,8 @@ color: #AEB6BF; } .p-togglebutton.p-button.p-highlight { - background: #FFB74D; - border-color: #FFB74D; + background: #FFD54F; + border-color: #FFD54F; color: #212529; } .p-togglebutton.p-button.p-highlight .p-button-icon-left, @@ -1065,8 +1065,8 @@ color: #212529; } .p-togglebutton.p-button.p-highlight:hover { - background: #FFA726; - border-color: #FFA726; + background: #FFCA28; + border-color: #FFCA28; color: #212529; } .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, @@ -1080,27 +1080,27 @@ .p-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFD54F; + border: 1px solid #FFD54F; padding: 0.5em 1em; font-size: 1rem; transition: background-color 0.2s, box-shadow 0.2s; border-radius: 3px; } .p-button:enabled:hover { - background: #FFA726; + background: #FFCA28; color: #212529; - border-color: #FFA726; + border-color: #FFCA28; } .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-button:enabled:active { - background: #FF9800; + background: #FFC107; color: #212529; - border-color: #FF9800; + border-color: #FFC107; } .p-button .p-button-icon-left { margin-right: 0.5em; @@ -1130,22 +1130,22 @@ } .p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button { - color: #FFB74D; + color: #FFD54F; background: transparent; - border: 1px solid #FFB74D; + border: 1px solid #FFD54F; } .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover { background: rgba(255, 255, 255, 0.05); - color: #FFA726; - border-color: #FFA726; + color: #FFCA28; + border-color: #FFCA28; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: rgba(255, 255, 255, 0.1); - color: #FF9800; - border-color: #FF9800; + color: #FFC107; + border-color: #FFC107; } .p-button.p-button-info, .p-buttonset.p-button-info > .p-button { @@ -1159,7 +1159,7 @@ border-color: #29B6F6; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #c9edfd; + box-shadow: 0 0 0 0.1em #E1F5FE; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #03A9F4; @@ -1178,7 +1178,7 @@ border-color: #9CCC65; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebf5e1; + box-shadow: 0 0 0 0.1em #F1F8E9; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #8BC34A; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFF176; + border: 1px solid #FFF176; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FFA726; + background: #FFEE58; color: #212529; - border-color: #FFA726; + border-color: #FFEE58; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em blanchedalmond; + box-shadow: 0 0 0 0.1em #FFFDE7; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF9800; + background: #FFEB3B; color: #212529; - border-color: #FF9800; + border-color: #FFEB3B; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #EF5350; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #f9dfdf; + box-shadow: 0 0 0 0.1em #FFEBEE; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #F44336; @@ -1264,7 +1264,7 @@ background: #ced4da; } .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background: #FFB74D; + background: #FFD54F; } .p-datatable .p-paginator { @@ -1312,7 +1312,7 @@ background: #212F3C; } .p-datatable .p-sortable-column { - outline-color: #fff5e6; + outline-color: #FFECB3; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1323,7 +1323,7 @@ height: 18px; min-width: 18px; line-height: 18px; - color: #FFB74D; + color: #FFD54F; background: #212529; margin-left: 0.5em; } @@ -1336,16 +1336,16 @@ } .p-datatable .p-sortable-column.p-highlight { background: #212F3C; - color: #FFB74D; + color: #FFD54F; } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #FFB74D; + color: #FFD54F; } .p-datatable .p-datatable-tbody > tr { background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #fff5e6; + outline-color: #FFECB3; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1358,10 +1358,10 @@ transition: color 0.2s, box-shadow 0.2s; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #FFB74D; + color: #FFD54F; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: #FFB74D; + background: #FFD54F; color: #212529; } .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { @@ -1371,16 +1371,16 @@ color: #212529; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #FFB74D; + box-shadow: inset 0 2px 0 0 #FFD54F; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #FFB74D; + box-shadow: inset 0 -2px 0 0 #FFD54F; } .p-datatable .p-datatable-tbody > tr:nth-child(even) { background: #283747; } .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background: #FFB74D; + background: #FFD54F; color: #212529; } .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { @@ -1394,7 +1394,7 @@ color: #ebedef; } .p-datatable .p-column-resizer-helper { - background: #FFB74D; + background: #FFD54F; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { @@ -1456,8 +1456,8 @@ border-right: 1px solid #212F3C; } .fc .fc-view-container .fc-event { - background: #FFA726; - border: 1px solid #FFA726; + background: #FFCA28; + border: 1px solid #FFCA28; color: #212529; } .fc .fc-view-container .fc-divider { @@ -1466,8 +1466,8 @@ } .fc .fc-toolbar .fc-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFD54F; + border: 1px solid #FFD54F; font-size: 1rem; transition: background-color 0.2s, box-shadow 0.2s; border-radius: 3px; @@ -1475,9 +1475,9 @@ align-items: center; } .fc .fc-toolbar .fc-button:enabled:hover { - background: #FFA726; + background: #FFCA28; color: #212529; - border-color: #FFA726; + border-color: #FFCA28; } .fc .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .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; @@ -1512,14 +1512,14 @@ 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 { - background: #FFB74D; - border-color: #FFB74D; + background: #FFD54F; + border-color: #FFD54F; color: #212529; } .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-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,10 +1573,10 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background: #FFB74D; + background: #FFD54F; color: #212529; } @@ -1601,11 +1601,11 @@ color: #ebedef; } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: #FFB74D; + background: #FFD54F; color: #212529; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #cd7a00; + color: #cf9d00; } .p-organizationchart .p-organizationchart-line-down { background: #5D6D7E; @@ -1634,10 +1634,10 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { - color: #FFB74D; + color: #FFD54F; } .p-paginator { @@ -1687,7 +1687,7 @@ border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: #FFB74D; + background: #FFD54F; color: #212529; } .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 { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background: #FFB74D; + background: #FFD54F; color: #212529; } @@ -1790,7 +1790,7 @@ transition: color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover { - color: #FFB74D; + color: #FFD54F; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5em; @@ -1802,10 +1802,10 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: #FFB74D; + background: #FFD54F; color: #212529; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, @@ -1879,7 +1879,7 @@ background: #212F3C; } .p-treetable .p-sortable-column { - outline-color: #fff5e6; + outline-color: #FFECB3; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1890,7 +1890,7 @@ height: 18px; min-width: 18px; line-height: 18px; - color: #FFB74D; + color: #FFD54F; background: #212529; margin-left: 0.5em; } @@ -1903,16 +1903,16 @@ } .p-treetable .p-sortable-column.p-highlight { background: #212F3C; - color: #FFB74D; + color: #FFD54F; } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #FFB74D; + color: #FFD54F; } .p-treetable .p-treetable-tbody > tr { background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #fff5e6; + outline-color: #FFECB3; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1926,10 +1926,10 @@ transition: color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:hover { - color: #FFB74D; + color: #FFD54F; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: #FFB74D; + background: #FFD54F; color: #212529; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { @@ -1946,7 +1946,7 @@ color: #ebedef; } .p-treetable .p-column-resizer-helper { - background: #FFB74D; + background: #FFD54F; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #37434f; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #37434f; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: transparent; @@ -2162,8 +2162,8 @@ } .p-tabview .p-tabview-nav li.p-highlight a { background: transparent; - border-color: #FFB74D; - color: #FFB74D; + border-color: #FFD54F; + color: #FFD54F; border-width: 0 0 2px 0; } .p-tabview .p-tabview-panels { @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2257,7 +2257,7 @@ padding: 1em; } .p-overlaypanel .p-overlaypanel-close { - background: #FFB74D; + background: #FFD54F; color: #212529; width: 2em; height: 2em; @@ -2268,7 +2268,7 @@ transition: background-color 0.2s, box-shadow 0.2s; } .p-overlaypanel .p-overlaypanel-close:hover { - background: #FF9800; + background: #FFC107; color: #212529; } .p-overlaypanel:after { @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-fileupload .p-fileupload-content { background: #283747; @@ -2362,14 +2362,14 @@ } .p-fileupload-choose:not(.p-disabled):hover { - background: #FFA726; + background: #FFCA28; color: #212529; - border-color: #FFA726; + border-color: #FFCA28; } .p-fileupload-choose:not(.p-disabled):active { - background: #FF9800; + background: #FFC107; color: #212529; - border-color: #FF9800; + border-color: #FFC107; } .p-breadcrumb { @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #ebedef; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-megamenu .p-megamenu-panel { background: #283747; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #37434f; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,10 +2807,10 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #FFB74D; + background: #FFD54F; color: #212529; } .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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: transparent; @@ -2864,8 +2864,8 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: transparent; - border-color: #FFB74D; - color: #FFB74D; + border-color: #FFD54F; + color: #FFD54F; border-width: 0 0 2px 0; } @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #fff5e6; + box-shadow: inset 0 0 0 0.15em #FFECB3; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3216,12 +3216,12 @@ content: " "; } .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon { - background: #FFB74D; + background: #FFD54F; } .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .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; @@ -3277,7 +3277,7 @@ 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 { - background: #FFB74D; + background: #FFD54F; } .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%); @@ -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-next:not(.p-disabled):hover { background: transparent; - color: #FFB74D; + color: #FFD54F; border-color: 0 none; } @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #fff5e6; + box-shadow: 0 0 0 0.1em #FFECB3; } .p-progressbar { @@ -3359,7 +3359,7 @@ .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #FFB74D; + background: #FFD54F; } .p-progressbar .p-progressbar-label { color: #ebedef; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index f07d51147..8b0571c5a 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; border-color: #BA68C8; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; border-color: #BA68C8; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-datepicker table td.p-datepicker-today > span { background: transparent; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; border-color: #BA68C8; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; border-color: #BA68C8; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; border-color: #BA68C8; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #5D6D7E; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; border-color: #BA68C8; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #ebedef; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; border-color: #BA68C8; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; border-color: #BA68C8; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-slider .p-slider-range { background: #BA68C8; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-button:enabled:active { background: #9C27B0; @@ -1140,7 +1140,7 @@ border-color: #AB47BC; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: rgba(255, 255, 255, 0.1); @@ -1159,7 +1159,7 @@ border-color: #29B6F6; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #c9edfd; + box-shadow: 0 0 0 0.1em #E1F5FE; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #03A9F4; @@ -1178,7 +1178,7 @@ border-color: #9CCC65; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebf5e1; + box-shadow: 0 0 0 0.1em #F1F8E9; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #8BC34A; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFF176; + border: 1px solid #FFF176; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FFA726; + background: #FFEE58; color: #212529; - border-color: #FFA726; + border-color: #FFEE58; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em blanchedalmond; + box-shadow: 0 0 0 0.1em #FFFDE7; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF9800; + background: #FFEB3B; color: #212529; - border-color: #FF9800; + border-color: #FFEB3B; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #EF5350; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #f9dfdf; + box-shadow: 0 0 0 0.1em #FFEBEE; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #F44336; @@ -1312,7 +1312,7 @@ background: #212F3C; } .p-datatable .p-sortable-column { - outline-color: #edd8f1; + outline-color: #E1BEE7; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1345,7 +1345,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #edd8f1; + outline-color: #E1BEE7; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #BA68C8; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #BA68C8; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #BA68C8; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #BA68C8; @@ -1879,7 +1879,7 @@ background: #212F3C; } .p-treetable .p-sortable-column { - outline-color: #edd8f1; + outline-color: #E1BEE7; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1912,7 +1912,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #edd8f1; + outline-color: #E1BEE7; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #37434f; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #37434f; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: transparent; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-fileupload .p-fileupload-content { background: #283747; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #ebedef; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-megamenu .p-megamenu-panel { background: #283747; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #37434f; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #BA68C8; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: transparent; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #edd8f1; + box-shadow: inset 0 0 0 0.15em #E1BEE7; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #edd8f1; + box-shadow: 0 0 0 0.1em #E1BEE7; } .p-progressbar { diff --git a/public/themes/vela-teal/theme.css b/public/themes/vela-teal/theme.css index 5b9713c97..41fa6d319 100644 --- a/public/themes/vela-teal/theme.css +++ b/public/themes/vela-teal/theme.css @@ -37,7 +37,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } ::-webkit-input-placeholder { @@ -71,7 +71,7 @@ .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; border-color: #4DB6AC; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -176,7 +176,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; border-color: #4DB6AC; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -209,7 +209,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-datepicker table td.p-datepicker-today > span { background: transparent; @@ -290,7 +290,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-checkbox { @@ -323,7 +323,7 @@ .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; border-color: #4DB6AC; } .p-checkbox .p-checkbox-box.p-highlight { @@ -349,7 +349,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; border-color: #4DB6AC; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -407,7 +407,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; border-color: #4DB6AC; } .p-dropdown .p-dropdown-label { @@ -617,7 +617,7 @@ .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #5D6D7E; @@ -653,7 +653,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; border-color: #4DB6AC; } @@ -726,7 +726,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #ebedef; @@ -749,7 +749,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; border-color: #4DB6AC; } .p-multiselect .p-multiselect-label { @@ -828,7 +828,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5em; @@ -868,7 +868,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; border-color: #4DB6AC; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -900,7 +900,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -982,7 +982,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-slider .p-slider-range { background: #4DB6AC; @@ -1095,7 +1095,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-button:enabled:active { background: #009688; @@ -1140,7 +1140,7 @@ border-color: #26A69A; } .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active { background: rgba(255, 255, 255, 0.1); @@ -1159,7 +1159,7 @@ border-color: #29B6F6; } .p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #c9edfd; + box-shadow: 0 0 0 0.1em #E1F5FE; } .p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active { background: #03A9F4; @@ -1178,7 +1178,7 @@ border-color: #9CCC65; } .p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #ebf5e1; + box-shadow: 0 0 0 0.1em #F1F8E9; } .p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active { background: #8BC34A; @@ -1188,21 +1188,21 @@ .p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button { color: #212529; - background: #FFB74D; - border: 1px solid #FFB74D; + background: #FFF176; + border: 1px solid #FFF176; } .p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover { - background: #FFA726; + background: #FFEE58; color: #212529; - border-color: #FFA726; + border-color: #FFEE58; } .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em blanchedalmond; + box-shadow: 0 0 0 0.1em #FFFDE7; } .p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active { - background: #FF9800; + background: #FFEB3B; color: #212529; - border-color: #FF9800; + border-color: #FFEB3B; } .p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button { @@ -1216,7 +1216,7 @@ border-color: #EF5350; } .p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2em #f9dfdf; + box-shadow: 0 0 0 0.1em #FFEBEE; } .p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active { background: #F44336; @@ -1312,7 +1312,7 @@ background: #212F3C; } .p-datatable .p-sortable-column { - outline-color: #bae2df; + outline-color: #B2DFDB; } .p-datatable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1345,7 +1345,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #bae2df; + outline-color: #B2DFDB; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -1498,7 +1498,7 @@ .fc .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .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; @@ -1519,7 +1519,7 @@ .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-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; z-index: 1; } .fc .fc-toolbar .fc-button-group .fc-button { @@ -1573,7 +1573,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { background: #4DB6AC; @@ -1634,7 +1634,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:hover { color: #4DB6AC; @@ -1734,7 +1734,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { background: #4DB6AC; @@ -1802,7 +1802,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #4DB6AC; @@ -1879,7 +1879,7 @@ background: #212F3C; } .p-treetable .p-sortable-column { - outline-color: #bae2df; + outline-color: #B2DFDB; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #AEB6BF; @@ -1912,7 +1912,7 @@ background: #283747; color: #ebedef; transition: background-color 0.2s, box-shadow 0.2s; - outline-color: #bae2df; + outline-color: #B2DFDB; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -1971,7 +1971,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background: #37434f; @@ -2073,7 +2073,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { background: #37434f; @@ -2107,7 +2107,7 @@ .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-panel.p-panel-toggleable .p-panel-titlebar { padding: 0.5em 1em; @@ -2152,7 +2152,7 @@ .p-tabview .p-tabview-nav li a:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { background: transparent; @@ -2218,7 +2218,7 @@ .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:last-child { margin-right: 0; @@ -2347,7 +2347,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-fileupload .p-fileupload-content { background: #283747; @@ -2385,7 +2385,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #ebedef; @@ -2438,7 +2438,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-contextmenu .p-submenu-list { padding: 4px 0; @@ -2506,7 +2506,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-megamenu .p-megamenu-panel { background: #283747; @@ -2585,7 +2585,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-menu.p-menu-overlay { border: 0 none; @@ -2648,7 +2648,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-menubar .p-submenu-list { padding: 4px 0; @@ -2692,7 +2692,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #37434f; @@ -2758,7 +2758,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { padding: 0 0 0 1em; @@ -2807,7 +2807,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #4DB6AC; @@ -2854,7 +2854,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: transparent; @@ -2909,7 +2909,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15em #bae2df; + box-shadow: inset 0 0 0 0.15em #B2DFDB; } .p-tieredmenu.p-menu-overlay { border: 0 none; @@ -2944,40 +2944,40 @@ border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #1A5276; + color: #01579B; } .p-inline-message.p-inline-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #196F3D; + color: #1B5E20; } .p-inline-message.p-inline-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #9C640C; + color: #7f6003; } .p-inline-message.p-inline-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #7B241C; + color: #B71C1C; } .p-inline-message .p-inline-message-icon { font-size: 1.5em; @@ -2998,56 +2998,56 @@ padding: 1em 1.5em; } .p-message.p-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-icon { - color: #1A5276; + color: #01579B; } .p-message.p-message-info .p-message-close { - background: #A9CCE3; - color: #1A5276; + background: #B3E5FC; + color: #01579B; } .p-message.p-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-icon { - color: #196F3D; + color: #1B5E20; } .p-message.p-message-success .p-message-close { - background: #D4EFDF; - color: #196F3D; + background: #C8E6C9; + color: #1B5E20; } .p-message.p-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-icon { - color: #9C640C; + color: #7f6003; } .p-message.p-message-warn .p-message-close { - background: #FAD7A0; - color: #9C640C; + background: #FFECB3; + color: #7f6003; } .p-message.p-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-icon { - color: #7B241C; + color: #B71C1C; } .p-message.p-message-error .p-message-close { - background: #E6B0AA; - color: #7B241C; + background: #FFCDD2; + color: #B71C1C; } .p-message .p-message-close { border-radius: 50%; @@ -3061,7 +3061,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-message .p-message-text { font-size: 1em; @@ -3105,44 +3105,44 @@ background: rgba(255, 255, 255, 0.2); } .p-toast .p-toast-item-container.p-toast-message-info { - background: #A9CCE3; - border: solid #7FB3D5; + background: #B3E5FC; + border: solid #03A9F4; border-width: 0 0 0 6px; - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #1A5276; + color: #01579B; } .p-toast .p-toast-item-container.p-toast-message-success { - background: #D4EFDF; - border: solid #7DCEA0; + background: #C8E6C9; + border: solid #4CAF50; border-width: 0 0 0 6px; - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #196F3D; + color: #1B5E20; } .p-toast .p-toast-item-container.p-toast-message-warn { - background: #FAD7A0; - border: solid #F8C471; + background: #FFECB3; + border: solid #FFC107; border-width: 0 0 0 6px; - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #9C640C; + color: #7f6003; } .p-toast .p-toast-item-container.p-toast-message-error { - background: #E6B0AA; - border: solid #D98880; + background: #FFCDD2; + border: solid #F44336; border-width: 0 0 0 6px; - color: #7B241C; + color: #B71C1C; } .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #7B241C; + color: #B71C1C; } .p-galleria .p-galleria-close { @@ -3221,7 +3221,7 @@ .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-galleria .p-galleria-content .p-galleria-thumbnail-content { 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 { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .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; @@ -3346,7 +3346,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2em #bae2df; + box-shadow: 0 0 0 0.1em #B2DFDB; } .p-progressbar { diff --git a/src/assets/images/themes/saga-orange.png b/src/assets/images/themes/saga-orange.png index 157d7506a..9f061d277 100644 Binary files a/src/assets/images/themes/saga-orange.png and b/src/assets/images/themes/saga-orange.png differ diff --git a/src/assets/images/themes/vela-orange.png b/src/assets/images/themes/vela-orange.png index 034983e10..d065fed9e 100644 Binary files a/src/assets/images/themes/vela-orange.png and b/src/assets/images/themes/vela-orange.png differ