Merge lp:~3v1n0/ubuntu-themes/headerbar-switch-sep-margins into lp:ubuntu-themes

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Andrea Azzarone
Approved revision: 609
Merged at revision: 615
Proposed branch: lp:~3v1n0/ubuntu-themes/headerbar-switch-sep-margins
Merge into: lp:ubuntu-themes
Diff against target: 33 lines (+12/-0)
2 files modified
Ambiance/gtk-3.20/gtk-widgets.css (+6/-0)
Radiance/gtk-3.20/gtk-widgets.css (+6/-0)
To merge this branch: bzr merge lp:~3v1n0/ubuntu-themes/headerbar-switch-sep-margins
Reviewer Review Type Date Requested Status
Andrea Azzarone (community) Approve
Review via email: mp+342260@code.launchpad.net

Commit message

Ambiance, Radiance: set top and bottom margins for switch and separators in headerbar

As other themes do, not to make it expand too much.

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

LGTM.

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.20/gtk-widgets.css'
2--- Ambiance/gtk-3.20/gtk-widgets.css 2018-03-22 17:37:50 +0000
3+++ Ambiance/gtk-3.20/gtk-widgets.css 2018-03-28 06:17:38 +0000
4@@ -3247,6 +3247,12 @@
5 border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5);
6 }
7
8+headerbar switch,
9+headerbar separator {
10+ margin-top: 5px;
11+ margin-bottom: 5px;
12+}
13+
14 /* inline-toolbar */
15 .inline-toolbar {
16 -GtkToolbar-button-relief: normal;
17
18=== modified file 'Radiance/gtk-3.20/gtk-widgets.css'
19--- Radiance/gtk-3.20/gtk-widgets.css 2018-03-22 17:37:50 +0000
20+++ Radiance/gtk-3.20/gtk-widgets.css 2018-03-28 06:17:38 +0000
21@@ -3245,6 +3245,12 @@
22 border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5);
23 }
24
25+headerbar switch,
26+headerbar separator {
27+ margin-top: 5px;
28+ margin-bottom: 5px;
29+}
30+
31 /* inline-toolbar */
32 .inline-toolbar {
33 -GtkToolbar-button-relief: normal;

Subscribers

People subscribed via source and target branches