Merge lp:~dashua/ubuntu-themes/fix.lp.1181661 into lp:ubuntu-themes

Proposed by James Schriver
Status: Merged
Merged at revision: 315
Proposed branch: lp:~dashua/ubuntu-themes/fix.lp.1181661
Merge into: lp:ubuntu-themes
Diff against target: 20 lines (+2/-1)
1 file modified
Ambiance/gtk-3.0/gtk-widgets.css (+2/-1)
To merge this branch: bzr merge lp:~dashua/ubuntu-themes/fix.lp.1181661
Reviewer Review Type Date Requested Status
Adolfo Jayme Barrientos (community) Approve
Ubuntu Artwork Packagers Pending
Review via email: mp+177305@code.launchpad.net

Description of the change

Fix light toolbar separators in Ambiance (LP: #1181661)

To post a comment you must log in.
300. By James Schriver

Merge trunk

Revision history for this message
Adolfo Jayme Barrientos (fitojb) wrote :

Perfect!

review: Approve
Revision history for this message
Alberts Muktupāvels (muktupavels) wrote :

What is this - '*v*'?

I am getting now this error - Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1605:38: '' is not a valid color name.

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 2013-08-01 22:14:12 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2013-08-13 02:56:05 +0000
4@@ -46,6 +46,7 @@
5 -GtkTreeView-vertical-separator: 0;
6 -GtkWidget-separator-width: 2;
7 -GtkWidget-separator-height: 2;
8+ -GtkWidget-wide-separators: true;
9 -GtkWidget-focus-padding: 0;
10 -GtkWidget-focus-line-width: 1px;
11 -GtkWidget-link-color: @link_color;
12@@ -1630,7 +1631,7 @@
13 border-image: none;
14 border-color: shade (@bg_color, 0.92);
15 border-bottom-color: alpha (shade (@bg_color, 1.26), 0.6);
16- border-right-color: alpha (shade (@bg_color, 1.26), 0.6);
17+ border-right-color: alpha (shade (*v*, 1.26), 0.6);
18 }
19
20 GtkTreeView.view.separator,

Subscribers

People subscribed via source and target branches