Merge lp:~mterry/light-themes/ug-white-highlight into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Michael Terry
Status: Merged
Approved by: Andrea Cimitan
Approved revision: 244
Merged at revision: 245
Proposed branch: lp:~mterry/light-themes/ug-white-highlight
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 11 lines (+4/-0)
1 file modified
Ambiance/gtk-3.0/apps/unity-greeter.css (+4/-0)
To merge this branch: bzr merge lp:~mterry/light-themes/ug-white-highlight
Reviewer Review Type Date Requested Status
Andrea Cimitan Approve
Review via email: mp+130364@code.launchpad.net

Description of the change

Make the highlight text for unity-greeter dash-like, per the bug (20% opacity white).

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

poke!

Revision history for this message
Andrea Cimitan (cimi) :
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.0/apps/unity-greeter.css'
2--- Ambiance/gtk-3.0/apps/unity-greeter.css 2012-08-30 12:22:48 +0000
3+++ Ambiance/gtk-3.0/apps/unity-greeter.css 2012-10-18 14:15:26 +0000
4@@ -63,3 +63,7 @@
5
6 color: white;
7 }
8+
9+.lightdm.entry:selected {
10+ background-color: alpha (white, 0.2);
11+}