After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747859 - theming broken in the overview
theming broken in the overview
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-04-14 14:51 UTC by Matthias Clasen
Modified: 2016-09-20 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screencast (696.78 KB, video/webm)
2015-05-06 19:35 UTC, Matthias Clasen
Details

Description Matthias Clasen 2015-04-14 14:51:15 UTC
Both the 'underflow' (the dotted lines) and the overflow in the scrolled window in the overview is a solid gray rectangle, instead of the subtle transparent overlay you get with Adwaita.
Comment 1 Zeeshan Ali 2015-04-15 11:21:19 UTC
(In reply to Matthias Clasen from comment #0)
> Both the 'underflow' (the dotted lines) and the overflow in the scrolled
> window in the overview is a solid gray rectangle, instead of the subtle
> transparent overlay you get with Adwaita.

In the wizard? A screenshot would be even more helpful.
Comment 2 Matthias Clasen 2015-04-15 14:06:59 UTC
no, in the overview
Comment 3 Matthias Clasen 2015-05-06 19:35:02 UTC
Created attachment 302994 [details]
screencast
Comment 4 Zeeshan Ali 2015-06-25 12:19:14 UTC
<Lapo_> zeenix: remove the "content-bg" class from BoxesCollectionView and kill the corresponding style from the app shipped css > FIXED
<Lapo_> zeenix: did I tell you that there's way too much stuff in the app shipped css, right? yes I did :-)
<Lapo_> zeenix: the content-bg class and style applied there does nothing but breaking the overshoot/undershoot
<Lapo_> zeenix: if you want that darkening the class mush be applied to the GdMainIconView
Comment 5 Zeeshan Ali 2015-06-29 15:54:35 UTC
commit: 55a6c15b8eefb043077f23f4fb47b97c11942978

    ui: Drop redundant use of "content-bg" custom theme

    Don't overuse custom "content-bg". In case of main/collection view, use
    of this theme breaks the transparent theming of underflow and overflow
    indicators.