Bug 1349041
| Summary: | DE Theme Foreground text colour settings ignored for tooltips | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mike Simms <micsim2007> | ||||||
| Component: | firefox | Assignee: | Gecko Maintainer <gecko-bugs-nobody> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 24 | CC: | gecko-bugs-nobody, jhorak, pjasicek, raveit65.sun, stransky | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-06-23 09:58:43 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Mike Simms
2016-06-22 14:59:53 UTC
Dear firefox maintainer.
FF-47 still ignore fg color setting in themes for GTK+-3.20 and use always a white color.
For this reason you don't see the issue in themes which use a white fg color on a dark bg for tooltips, like BlackMate or Adwaita.
With ff-46 all was fine in our themes.
Eg. BlueMenta
tooltip,
.tooltip {
border-radius: 2px;
border-width: 1px;
border-color: @theme_tooltip_fg_color;
border-style: solid;
}
tooltip.background,
.tooltip.background {
background-color: @theme_tooltip_bg_color;
background-clip: padding-box;
}
tooltip label,
.tooltip label {
text-shadow: none;
color: @theme_tooltip_fg_color;
padding: 8px;
}
tooltip decoration,
.tooltip decoration,
tooltip.csd decoration,
.tooltip.csd decoration,
tooltip.ssd decoration,
.tooltip.ssd decoration,
tooltip.solid-csd decoration,
.tooltip.solid-csd decoration,
tooltip.background.csd decoration,
.tooltip.background.csd decoration,
tooltip.background.ssd decoration,
.tooltip.background.ssd decoration,
tooltip.background.solid-csd decoration,
.tooltip.background.solid-csd decoration {
background-color: transparent;
}
Note, adding style classes back for gtk+-3.20 , here we use nodes, was needed to get tooltips working with ff-46.
I have no ideas anymore to fix that from theme side, and i'm sure my settings are valid after spending about 1000 hours to get our themes working with gtk+-3.20 ;)
So please fix firefox or tell me how to select the fg color.
Created attachment 1170980 [details] Cinammon screenshot Hi, this has been added by smjester86 to a topic I created at fedoraforum.org. The issue affects Cinnamon as well http://forums.fedoraforum.org/showthread.php?p=1764410&posted=1#post1764410 *** This bug has been marked as a duplicate of bug 1348963 *** That's bug in Firefox, fixed packages are available. |