Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Shell Title Background
Shell Title Background [message #88124] Fri, 16 May 2008 16:21 Go to next message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
How do I change the shell title background so that the dialoags
(MessageDialog, ErrorDialog....) do not have a blue title bar anymore. I
tried the following, but it did not work:

Shell-Titlebar {

background-gradient-color: #ff0000;

background-color: #ff0000;

}

Shell-Titlebar:inactive {

background-gradient-color: #ff0000;

background-color: #ff0000;

}

Regards,

Markus
Re: Shell Title Background [message #88139 is a reply to message #88124] Fri, 16 May 2008 16:26 Go to previous message
Eclipse UserFriend
Originally posted by: rsternberg.innoopract.com

Hi Markus,

The shell titlebar has a background-image set which covers the
background color. You have to set it to none to see the background
color. Please note that the background-gradient-color has no effect yet
except from setting the related SWT system color.

Ralf

Markus Krüger wrote:
> How do I change the shell title background so that the dialoags
> (MessageDialog, ErrorDialog....) do not have a blue title bar anymore. I
> tried the following, but it did not work:
>
> Shell-Titlebar {
>
> background-gradient-color: #ff0000;
>
> background-color: #ff0000;
>
> }
>
> Shell-Titlebar:inactive {
>
> background-gradient-color: #ff0000;
>
> background-color: #ff0000;
>
> }
>
> Regards,
>
> Markus
>
>
Previous Topic:Multi-Line Tooltip
Next Topic:How to open a link??
Goto Forum:
  


Current Time: Thu Apr 25 07:58:36 GMT 2024

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

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

Back to the top