| Summary: | [commands] Popup command parameter collector field names are styled too dark | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> | ||||
| Component: | Client | Assignee: | 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: |
|
||||||
The CSS class is "parameterInput". The CSS rule that makes it too dark is here:
> .parameterPopup > label { /*ide.css line 195*/
> color: #333;
> }
(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. 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 |
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.