Merge lp:~larsu/ubuntu-themes/gtktreeview-bg into lp:ubuntu-themes

Proposed by Lars Karlitski
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 349
Merged at revision: 350
Proposed branch: lp:~larsu/ubuntu-themes/gtktreeview-bg
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:~larsu/ubuntu-themes/gtktreeview-bg
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+209282@code.launchpad.net

Commit message

Give the .view class a background

Fixes black background in the dnd widgets when dragging a GtkTreeView row.

Description of the change

Give the .view class a background

Fixes black background in the dnd widgets when dragging a GtkTreeView row.

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 :

nice, that was an annoying one!

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/gtk-widgets.css'
2--- Ambiance/gtk-3.0/gtk-widgets.css 2014-02-17 11:48:59 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2014-03-04 15:05:32 +0000
4@@ -2408,6 +2408,11 @@
5 /*border-radius: 0;*/
6 }
7
8+.view {
9+ background-color: @base_color;
10+ color: @text_color;
11+}
12+
13 .view row:nth-child(even){
14 /*background-color: @base_color;*/
15 }
16
17=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
18--- Radiance/gtk-3.0/gtk-widgets.css 2014-02-17 11:48:59 +0000
19+++ Radiance/gtk-3.0/gtk-widgets.css 2014-03-04 15:05:32 +0000
20@@ -2421,6 +2421,11 @@
21 /*border-radius: 0;*/
22 }
23
24+.view {
25+ background-color: @base_color;
26+ color: @text_color;
27+}
28+
29 GtkTreeView row:nth-child(even){
30 /*background-color: @base_color;*/
31 }

Subscribers

People subscribed via source and target branches