Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Change Font Color (3.0.0)?
Change Font Color (3.0.0)? [message #998413] Wed, 09 January 2013 23:40 Go to next message
Shelli Orton is currently offline Shelli OrtonFriend
Messages: 101
Registered: September 2009
Senior Member
Hi,

We've just upgraded to 3.0.0 and noticed that when using the copy option to create a new project that the font color of the highlighted project in the list of projects to copy is white. Against the very pale purple (almost white) backround of the list, this renders it unreadable. Is there a quick CSS change or something else that we can make to fix this?

Thanks!
Re: Change Font Color (3.0.0)? [message #998440 is a reply to message #998413] Thu, 10 January 2013 01:32 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Hi, If you have installed the war in some container like tomcat, then it is expanded in to directory. There is a file called css/style.cc (in the css folder).

You have to modify the selector

.comboBoxSelectedItem {
background-color: #FF2222;
color: highlighttext;
}


Winston Prakash
Eclipse Hudson team
Re: Change Font Color (3.0.0)? [message #998802 is a reply to message #998440] Thu, 10 January 2013 18:09 Go to previous messageGo to next message
Shelli Orton is currently offline Shelli OrtonFriend
Messages: 101
Registered: September 2009
Senior Member
Thanks!

I was able to set it to something readable.

Is this something that I should create a bug for? If yes, where would I do that?

[Updated on: Thu, 10 January 2013 18:09]

Report message to a moderator

Re: Change Font Color (3.0.0)? [message #999128 is a reply to message #998802] Fri, 11 January 2013 11:57 Go to previous messageGo to next message
Duncan Mills is currently offline Duncan MillsFriend
Messages: 49
Registered: August 2011
Member

Shelli,
Thanks for this. I've logged 397964 to track this


Duncan Mills
Eclipse Hudson team
Re: Change Font Color (3.0.0)? [message #999275 is a reply to message #999128] Fri, 11 January 2013 17:53 Go to previous message
Duncan Mills is currently offline Duncan MillsFriend
Messages: 49
Registered: August 2011
Member

Bug is fixed and should be available in 3.0.1

Duncan Mills
Eclipse Hudson team
Previous Topic:Plenty of errors after migrating from 2.1.2 to 3.0.0
Next Topic:Maven Release Builds Failing After Upgrade to 3.0
Goto Forum:
  


Current Time: Tue Mar 19 07:38:26 GMT 2024

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

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

Back to the top