Merge lp:~dashua/light-themes/fix.lp.929651 into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by James Schriver
Status: Merged
Merge reported by: Andrea Cimitan
Merged at revision: not available
Proposed branch: lp:~dashua/light-themes/fix.lp.929651
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 41 lines (+12/-4)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+6/-2)
Radiance/gtk-3.0/gtk-widgets.css (+6/-2)
To merge this branch: bzr merge lp:~dashua/light-themes/fix.lp.929651
Reviewer Review Type Date Requested Status
Andrea Cimitan Approve
Review via email: mp+96039@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Schriver (dashua) wrote :

Fix unreadable tooltips in Empathy for Ambiance and Radiance themes.

211. By James Schriver

Ambiance/Radiance/gtk-3.0/gtk-widgets.css
 - Fix empathy tooltips. (LP: #929651)

Revision history for this message
Andrea Cimitan (cimi) wrote :

You added a shadow not requested :) and looking at the code you removed the border with border-style: none

review: Needs Fixing
212. By James Schriver

Ambiance/Radiance/gtk-3.0/gtk-widgets.css
 - Re-add border style and remove text shadow not requested

Revision history for this message
James Schriver (dashua) wrote :

Should be ok now ;)

Revision history for this message
Andrea Cimitan (cimi) wrote :

I merged a slightly different commit, should fix the internal colorization!
http://bazaar.launchpad.net/~ubuntu-art-pkg/light-themes/trunk/revision/212

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
--- Ambiance/gtk-3.0/gtk-widgets.css 2012-03-05 16:50:11 +0000
+++ Ambiance/gtk-3.0/gtk-widgets.css 2012-03-06 12:10:40 +0000
@@ -2087,10 +2087,14 @@
2087 background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8,2087 background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8,
2088 from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)),2088 from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)),
2089 to (alpha (@tooltip_bg_color, 0.86)));2089 to (alpha (@tooltip_bg_color, 0.86)));
2090 border-color: alpha (#ffffff, 0.2);2090 border-color: alpha (@tooltip_fg_color, 0.2);
2091 border-radius: 5px;2091 border-radius: 5px;
20922092
2093 color: white;2093 color: @tooltip_fg_color;
2094}
2095
2096.tooltip * {
2097 background-color: alpha(@tooltip_bg_color, 0.90);
2094}2098}
20952099
2096/************2100/************
20972101
=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
--- Radiance/gtk-3.0/gtk-widgets.css 2012-03-05 16:50:11 +0000
+++ Radiance/gtk-3.0/gtk-widgets.css 2012-03-06 12:10:40 +0000
@@ -2074,10 +2074,14 @@
2074 background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8,2074 background-image: -gtk-gradient (radial, center 0, 0, center 0, 0.8,
2075 from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)),2075 from (alpha (mix (@tooltip_bg_color, #ffffff, 0.2), 0.86)),
2076 to (alpha (@tooltip_bg_color, 0.86)));2076 to (alpha (@tooltip_bg_color, 0.86)));
2077 border-color: alpha (#ffffff, 0.2);2077 border-color: alpha (@tooltip_fg_color, 0.2);
2078 border-radius: 5px;2078 border-radius: 5px;
20792079
2080 color: white;2080 color: @tooltip_fg_color;
2081}
2082
2083.tooltip * {
2084 background-color: alpha(@tooltip_bg_color, 0.90);
2081}2085}
20822086
2083/************2087/************

Subscribers

People subscribed via source and target branches