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
1=== modified file 'gtk-3.0/content-view.css'
2--- gtk-3.0/content-view.css 2012-06-13 21:52:27 +0000
3+++ gtk-3.0/content-view.css 2012-06-14 21:55:22 +0000
4@@ -16,11 +16,6 @@
5 * with the elementary GTK theme. If not, see http://www.gnu.org/licenses/.
6 */
7
8-.content-view,
9-.content-view GtkViewport {
10- background-color: @base_color;
11-}
12-
13 .content-view-window {
14 background-image: -gtk-gradient (linear,
15 left top,
16@@ -37,6 +32,17 @@
17
18 }
19
20+.content-view,
21+.content-view GtkViewport {
22+ background-color: @base_color;
23+}
24+
25+.content-view * {
26+ background-image: none;
27+
28+ background-color: @transparent;
29+}
30+
31 .content-view .entry {
32
33 background-image: -gtk-gradient (linear,
34@@ -152,5 +158,4 @@
35 from (alpha (#000, 0.10)),
36 to (alpha (#000, 0.03)));
37
38-}
39-
40+}
41\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: