Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » color of inactive input elements
color of inactive input elements [message #112088] Tue, 11 November 2008 11:22 Go to next message
Denis Kostousov is currently offline Denis KostousovFriend
Messages: 32
Registered: July 2009
Member
Hi,
I'd like to know what the name of the style element(s)
which affect on the color of inactive input elements
and could be redefined in theme.css or theme.properties

--
Denis Kostousov
email: denis.kostousovATgmailDOTcom
jabber: denis.kostousovATgmailDOTcom
fingerprint: D32B A253 F678 9EF1 1079 4F5A 52E1 8EEA FAF9 E1F1
Re: color of inactive input elements [message #112227 is a reply to message #112088] Tue, 11 November 2008 22:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsternberg.innoopract.com

Hi Denis,

Denis Kostousov wrote:
> I'd like to know what the name of the style element(s)
> which affect on the color of inactive input elements
> and could be redefined in theme.css or theme.properties

what do you mean with "inactive"? The only feature we currently offer is
a gray-out color for disabled widgets. This can be defined in your
theme.css (do not use theme.properties anymore) like this:

*:disabled {
color: gray;
}

Regards, Ralf
Re: color of inactive input elements [message #112241 is a reply to message #112227] Wed, 12 November 2008 05:57 Go to previous message
Denis Kostousov is currently offline Denis KostousovFriend
Messages: 32
Registered: July 2009
Member
On 12.11.2008 03:02, Ralf Sternberg wrote:
> Hi Denis,
>
> Denis Kostousov wrote:
>> I'd like to know what the name of the style element(s)
>> which affect on the color of inactive input elements
>> and could be redefined in theme.css or theme.properties
>
> what do you mean with "inactive"? The only feature we currently offer is
> a gray-out color for disabled widgets. This can be defined in your
> theme.css (do not use theme.properties anymore) like this:
>
> *:disabled {
> color: gray;
> }
>
> Regards, Ralf

It's a solution.
Thanks :)

--
Denis Kostousov
email: denis.kostousovATgmailDOTcom
jabber: denis.kostousovATgmailDOTcom
fingerprint: D32B A253 F678 9EF1 1079 4F5A 52E1 8EEA FAF9 E1F1
Previous Topic:Background-Process / runNonUIThreadWithFakeContext
Next Topic:TreeViewer scattering
Goto Forum:
  


Current Time: Fri Apr 19 20:32:02 GMT 2024

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

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

Back to the top