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
=== modified file 'Ambiance/gtk-3.0/apps/baobab.css'
--- Ambiance/gtk-3.0/apps/baobab.css 2012-08-30 10:17:20 +0000
+++ Ambiance/gtk-3.0/apps/baobab.css 2014-03-07 19:16:54 +0000
@@ -1,3 +1,12 @@
1
2BaobabWindow GtkGrid {
3 background-color: @bg_color;
4}
5
6BaobabLocationList GtkGrid {
7 background-color: transparent;
8}
9
1.baobab-toolbar.toolbar {10.baobab-toolbar.toolbar {
2 border-color: shade (@bg_color, 0.9);11 border-color: shade (@bg_color, 0.9);
3 border-style: solid;12 border-style: solid;
413
=== added file 'Ambiance/gtk-3.0/apps/glade.css'
--- Ambiance/gtk-3.0/apps/glade.css 1970-01-01 00:00:00 +0000
+++ Ambiance/gtk-3.0/apps/glade.css 2014-03-07 19:16:54 +0000
@@ -0,0 +1,8 @@
1
2GladeEditor GtkContainer {
3 background-color: @bg_color
4}
5
6GladeWindow GtkGrid {
7 background-color: @bg_color
8}
09
=== modified file 'Ambiance/gtk-3.0/gtk-main.css'
--- Ambiance/gtk-3.0/gtk-main.css 2014-01-02 22:13:06 +0000
+++ Ambiance/gtk-3.0/gtk-main.css 2014-03-07 19:16:54 +0000
@@ -46,3 +46,4 @@
46@import url("apps/gnome-terminal.css");46@import url("apps/gnome-terminal.css");
47@import url("apps/gnome-system-log.css");47@import url("apps/gnome-system-log.css");
48@import url("apps/unity-greeter.css");48@import url("apps/unity-greeter.css");
49@import url("apps/glade.css");
4950
=== modified file 'Radiance/gtk-3.0/apps/baobab.css'
--- Radiance/gtk-3.0/apps/baobab.css 2012-08-30 10:17:20 +0000
+++ Radiance/gtk-3.0/apps/baobab.css 2014-03-07 19:16:54 +0000
@@ -1,3 +1,12 @@
1
2BaobabWindow GtkGrid {
3 background-color: @bg_color;
4}
5
6BaobabLocationList GtkGrid {
7 background-color: transparent;
8}
9
1.baobab-toolbar.toolbar {10.baobab-toolbar.toolbar {
2 border-color: shade (@bg_color, 0.9);11 border-color: shade (@bg_color, 0.9);
3 border-style: solid;12 border-style: solid;
413
=== added file 'Radiance/gtk-3.0/apps/glade.css'
--- Radiance/gtk-3.0/apps/glade.css 1970-01-01 00:00:00 +0000
+++ Radiance/gtk-3.0/apps/glade.css 2014-03-07 19:16:54 +0000
@@ -0,0 +1,8 @@
1
2GladeEditor GtkContainer {
3 background-color: @bg_color
4}
5
6GladeWindow GtkGrid {
7 background-color: @bg_color
8}
09
=== modified file 'Radiance/gtk-3.0/gtk-main.css'
--- Radiance/gtk-3.0/gtk-main.css 2013-11-14 17:00:52 +0000
+++ Radiance/gtk-3.0/gtk-main.css 2014-03-07 19:16:54 +0000
@@ -47,3 +47,4 @@
47@import url("apps/gnome-panel.css");47@import url("apps/gnome-panel.css");
48@import url("apps/gnome-terminal.css");48@import url("apps/gnome-terminal.css");
49@import url("apps/gnome-system-log.css");49@import url("apps/gnome-system-log.css");
50@import url("apps/glade.css");

Subscribers

People subscribed via source and target branches