Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Shell Title Background
Shell Title Background [message #88124] Fri, 16 May 2008 12:21 Go to next message
Eclipse UserFriend
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 12: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: Sun Aug 31 23:29:12 EDT 2025

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

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

Back to the top