Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-10-28 08:14:24 +0000
committerLars Vogel2019-10-28 08:14:24 +0000
commit83c8761a5003c3d98209d47df91fd6c33b3f4078 (patch)
tree7208d83123bac87fa55cc7c5bea24862e0c95942
parent011277b72d09be117b5516c546f339364caae373 (diff)
downloadeclipse.platform.ui-83c8761a5003c3d98209d47df91fd6c33b3f4078.tar.gz
eclipse.platform.ui-83c8761a5003c3d98209d47df91fd6c33b3f4078.tar.xz
eclipse.platform.ui-83c8761a5003c3d98209d47df91fd6c33b3f4078.zip
Bug 552414 - [Dark theme] Always style Hyperlink and ImageHyperlink
Change-Id: Iaefb2f7178d6f4a9d137e9307fd09908f3c4fce1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css10
-rw-r--r--bundles/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css4
2 files changed, 7 insertions, 7 deletions
diff --git a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css
index 5b7c4f0a8d8..ff2105db368 100644
--- a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css
+++ b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css
@@ -145,10 +145,8 @@ Text[style~='SWT.READ_ONLY'] {
DatePicker,
DatePicker > Text,
-DatePicker > ImageHyperlink,
ScheduleDatePicker,
-ScheduleDatePicker > Text,
-ScheduleDatePicker > ImageHyperlink {
+ScheduleDatePicker > Text {
background-color:#515658;
color:#eeeeee;
}
@@ -240,6 +238,12 @@ Shell[style~='SWT.DROP_DOWN'][style~='SWT.SHADOW_IN'][style~='SWT.SHADOW_ETCHED_
color: #CCC;
}
+Hyperlink,
+ImageHyperlink {
+ color: #6fc5ee;
+}
+
+
ViewerPane,
DrillDownComposite {
background-color: #232323;
diff --git a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css
index 7a023209612..d7e2792d5e4 100644
--- a/bundles/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css
+++ b/bundles/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css
@@ -148,10 +148,8 @@
.MPart DatePicker,
.MPart DatePicker > Text,
-.MPart DatePicker > ImageHyperlink,
.MPart ScheduleDatePicker,
.MPart ScheduleDatePicker > Text,
-.MPart ScheduleDatePicker > ImageHyperlink,
.MPart CCombo,
.MPart Spinner,
.MPart Composite > StyledText,
@@ -162,10 +160,8 @@
}
.MPartStack.active .MPart DatePicker,
.MPartStack.active .MPart DatePicker > Text,
-.MPartStack.active .MPart DatePicker > ImageHyperlink,
.MPartStack.active .MPart ScheduleDatePicker,
.MPartStack.active .MPart ScheduleDatePicker > Text,
-.MPartStack.active .MPart ScheduleDatePicker > ImageHyperlink,
.MPartStack.active .MPart CCombo,
.MPartStack.active .MPart Spinner,
.MPartStack.active .MPart Composite > StyledText,

Back to the top