Merge lp:~attente/ubuntu-themes/1285783 into lp:ubuntu-themes

Proposed by William Hua on 2014-07-22
Status: Merged
Approved by: Sebastien Bacher on 2014-07-28
Approved revision: 389
Merged at revision: 425
Proposed branch: lp:~attente/ubuntu-themes/1285783
Merge into: lp:ubuntu-themes
Diff against target: 31 lines (+10/-0)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+5/-0)
Radiance/gtk-3.0/gtk-widgets.css (+5/-0)
To merge this branch: bzr merge lp:~attente/ubuntu-themes/1285783
Reviewer Review Type Date Requested Status
Sebastien Bacher 2014-07-22 Approve on 2014-07-28
PS Jenkins bot continuous-integration Approve on 2014-07-22
Lars Karlitski (community) Approve on 2014-07-22
Review via email: mp+227768@code.launchpad.net

Commit Message

Set the background on GtkStack widgets.

Description of the Change

Set the background on GtkStack widgets.

This merge depends on the branch at https://code.launchpad.net/~attente/gtk/1285783/+merge/227765.

To post a comment you must log in.
Lars Karlitski (larsu) wrote :

Yep, thanks.

review: Approve
Sebastien Bacher (seb128) wrote :

Thanks

review: Approve
Adolfo Jayme (fitojb) wrote :

Why is this still “Approved”?

lp:~attente/ubuntu-themes/1285783 updated on 2015-03-20
390. By William Hua on 2015-03-20

Merge trunk.

391. By William Hua on 2015-03-20

Apply background to GtkScrolledWindow instead.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
2--- Ambiance/gtk-3.0/gtk-widgets.css 2015-03-19 12:00:34 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2015-03-20 15:43:51 +0000
4@@ -62,6 +62,11 @@
5 color: @backdrop_fg_color;
6 }
7
8+/* LP: #1285783 */
9+GtkScrolledWindow {
10+ background-color: @bg_color;
11+}
12+
13 GtkPaned {
14 background-color: @bg_color;
15 }
16
17=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
18--- Radiance/gtk-3.0/gtk-widgets.css 2015-03-19 12:00:34 +0000
19+++ Radiance/gtk-3.0/gtk-widgets.css 2015-03-20 15:43:51 +0000
20@@ -61,6 +61,11 @@
21 color: @backdrop_fg_color;
22 }
23
24+/* LP: #1285783 */
25+GtkScrolledWindow {
26+ background-color: @bg_color;
27+}
28+
29 GtkPaned {
30 background-color: @bg_color;
31 }

Subscribers

People subscribed via source and target branches