Merge lp:~larsu/ubuntu-themes/link-colors into lp:ubuntu-themes

Proposed by Lars Karlitski
Status: Merged
Approved by: Iain Lane
Approved revision: 435
Merged at revision: 435
Proposed branch: lp:~larsu/ubuntu-themes/link-colors
Merge into: lp:ubuntu-themes
Diff against target: 23 lines (+8/-0)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+4/-0)
Radiance/gtk-3.0/gtk-widgets.css (+4/-0)
To merge this branch: bzr merge lp:~larsu/ubuntu-themes/link-colors
Reviewer Review Type Date Requested Status
Iain Lane Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+260266@code.launchpad.net

Commit message

Set :link color

Gtk uses link colors from css now instead of style properties.

Description of the change

Make links orange again in gtk apps.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Iain Lane (laney) wrote :

nice

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/gtk-widgets.css'
2--- Ambiance/gtk-3.0/gtk-widgets.css 2015-04-10 10:57:46 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2015-05-27 09:38:52 +0000
4@@ -2038,3 +2038,7 @@
5 color: @backdrop_selected_fg_color;
6 }
7
8+*:link,
9+*:visited {
10+ color: #f07746; /* @link_color */
11+}
12
13=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
14--- Radiance/gtk-3.0/gtk-widgets.css 2015-04-10 10:57:46 +0000
15+++ Radiance/gtk-3.0/gtk-widgets.css 2015-05-27 09:38:52 +0000
16@@ -2030,3 +2030,7 @@
17 color: @backdrop_selected_fg_color;
18 }
19
20+*:link,
21+*:visited {
22+ color: #f07746; /* @link_color */
23+}

Subscribers

People subscribed via source and target branches