Merge lp:~malaperle/ubuntu-themes/ubuntu-themes into lp:ubuntu-themes

Proposed by Marc-Andre Laperle on 2016-05-12
Status: Merged
Approved by: Iain Lane on 2016-10-14
Approved revision: 479
Merged at revision: 519
Proposed branch: lp:~malaperle/ubuntu-themes/ubuntu-themes
Merge into: lp:ubuntu-themes
Diff against target: 23 lines (+2/-0)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+1/-0)
Radiance/gtk-3.0/gtk-widgets.css (+1/-0)
To merge this branch: bzr merge lp:~malaperle/ubuntu-themes/ubuntu-themes
Reviewer Review Type Date Requested Status
Iain Lane 2016-05-12 Approve on 2016-10-14
Review via email: mp+294568@code.launchpad.net

Commit Message

Dim images of insensitive widgets.

Description of the Change

Dim images of insensitive widgets. Fixes: #1578810

To post a comment you must log in.
Iain Lane (laney) wrote :

Sorry for the delay. I think this looks good. Thanks! I'll try to put it into 16.04 next week.

review: Approve
Roland Lohner (loczaj) wrote :

Thanks for the patch. In my case it solved the problem of undimmed buttons in Eclipse Neon.

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 2016-04-15 19:49:14 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2016-05-12 20:59:51 +0000
4@@ -2100,6 +2100,7 @@
5 *:insensitive {
6 color: shade (@bg_color, 0.6);
7 text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
8+ -gtk-image-effect: dim;
9 }
10
11 *:selected,
12
13=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
14--- Radiance/gtk-3.0/gtk-widgets.css 2016-04-15 19:49:14 +0000
15+++ Radiance/gtk-3.0/gtk-widgets.css 2016-05-12 20:59:51 +0000
16@@ -2113,6 +2113,7 @@
17 *:insensitive {
18 color: shade (@bg_color, 0.6);
19 text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
20+ -gtk-image-effect: dim;
21 }
22
23 *:selected,

Subscribers

People subscribed via source and target branches