Merge lp:~evfool/software-center/lp626037 into lp:software-center

Proposed by Robert Roth
Status: Merged
Merge reported by: Gary Lasker
Merged at revision: not available
Proposed branch: lp:~evfool/software-center/lp626037
Merge into: lp:software-center
Diff against target: 14 lines (+4/-0)
1 file modified
data/ui/gtk3/css/softwarecenter.css (+4/-0)
To merge this branch: bzr merge lp:~evfool/software-center/lp626037
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+105339@code.launchpad.net

Description of the change

Changed the background of tree-based views (software lists, history, etc) to the same as the other views for consistency, to fix bug #626037.

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Nice fix, very subtle yet adds a nice consistency between the listviews and the lobby.

Thank you, Robert!

review: Approve
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Merged into the lp:software-center/5.2 branch.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/ui/gtk3/css/softwarecenter.css'
2--- data/ui/gtk3/css/softwarecenter.css 2012-02-20 15:59:17 +0000
3+++ data/ui/gtk3/css/softwarecenter.css 2012-05-10 15:05:20 +0000
4@@ -80,6 +80,10 @@
5 padding: 0;
6 }
7
8+GtkTreeView {
9+ background-color: @super-light-aubergine;
10+}
11+
12 #toolbar-popup {
13 padding: 0;
14 }