Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » e4 CSS with Toolbars, MenuBar and groups
e4 CSS with Toolbars, MenuBar and groups [message #1239154] Mon, 03 February 2014 13:56
Guillaume Helle is currently offline Guillaume HelleFriend
Messages: 8
Registered: February 2014
Junior Member
Hello Folks!

i have some little problems with Eclipse e4 CSS.
I join a screen capture of a test application to show my problems :

1) In the main Toolbar i want choose the color and the icon when i select a tool (push)
3) same when the mouse is over : i want choose the color and the icon
2) In the main Toolbar i display icons and text but i can't change the text color : it is always black...
4) is it possible to change the colors of the main MenuBar?
5) i try to change the color label of Group but it is not work.

For 1, 2 and 3 i have in may CSS :
ToolBar {
color: white;
background-color: #394264;
}

For 5 i have :
Group {
font: Verdana 18px;
color: white;
background-color: #394264;
outline-color: white;
corner-radius:10;
text-align:bottom;
}

I am searching a documentation with the link between the CSS rules and the Eclipse RCP frame/panel/menu/bars/... items. An idea? Razz

Thanks for your help!

Guillaume
  • Attachment: FrameCSS.JPG
    (Size: 56.60KB, Downloaded 302 times)
Previous Topic:Close application
Next Topic:Migration an Eclipse 3.x RCP application to E4: product problem
Goto Forum:
  


Current Time: Tue Mar 19 10:47:44 GMT 2024

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

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

Back to the top