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
=== modified file 'Ambiance/gtk-3.20/gtk-widgets.css'
--- Ambiance/gtk-3.20/gtk-widgets.css 2018-03-22 17:37:50 +0000
+++ Ambiance/gtk-3.20/gtk-widgets.css 2018-03-28 06:17:38 +0000
@@ -3247,6 +3247,12 @@
3247 border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5);3247 border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5);
3248}3248}
32493249
3250headerbar switch,
3251headerbar separator {
3252 margin-top: 5px;
3253 margin-bottom: 5px;
3254}
3255
3250/* inline-toolbar */3256/* inline-toolbar */
3251.inline-toolbar {3257.inline-toolbar {
3252 -GtkToolbar-button-relief: normal;3258 -GtkToolbar-button-relief: normal;
32533259
=== modified file 'Radiance/gtk-3.20/gtk-widgets.css'
--- Radiance/gtk-3.20/gtk-widgets.css 2018-03-22 17:37:50 +0000
+++ Radiance/gtk-3.20/gtk-widgets.css 2018-03-28 06:17:38 +0000
@@ -3245,6 +3245,12 @@
3245 border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5);3245 border-right-color: alpha (shade (@dark_bg_color, 1.26), 0.5);
3246}3246}
32473247
3248headerbar switch,
3249headerbar separator {
3250 margin-top: 5px;
3251 margin-bottom: 5px;
3252}
3253
3248/* inline-toolbar */3254/* inline-toolbar */
3249.inline-toolbar {3255.inline-toolbar {
3250 -GtkToolbar-button-relief: normal;3256 -GtkToolbar-button-relief: normal;

Subscribers

People subscribed via source and target branches