Skip to content

Commit

Permalink
Hover indicators added for tabs in Views and Editor - Dark Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvm-sap authored and HeikoKlare committed Jul 29, 2024
1 parent c3ea86f commit 1356bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundles/org.eclipse.ui.themes/css/e4-dark_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Button {
/* Inactive view tabs */
.MPartStack {
swt-draw-custom-tab-content-background: true;
swt-unselected-hot-tab-color-background: #48484c;
}
swt-unselected-hot-tab-color-background: #161616;
}

CTabFolder{
swt-selected-tab-highlight: #2b79d7;
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.ui.themes/css/e4-dark_win.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ImageBasedFrame,
/* Inactive view tabs */
.MPartStack {
swt-draw-custom-tab-content-background: true;
swt-unselected-hot-tab-color-background: #48484c;
swt-unselected-hot-tab-color-background: #161616;
}

CTabFolder{
Expand Down

0 comments on commit 1356bb3

Please sign in to comment.