Merge lp:~ken-vandine/light-themes/lp_922516 into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Ken VanDine
Status: Rejected
Rejected by: Andrea Cimitan
Proposed branch: lp:~ken-vandine/light-themes/lp_922516
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 29 lines (+8/-0)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+4/-0)
Radiance/gtk-3.0/gtk-widgets.css (+4/-0)
To merge this branch: bzr merge lp:~ken-vandine/light-themes/lp_922516
Reviewer Review Type Date Requested Status
Andrea Cimitan Pending
Review via email: mp+97510@code.launchpad.net

Description of the change

Set the background-color for the GtkDrawingArea for notebook (LP: #922516)

To post a comment you must log in.
Revision history for this message
Andrea Cimitan (cimi) wrote :

No, trunk does not need this afaics.

Revision history for this message
James Schriver (dashua) wrote :

I don't see this issue either in trunk or the latest light-themes update, which is trunk.

Revision history for this message
James Schriver (dashua) wrote :

Unmerged revisions

219. By Ken VanDine

Set the background-color for the GtkDrawingArea of a notebook (LP: #922516)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
--- Ambiance/gtk-3.0/gtk-widgets.css 2012-03-14 17:24:44 +0000
+++ Ambiance/gtk-3.0/gtk-widgets.css 2012-03-14 20:34:18 +0000
@@ -1366,6 +1366,10 @@
1366 padding: 0;1366 padding: 0;
1367}1367}
13681368
1369.notebook GtkDrawingArea {
1370 background-color: shade (@bg_color, 1.02);
1371}
1372
1369/******************1373/******************
1370 * pane separator *1374 * pane separator *
1371 ******************/1375 ******************/
13721376
=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
--- Radiance/gtk-3.0/gtk-widgets.css 2012-03-14 17:24:44 +0000
+++ Radiance/gtk-3.0/gtk-widgets.css 2012-03-14 20:34:18 +0000
@@ -1365,6 +1365,10 @@
1365 padding: 0;1365 padding: 0;
1366}1366}
13671367
1368.notebook GtkDrawingArea {
1369 background-color: shade (@bg_color, 1.02);
1370}
1371
1368/******************1372/******************
1369 * pane separator *1373 * pane separator *
1370 ******************/1374 ******************/

Subscribers

People subscribed via source and target branches