Merge lp:~c-lobrano/ubuntu-themes/bug-1719355 into lp:ubuntu-themes

Proposed by Carlo Lobrano
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 566
Merged at revision: 590
Proposed branch: lp:~c-lobrano/ubuntu-themes/bug-1719355
Merge into: lp:ubuntu-themes
Diff against target: 25 lines (+4/-0)
2 files modified
Ambiance/gtk-3.20/gtk-widgets.css (+2/-0)
Radiance/gtk-3.20/gtk-widgets.css (+2/-0)
To merge this branch: bzr merge lp:~c-lobrano/ubuntu-themes/bug-1719355
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Ubuntu Artwork Packagers Pending
Review via email: mp+331627@code.launchpad.net

Commit message

Ambiance, Radiance: Fixed border in switcher widget

Adding border width 1px and style solid to avoid the background to look
like it is going outside the widget itself

Description of the change

Fixed border in switcher widget

Adding border width 1px and style solid to avoid the background to look
like it is going outside the widget itself

To post a comment you must log in.
566. By Carlo Lobrano

Replaced tab indentation with spaces

Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

I'm sorry for the late review... Anyway, indeed this is a good improvement to me.

Thanks.

PS: we'll include this in the next round of SRU fixes.

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 2017-10-12 05:18:40 +0000
3+++ Ambiance/gtk-3.20/gtk-widgets.css 2017-10-12 16:52:10 +0000
4@@ -2025,6 +2025,8 @@
5 **********/
6 switch {
7 padding: 0;
8+ border-style: solid;
9+ border-width: 1px;
10 border-radius: 8px;
11 background-image: -gtk-gradient (linear, left top, left bottom,
12 from (#cecece),
13
14=== modified file 'Radiance/gtk-3.20/gtk-widgets.css'
15--- Radiance/gtk-3.20/gtk-widgets.css 2017-10-12 05:18:40 +0000
16+++ Radiance/gtk-3.20/gtk-widgets.css 2017-10-12 16:52:10 +0000
17@@ -2024,6 +2024,8 @@
18 **********/
19 switch {
20 padding: 0;
21+ border-style: solid;
22+ border-width: 1px;
23 border-radius: 8px;
24 background-image: -gtk-gradient (linear, left top, left bottom,
25 from (#cecece),

Subscribers

People subscribed via source and target branches