| Summary: | [Create HTML5 Sample] [Submit] button is barely visible | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Adrian Aichner <adrian.aichner> | ||||||
| Component: | Node | Assignee: | Project Inbox <orion.server-inbox> | ||||||
| Status: | RESOLVED WONTFIX | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | ahunter.eclipse, antonm, mamacdon, simon_kaegi | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | 4.0 M1 | ||||||||
| Hardware: | PC | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
I cannot see the Submit link at all. There was a change five days ago that Anton made to ide.css in a "Style tweaks" that changed the color of the dismissButton style from silver to whitesmoke. Created attachment 231092 [details]
screenshot
I think this is a general problem with the buttons on popup data collectors. Here's what the New Folder popup in the sidebar nav looks like, for example:
Maybe we can override the button colors by adding an additional rule that matches buttons when they appear inside a popup?
I think this bug is no longer relevant since no samples are offered now. |
Created attachment 230501 [details] Exhibit of barely visible Submit button In a local orionode installation if you click the [Create HTML5 Sample] the [Submit] button is barely visible: Following styles from idle.css seem to be responsible: .dismissButton:hover { ... color: whitesmoke; ... } .dismissButton:hover { color: #fdfdfd; } It becomes completely invisible when mouse hovers over button. Installation details: adrian@tanga:~/tmp/serverworkspace/F/org.eclipse.orion.client/modules/orionode$ git branch -v * master 03a94f1 Adding a silhouette icon in place of a login name adrian@tanga:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring adrian@tanga:~$ node -v v0.8.11 adrian@tanga:~$