Merge lp:~mterry/ubuntu-themes/ug-white-highlight into lp:ubuntu-themes

Proposed by Michael Terry
Status: Merged
Approved by: Michael Terry
Approved revision: 271
Merged at revision: 271
Proposed branch: lp:~mterry/ubuntu-themes/ug-white-highlight
Merge into: lp:ubuntu-themes
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/ubuntu-themes/ug-white-highlight
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Pending
Ubuntu Artwork Packagers Pending
Review via email: mp+146195@code.launchpad.net

Commit message

Change highlight color to white in unity-greeter.

Description of the change

Change highlight color to white in unity-greeter.

This was already approved separately on the old light-themes branch. I'm just moving to the new ubuntu-themes branch. So I'll approve myself.

Old branch: https://code.launchpad.net/~mterry/light-themes/ug-white-highlight/+merge/130364

To post a comment you must log in.

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-10-22 21:49:45 +0000
3+++ Ambiance/gtk-3.0/apps/unity-greeter.css 2013-02-01 18:17:41 +0000
4@@ -64,3 +64,7 @@
5
6 color: white;
7 }
8+
9+.lightdm.entry:selected {
10+ background-color: alpha (white, 0.2);
11+}

Subscribers

People subscribed via source and target branches