Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » How to use CSS border property and where?
How to use CSS border property and where? [message #1774833] Fri, 20 October 2017 10:32
Michel Pittelkow is currently offline Michel PittelkowFriend
Messages: 8
Registered: October 2017
Junior Member
Hi there,

I am currently struggling with the border properties and the usage of those.

What I try to achieve: I am customizing a Eclipse RCP application with CSS. The last topic I was working on was setting a custom border on a SWT.FLAT Button. This didn't work at all, in fact the property was just ignored.

Then I tried to set border properties for Composites but this was also ignored.

Now I am wondering if I am doing anything wrong. The libraries are taken from the current Eclipse release 4.7.1. I've looked through the source code of the package org.eclipse.e4.ui.css.core.css2 but couldn't find any restriction of the property.

The features used out of oxygen in my target platform are:

<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.core.runtime.feature.feature.group" version="1.2.1.v20170928-1321"/>
<unit id="org.eclipse.jdt.feature.group" version="3.13.1.v20171009-0410"/>
<unit id="org.eclipse.pde.feature.group" version="3.13.1.v20171009-0537"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="3.7.1.v20170928-1359"/>
<unit id="org.eclipse.equinox.sdk.feature.group" version="3.13.1.v20170928-1405"/>
<unit id="org.eclipse.platform.feature.group" version="4.7.1.v20171009-0410"/>
<unit id="org.eclipse.e4.rcp.feature.group" version="1.6.1.v20170928-1359"/>
<repository location="*****"/>
</location>


Any help is highly appreciated.

Best regards
Michel
Previous Topic:How to change the background color of the main menu by CSS in eclipse?
Next Topic:PropertySheet setDisable
Goto Forum:
  


Current Time: Sat Apr 27 05:19:27 GMT 2024

Powered by FUDForum. Page generated in 0.02634 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top