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

Bug 407277

Summary: [Create HTML5 Sample] [Submit] button is barely visible
Product: [ECD] Orion Reporter: Adrian Aichner <adrian.aichner>
Component: NodeAssignee: 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:
Description Flags
Exhibit of barely visible Submit button
none
screenshot none

Description Adrian Aichner CLA 2013-05-06 06:28:43 EDT
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:~$
Comment 1 Anthony Hunter CLA 2013-05-07 17:24:04 EDT
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.
Comment 2 Mark Macdonald CLA 2013-05-16 11:14:39 EDT
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?
Comment 3 Adrian Aichner CLA 2014-02-02 08:57:07 EST
I think this bug is no longer relevant since no samples are offered now.