| Summary: | [hover] Change default tooltip color | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | Client | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | emoffatt, Michael_Rennie |
| Version: | 8.0 | ||
| Target Milestone: | 9.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Curtis Windatt
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=94bd5f7fd9edfc24b5bfbc3d1da1173062cbeff9 Pushed changes for a dark themed tooltip (the color is a gray from the menu bar so it is easy to read using the dark theme). Opened Bug 463515 as I had to do something unique for code projection tooltips. HTML in hovers (such as hovering over a css property, do not get the text color changes because they are in an iframe. However, the background color is taken (I'm guessing that background color is transparent?). (In reply to Curtis Windatt from comment #2) > HTML in hovers (such as hovering over a css property, do not get the text > color changes because they are in an iframe. However, the background color > is taken (I'm guessing that background color is transparent?). http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=630c7685a3031fb8ca206c7b5634ce47e1058156 The background color is transparent. I originally was always setting the iframe background color to white, but in the end, more of the known tooltips look better with transparent background. It is only the font hover and html element preview hovers that need a white background. I added a background to the html content of those iframes. Marking this as FIXED. |