Skip to content

Commit ce9874f

Browse files
mvm-sapvogella
authored andcommitted
[Linux-Dark Theme]Bg color issue fix in form editor
Labels in form editor was not inheriting colors from the parent control which later led to too many background colors in section, label and other controls in linux. This has been fixed with this change.
1 parent 90ae151 commit ce9874f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bundles/org.eclipse.ui.themes/css/e4-dark_linux.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,27 @@ ImageBasedFrame,
4646
color:'#org-eclipse-ui-workbench-DARK_FOREGROUND';
4747
}
4848

49+
.MPart Form Section,
50+
.MPart Form Label,
51+
.MPart Form FormText,
52+
.MPartStack .MPart Form MasterDetailsBlock-MDSashForm,
53+
.MPartStack .MPart Form SashForm,
54+
.MPartStack .MPart Form Sash,
55+
.MPart Form Button[style~='SWT.CHECK'],
56+
.MPart Form Button[style~='SWT.RADIO'],
57+
.MPartStack.active .MPart Form Section,
58+
.MPartStack.active .MPart Form Label,
59+
.MPartStack.active .MPart Form FormText,
60+
.MPartStack.active .MPart Form MasterDetailsBlock-MDSashForm,
61+
.MPartStack.active .MPart Form SashForm,
62+
.MPartStack.active .MPart Form Sash,
63+
.MPartStack.active .MPart Form Button[style~='SWT.CHECK'],
64+
.MPartStack.active .MPart Form Button[style~='SWT.RADIO']
65+
{
66+
background-color: inherit;
67+
color: #f4f7f7;
68+
}
69+
4970
/* Inactive view tabs */
5071
.MPartStack{
5172
swt-selected-tab-highlight: #a6a6a6;

0 commit comments

Comments
 (0)