RAP Theming and system specific colors [message #988896] |
Mon, 03 December 2012 10:27  |
Eclipse User |
|
|
|
Hi Folks,
Here the situation:
Our RAP Application (RAP 1.5) supports the platforms Windows, Linux 32bit, HPUX, Solaris and AIX. After deploying the application on all these machines we get different colors (e.g. the gradient in the view tabs) between e.g. Linux 32bit (Ubuntu) and HPUX.
We use the Jetty Webserver in embedded mode.
How is this possible? Is the X11 system responsible for the different colors? Or is there anything else what causes these differences?
Greetings
Stefan R.
|
|
|
|
|
|
Re: RAP Theming and system specific colors [message #990201 is a reply to message #988896] |
Tue, 11 December 2012 06:49   |
Eclipse User |
|
|
|
Hey Ralf,
I included 2 Screenshots. The CSS code for this is:
Shell-Titlebar {
background-color: #339bb4;
background-gradient-color: #000000;
background-image: gradient( linear, left top, left bottom,
from( #99cdda ), to( #339bb4 )
);
padding: 2px 5px 2px;
margin: 0px;
height: 22px;
color: #ffffff;
font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
border: none;
border-radius: 1px 1px 0px 0px;
text-shadow: none;
}
Shell-Titlebar:inactive {
background-color: #7996a5;
background-gradient-color: #7996a5;
color: #aaaaaa;
background-image: gradient( linear, left top, left bottom,
from( #000000 ), to( #ffffff ) );
}
Greetings
Stefan R.
Attachment: hpux.png
(Size: 3.96KB, Downloaded 251 times)
Attachment: windows.png
(Size: 3.82KB, Downloaded 258 times)
|
|
|
|
Powered by
FUDForum. Page generated in 0.04612 seconds