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 676660 - embed: remove custom CSS styling for the overlay progressbar
embed: remove custom CSS styling for the overlay progressbar
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-23 16:40 UTC by Cosimo Cecchi
Modified: 2012-05-23 16:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
embed: remove custom CSS styling for the overlay progressbar (2.57 KB, patch)
2012-05-23 16:40 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2012-05-23 16:40:16 UTC
Adwaita now supports style for progressbars inside an OSD overlay, so the
exporting of CSS from g-o-a is not needed anymore. See attached patches
Comment 1 Cosimo Cecchi 2012-05-23 16:40:18 UTC
Created attachment 214791 [details] [review]
embed: remove custom CSS styling for the overlay progressbar

Now that the overlay progressbar is styled by the theme, we can just
set the OSD style class on the overlay to get the same effect.
Comment 2 Xan Lopez 2012-05-23 16:45:33 UTC
Review of attachment 214791 [details] [review]:

Woot.
Comment 3 Cosimo Cecchi 2012-05-23 16:58:47 UTC
Attachment 214791 [details] pushed as 02e9b25 - embed: remove custom CSS styling for the overlay progressbar

Thanks!