Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 409435

Summary: [commands] Popup command parameter collector field names are styled too dark
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
screenshot none

Description Mark Macdonald CLA 2013-05-29 18:14:01 EDT
Created attachment 231727 [details]
screenshot

1. Open a file in the editor
2. In the left-hand pane, use [+] > New Folder
3. A popup appears asking for a file name. The "Name" field is hard to read.
Comment 1 Mark Macdonald CLA 2013-05-29 18:15:46 EDT
The CSS class is "parameterInput". The CSS rule that makes it too dark is here:

> .parameterPopup > label {         /*ide.css line 195*/
>   color: #333;
> }
Comment 2 Mark Macdonald CLA 2013-05-29 18:20:54 EDT
(In reply to comment #1)
Uh, that is to say: the "parameterInput" class is styled correctly (color:whitesmoke). But the color:#333 rule I mentioned above overrides the correct style, and makes it look too dark for the background.
Comment 3 John Arthorne CLA 2015-05-05 16:18:51 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:


https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html