Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2014-03-11 11:26:02 +0000
committerLars Vogel2014-03-11 11:26:21 +0000
commitdcd9bcd8ccc8974b64f6a390f8a4c2ef658efd47 (patch)
treef2bad598c5719c74bbd72dcd981548bd0bf6c709
parent036f7b2a5bbacb8f0f012544e168b226fc305980 (diff)
downloadeclipse.platform.ui-dcd9bcd8ccc8974b64f6a390f8a4c2ef658efd47.tar.gz
eclipse.platform.ui-dcd9bcd8ccc8974b64f6a390f8a4c2ef658efd47.tar.xz
eclipse.platform.ui-dcd9bcd8ccc8974b64f6a390f8a4c2ef658efd47.zip
Bug 427896 - [Examples] Update Contacts demo for Luna
Demonstrates how to add additional attributes to the imported CSS Change-Id: I4a0725e51b3c2dd799a6caf6ef9099230fd0ab0e Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
-rw-r--r--examples/org.eclipse.e4.demo.contacts/css/dark-include.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/org.eclipse.e4.demo.contacts/css/dark-include.css b/examples/org.eclipse.e4.demo.contacts/css/dark-include.css
index 40881fedf41..141f5ed494d 100644
--- a/examples/org.eclipse.e4.demo.contacts/css/dark-include.css
+++ b/examples/org.eclipse.e4.demo.contacts/css/dark-include.css
@@ -12,3 +12,6 @@
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4-dark.css");
+Text {
+ font: Verdana 8px;
+}

Back to the top