Skip to content

Commit

Permalink
Revert CSS changes to the CTabFolder imported from the default styles
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Oct 18, 2024
1 parent 58ad887 commit 350d6a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions name.abuchen.portfolio.ui/css/shared/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
3 changes: 3 additions & 0 deletions name.abuchen.portfolio.ui/css/shared/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
}

Expand Down

0 comments on commit 350d6a3

Please sign in to comment.