From d37f12e8d00993e88336f241ec39b283eca14d4d Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 20 Dec 2023 12:15:57 +0300 Subject: [PATCH] Fixed #4980 - Lara Light Teal: $highlightBg implementation defect --- public/themes/lara-light-teal/theme.css | 80 ++++++++++++------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 6e3fe6be7..b49c80e1f 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -46,7 +46,7 @@ --surface-hover:#f6f9fc; --focus-ring: 0 0 0 0.2rem #99f6e4; --maskbg: rgba(0, 0, 0, 0.4); - --highlight-bg: #0f766e; + --highlight-bg: #f0fdfa; --highlight-text-color: #0f766e; color-scheme: light; } @@ -432,7 +432,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus { background: rgba(20, 184, 166, 0.24); @@ -550,7 +550,7 @@ } .p-datepicker table td > span.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-datepicker table td > span:focus { outline: 0 none; @@ -564,7 +564,7 @@ } .p-datepicker table td.p-datepicker-today > span.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-datepicker .p-datepicker-buttonbar { padding: 1rem 0; @@ -618,7 +618,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -630,7 +630,7 @@ } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { border-left: 1px solid #e5e7eb; @@ -732,7 +732,7 @@ } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { background: rgba(20, 184, 166, 0.24); @@ -960,7 +960,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { background: rgba(20, 184, 166, 0.24); @@ -1255,7 +1255,7 @@ } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; @@ -1397,7 +1397,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { background: rgba(20, 184, 166, 0.24); @@ -2597,7 +2597,7 @@ background: #9ca3af; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } @@ -2654,7 +2654,7 @@ min-width: 1.143rem; line-height: 1.143rem; color: #0f766e; - background: #0f766e; + background: #f0fdfa; margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):hover { @@ -2665,14 +2665,14 @@ color: #374151; } .p-datatable .p-sortable-column.p-highlight { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { color: #0f766e; } .p-datatable .p-sortable-column.p-highlight:hover { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon { @@ -2732,7 +2732,7 @@ outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { @@ -2740,10 +2740,10 @@ outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #0f766e; + box-shadow: inset 0 2px 0 0 #f0fdfa; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #0f766e; + box-shadow: inset 0 -2px 0 0 #f0fdfa; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover { background: #f3f4f6; @@ -2822,7 +2822,7 @@ background: #f8f8fa; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { @@ -2919,7 +2919,7 @@ color: #374151; } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-column-filter-menu-button:focus-visible { @@ -2970,7 +2970,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { color: #4b5563; @@ -3058,7 +3058,7 @@ } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { background: rgba(20, 184, 166, 0.24); @@ -3075,11 +3075,11 @@ color: #4b5563; } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #010505; + color: #80eed5; } .p-organizationchart .p-organizationchart-line-down { background: #e5e7eb; @@ -3181,8 +3181,8 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: #0f766e; - border-color: #0f766e; + background: #f0fdfa; + border-color: #f0fdfa; color: #0f766e; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { @@ -3234,7 +3234,7 @@ } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { background: rgba(20, 184, 166, 0.24); @@ -3323,7 +3323,7 @@ color: #4b5563; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, @@ -3416,7 +3416,7 @@ min-width: 1.143rem; line-height: 1.143rem; color: #0f766e; - background: #0f766e; + background: #f0fdfa; margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { @@ -3427,7 +3427,7 @@ color: #374151; } .p-treetable .p-sortable-column.p-highlight { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { @@ -3475,7 +3475,7 @@ outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { @@ -4102,7 +4102,7 @@ } .p-fileupload .p-fileupload-content.p-fileupload-highlight { border: 1px dashed #14b8a6; - background-color: #0f766e; + background-color: #f0fdfa; } .p-fileupload .p-fileupload-file { padding: 1rem; @@ -4214,7 +4214,7 @@ } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { color: #0f766e; @@ -4356,7 +4356,7 @@ } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { color: #0f766e; @@ -4525,7 +4525,7 @@ } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { color: #0f766e; @@ -4637,7 +4637,7 @@ } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { color: #0f766e; @@ -4821,7 +4821,7 @@ } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { color: #0f766e; @@ -4893,7 +4893,7 @@ box-shadow: 0 0 0 0.2rem #99f6e4; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-steps .p-steps-item.p-highlight .p-steps-title { @@ -4995,7 +4995,7 @@ } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { color: #0f766e; - background: #0f766e; + background: #f0fdfa; } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { color: #0f766e; @@ -5317,7 +5317,7 @@ background: #9ca3af; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { @@ -5336,7 +5336,7 @@ background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #0f766e; + background: #f0fdfa; color: #0f766e; } .p-galleria .p-galleria-thumbnail-container {