From 350d6a3ab1301c249bc63ed3ef0e826af4bc38e0 Mon Sep 17 00:00:00 2001 From: Andreas Buchen Date: Fri, 18 Oct 2024 09:52:15 +0200 Subject: [PATCH] Revert CSS changes to the CTabFolder imported from the default styles --- name.abuchen.portfolio.ui/css/shared/dark.css | 9 +++++++++ name.abuchen.portfolio.ui/css/shared/light.css | 3 +++ 2 files changed, 12 insertions(+) diff --git a/name.abuchen.portfolio.ui/css/shared/dark.css b/name.abuchen.portfolio.ui/css/shared/dark.css index d823e94e13..006d165543 100644 --- a/name.abuchen.portfolio.ui/css/shared/dark.css +++ b/name.abuchen.portfolio.ui/css/shared/dark.css @@ -5,6 +5,15 @@ padding: 0px; } +.MPartStack { + swt-unselected-hot-tab-color-background: #383A3D; + padding: 0px; +} + +.MPartStack.active { + swt-selected-tab-highlight: none; +} + CTabFolder { padding: 0px; } diff --git a/name.abuchen.portfolio.ui/css/shared/light.css b/name.abuchen.portfolio.ui/css/shared/light.css index 0fd45919bd..aa6e4dc244 100644 --- a/name.abuchen.portfolio.ui/css/shared/light.css +++ b/name.abuchen.portfolio.ui/css/shared/light.css @@ -13,12 +13,14 @@ .MPartStack { swt-selected-tab-fill: #F5F5F5 #F9FAFA 100% 100%; swt-unselected-tabs-color: #F9FAFA #F9FAFA 100% 100%; + swt-unselected-hot-tab-color-background: #E4E6E9; padding: 0px; } .MPartStack.active { swt-selected-tab-fill: #E4E6E9 #F9FAFA 100% 100%; swt-unselected-tabs-color: white white 100% 100%; + swt-selected-tab-highlight: none; } CTabFolder { @@ -28,6 +30,7 @@ CTabFolder { swt-outer-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR'; swt-unselected-tabs-color: '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START' '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%; swt-selected-tab-fill: white; + swt-selected-tab-highlight: none; swt-shadow-visible: false; }