Merge lp:~danrabbit/egtk/transparent-content into lp:egtk/1.0

Proposed by Danielle Foré
Status: Merged
Approved by: Cassidy James Blaede
Approved revision: 508
Merged at revision: 513
Proposed branch: lp:~danrabbit/egtk/transparent-content
Merge into: lp:egtk/1.0
Diff against target: 41 lines (+12/-7)
1 file modified
gtk-3.0/content-view.css (+12/-7)
To merge this branch: bzr merge lp:~danrabbit/egtk/transparent-content
Reviewer Review Type Date Requested Status
Cassidy James Blaede Approve
Review via email: mp+110427@code.launchpad.net

Description of the change

This merge makes the background of all content-view widgets transparent (unless otherwise overridden).

Please test this extensively before merging.

Test popovers, about dialogs, song editor in Noise, and anywhere else you might think there is a .content-view style.

To post a comment you must log in.
Revision history for this message
Cassidy James Blaede (cassidyjames) wrote :

Not seeing anything different from trunk, gonna go ahead and approve.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'gtk-3.0/content-view.css'
--- gtk-3.0/content-view.css 2012-06-13 21:52:27 +0000
+++ gtk-3.0/content-view.css 2012-06-14 21:55:22 +0000
@@ -16,11 +16,6 @@
16* with the elementary GTK theme. If not, see http://www.gnu.org/licenses/.16* with the elementary GTK theme. If not, see http://www.gnu.org/licenses/.
17*/17*/
1818
19.content-view,
20.content-view GtkViewport {
21 background-color: @base_color;
22}
23
24.content-view-window {19.content-view-window {
25 background-image: -gtk-gradient (linear,20 background-image: -gtk-gradient (linear,
26 left top,21 left top,
@@ -37,6 +32,17 @@
3732
38}33}
3934
35.content-view,
36.content-view GtkViewport {
37 background-color: @base_color;
38}
39
40.content-view * {
41 background-image: none;
42
43 background-color: @transparent;
44}
45
40.content-view .entry {46.content-view .entry {
4147
42 background-image: -gtk-gradient (linear,48 background-image: -gtk-gradient (linear,
@@ -152,5 +158,4 @@
152 from (alpha (#000, 0.10)),158 from (alpha (#000, 0.10)),
153 to (alpha (#000, 0.03)));159 to (alpha (#000, 0.03)));
154160
155}161}
156
157\ No newline at end of file162\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: