Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2017-08-03 20:01:32 +0000
committerMat Booth2017-08-03 20:04:49 +0000
commit4fdc365e8773eb6fc498b428ecaee5f436878bb7 (patch)
tree4d2ef98431778a6154f9b5fccd1790aff17a27c9
parent3f996b51e1c5d7f3b3f72449363e67643be6b590 (diff)
downloadeclipse.platform.ua-4fdc365e8773eb6fc498b428ecaee5f436878bb7.tar.gz
eclipse.platform.ua-4fdc365e8773eb6fc498b428ecaee5f436878bb7.tar.xz
eclipse.platform.ua-4fdc365e8773eb6fc498b428ecaee5f436878bb7.zip
Bug 520533 - Welcome screen nav icons have inconsistent behaviour
Change-Id: Ifa91431c22ad1e45d75a03ece052a1f133323181 Signed-off-by: Mat Booth <mat.booth@redhat.com>
-rw-r--r--org.eclipse.ui.intro.universal/themes/solstice/html/overview.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/solstice/html/overview.css b/org.eclipse.ui.intro.universal/themes/solstice/html/overview.css
index f732d6121..a09f370c1 100644
--- a/org.eclipse.ui.intro.universal/themes/solstice/html/overview.css
+++ b/org.eclipse.ui.intro.universal/themes/solstice/html/overview.css
@@ -9,3 +9,19 @@
* IBM Corporation - initial API and implementation
*******************************************************************************/
+/* could show the "selected" image for this page */
+#navigation-links a#overview img {
+ background: url(../graphics/icons/ctool/overview.png) center/contain no-repeat;
+ width : auto;
+ height: 64px;
+ margin-top: 2px;
+}
+
+#navigation-links a#.high-contrast#overview img {
+ display : none;
+}
+
+#navigation-links #overview .link-label {
+ display : none;
+}
+

Back to the top