Merge lp:~larsu/ubuntu-themes/remove-black-bgs into lp:ubuntu-themes

Proposed by Lars Karlitski
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 353
Merged at revision: 357
Proposed branch: lp:~larsu/ubuntu-themes/remove-black-bgs
Merge into: lp:ubuntu-themes
Diff against target: 77 lines (+36/-0)
6 files modified
Ambiance/gtk-3.0/apps/baobab.css (+9/-0)
Ambiance/gtk-3.0/apps/glade.css (+8/-0)
Ambiance/gtk-3.0/gtk-main.css (+1/-0)
Radiance/gtk-3.0/apps/baobab.css (+9/-0)
Radiance/gtk-3.0/apps/glade.css (+8/-0)
Radiance/gtk-3.0/gtk-main.css (+1/-0)
To merge this branch: bzr merge lp:~larsu/ubuntu-themes/remove-black-bgs
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+210001@code.launchpad.net

Commit message

Fix black backgrounds in glade and baobab

The black backgrounds only appear when using overlay-scrollbars.

These are hacks to work around limitations in gtk 3.10.

Description of the change

Fix black backgrounds in glade and baobab

The black backgrounds only appear when using overlay-scrollbars.

These are hacks to work around limitations in gtk 3.10.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Sebastien Bacher (seb128) wrote :

Seems to work as it should, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/apps/baobab.css'
2--- Ambiance/gtk-3.0/apps/baobab.css 2012-08-30 10:17:20 +0000
3+++ Ambiance/gtk-3.0/apps/baobab.css 2014-03-07 19:16:54 +0000
4@@ -1,3 +1,12 @@
5+
6+BaobabWindow GtkGrid {
7+ background-color: @bg_color;
8+}
9+
10+BaobabLocationList GtkGrid {
11+ background-color: transparent;
12+}
13+
14 .baobab-toolbar.toolbar {
15 border-color: shade (@bg_color, 0.9);
16 border-style: solid;
17
18=== added file 'Ambiance/gtk-3.0/apps/glade.css'
19--- Ambiance/gtk-3.0/apps/glade.css 1970-01-01 00:00:00 +0000
20+++ Ambiance/gtk-3.0/apps/glade.css 2014-03-07 19:16:54 +0000
21@@ -0,0 +1,8 @@
22+
23+GladeEditor GtkContainer {
24+ background-color: @bg_color
25+}
26+
27+GladeWindow GtkGrid {
28+ background-color: @bg_color
29+}
30
31=== modified file 'Ambiance/gtk-3.0/gtk-main.css'
32--- Ambiance/gtk-3.0/gtk-main.css 2014-01-02 22:13:06 +0000
33+++ Ambiance/gtk-3.0/gtk-main.css 2014-03-07 19:16:54 +0000
34@@ -46,3 +46,4 @@
35 @import url("apps/gnome-terminal.css");
36 @import url("apps/gnome-system-log.css");
37 @import url("apps/unity-greeter.css");
38+@import url("apps/glade.css");
39
40=== modified file 'Radiance/gtk-3.0/apps/baobab.css'
41--- Radiance/gtk-3.0/apps/baobab.css 2012-08-30 10:17:20 +0000
42+++ Radiance/gtk-3.0/apps/baobab.css 2014-03-07 19:16:54 +0000
43@@ -1,3 +1,12 @@
44+
45+BaobabWindow GtkGrid {
46+ background-color: @bg_color;
47+}
48+
49+BaobabLocationList GtkGrid {
50+ background-color: transparent;
51+}
52+
53 .baobab-toolbar.toolbar {
54 border-color: shade (@bg_color, 0.9);
55 border-style: solid;
56
57=== added file 'Radiance/gtk-3.0/apps/glade.css'
58--- Radiance/gtk-3.0/apps/glade.css 1970-01-01 00:00:00 +0000
59+++ Radiance/gtk-3.0/apps/glade.css 2014-03-07 19:16:54 +0000
60@@ -0,0 +1,8 @@
61+
62+GladeEditor GtkContainer {
63+ background-color: @bg_color
64+}
65+
66+GladeWindow GtkGrid {
67+ background-color: @bg_color
68+}
69
70=== modified file 'Radiance/gtk-3.0/gtk-main.css'
71--- Radiance/gtk-3.0/gtk-main.css 2013-11-14 17:00:52 +0000
72+++ Radiance/gtk-3.0/gtk-main.css 2014-03-07 19:16:54 +0000
73@@ -47,3 +47,4 @@
74 @import url("apps/gnome-panel.css");
75 @import url("apps/gnome-terminal.css");
76 @import url("apps/gnome-system-log.css");
77+@import url("apps/glade.css");

Subscribers

People subscribed via source and target branches