Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2019-08-06 11:28:32 +0000
committerMatthias Becker2019-08-14 07:42:24 +0000
commit2fddd1cfddc3c5d5903d1c34ad59d1a581c8bc83 (patch)
treef21fb3f0ab5e99a640199aab1fa643825a966be9
parent863d20260ca7b47334a0565c8adc89c4cc71a6b3 (diff)
downloadnews-2fddd1cfddc3c5d5903d1c34ad59d1a581c8bc83.tar.gz
news-2fddd1cfddc3c5d5903d1c34ad59d1a581c8bc83.tar.xz
news-2fddd1cfddc3c5d5903d1c34ad59d1a581c8bc83.zip
Bug 532185: Help content does not respect styling
Change-Id: Ic3b04a01beee8da707f0f3b62e48023d5927e44c Signed-off-by: Matthias Becker <ma.becker@sap.com>
-rw-r--r--4.13/images/help_system_dark.pngbin0 -> 786150 bytes
-rw-r--r--4.13/platform.html17
2 files changed, 17 insertions, 0 deletions
diff --git a/4.13/images/help_system_dark.png b/4.13/images/help_system_dark.png
new file mode 100644
index 00000000..e1202541
--- /dev/null
+++ b/4.13/images/help_system_dark.png
Binary files differ
diff --git a/4.13/platform.html b/4.13/platform.html
index d5006eff..c12b26ea 100644
--- a/4.13/platform.html
+++ b/4.13/platform.html
@@ -201,6 +201,23 @@ ul {padding-left: 13px;}
</td>
</tr>
+ <tr id="help-system-dark"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=532185 -->
+ <td class="title">Display of Help Contents Respects OS Level Theme</td>
+ <td class="content">
+ <p>
+ More and more operating systems provide a system wide dark theme. Eclipse now respects this system wide theme setting
+ when the Eclipse help contents is displayed in an external browser. Prerequisite for this is a browser that support
+ the <em><a href="https://caniuse.com/#search=prefers-color-scheme">prefers-color-scheme</a></em> CSS media query. As of writing this the following browser versions support it:
+ <ul>
+ <li>Firefox version 67</li>
+ <li>Chrome version 76</li>
+ <li>Safari version 12.1</li>
+ </ul>
+ </p>
+ <p>
+ <img src="images/help_system_dark.png" alt="Eclipse help content in dark theme" style="width: 100%" ></p>
+ </td>
+ </tr>
<!-- ******************* End of Themes and Styling ************************************* -->
<!-- ******************* General Updates ************************************* -->

Back to the top