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 781159 - css: Fix background of insensitive entry area
css: Fix background of insensitive entry area
Status: RESOLVED FIXED
Product: polari
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-10 21:55 UTC by Florian Müllner
Modified: 2017-04-10 22:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
css: Fix background of insensitive entry area (1.65 KB, patch)
2017-04-10 21:55 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2017-04-10 21:55:31 UTC
Let's make Lapo a happy Italian ...
Comment 1 Florian Müllner 2017-04-10 21:55:39 UTC
Created attachment 349632 [details] [review]
css: Fix background of insensitive entry area

The entry area is meant to blend in seamlessly with the chat log,
which we achieve by adding the .view class. However since GTK+
commit efde7d15a, views do have a distinct :disabled styling,
which breaks the intended look for offline rooms.

Restore the previous look with an appropriate override in the
application style.
Comment 2 Florian Müllner 2017-04-10 22:42:45 UTC
Attachment 349632 [details] pushed as 9eede78 - css: Fix background of insensitive entry area