Merge lp:~ttosttos/egtk/fix-1007728 into lp:egtk/1.0

Proposed by ttosttos
Status: Merged
Merged at revision: 499
Proposed branch: lp:~ttosttos/egtk/fix-1007728
Merge into: lp:egtk/1.0
Diff against target: 69 lines (+9/-9)
3 files modified
gtk-3.0/button.css (+2/-2)
gtk-3.0/content-view.css (+3/-3)
gtk-3.0/gtk-widgets.css (+4/-4)
To merge this branch: bzr merge lp:~ttosttos/egtk/fix-1007728
Reviewer Review Type Date Requested Status
elementary UX Pending
Review via email: mp+108446@code.launchpad.net

Description of the change

Removed references to px in text-shadow and icon-shadow. Parsing warnings are not present anymore.

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
=== modified file 'gtk-3.0/button.css'
--- gtk-3.0/button.css 2012-05-15 16:31:06 +0000
+++ gtk-3.0/button.css 2012-06-02 06:59:17 +0000
@@ -161,8 +161,8 @@
161161
162.help_button {162.help_button {
163163
164 text-shadow: 0 1px alpha (#000, 0.6);164 text-shadow: 0 1 alpha (#000, 0.6);
165 icon-shadow: 0 1px alpha (#000, 0.6);165 icon-shadow: 0 1 alpha (#000, 0.6);
166166
167 background-image: -gtk-gradient (linear,167 background-image: -gtk-gradient (linear,
168 left top,168 left top,
169169
=== modified file 'gtk-3.0/content-view.css'
--- gtk-3.0/content-view.css 2012-05-15 16:31:06 +0000
+++ gtk-3.0/content-view.css 2012-06-02 06:59:17 +0000
@@ -59,13 +59,13 @@
59.content-view .title,59.content-view .title,
60.content-view .option-title {60.content-view .option-title {
61 color: @text_color;61 color: @text_color;
62 text-shadow: 0 1px alpha (#fff, 0.3);62 text-shadow: 0 1 alpha (#fff, 0.3);
63}63}
6464
65.content-view .subtitle,65.content-view .subtitle,
66.content-view .option-description {66.content-view .option-description {
67 color: alpha (@text_color, 0.5);67 color: alpha (@text_color, 0.5);
68 text-shadow: 0 1px alpha (#fff, 0.4);68 text-shadow: 0 1 alpha (#fff, 0.4);
69}69}
7070
71.content-view .button {71.content-view .button {
@@ -77,7 +77,7 @@
77 -unico-inner-stroke-width: 1;77 -unico-inner-stroke-width: 1;
7878
79 color: @text_color;79 color: @text_color;
80 text-shadow: 0 1px alpha (#fff, 0.60);80 text-shadow: 0 1 alpha (#fff, 0.60);
8181
82 border-style: solid;82 border-style: solid;
83 border-radius: 2.5px;83 border-radius: 2.5px;
8484
=== modified file 'gtk-3.0/gtk-widgets.css'
--- gtk-3.0/gtk-widgets.css 2012-05-27 22:56:53 +0000
+++ gtk-3.0/gtk-widgets.css 2012-06-02 06:59:17 +0000
@@ -201,8 +201,8 @@
201.toolbar,201.toolbar,
202GraniteWidgetsStatusBar,202GraniteWidgetsStatusBar,
203GtkSwitch {203GtkSwitch {
204 text-shadow: 0 1px alpha (#fff, 0.4);204 text-shadow: 0 1 alpha (#fff, 0.4);
205 icon-shadow: 0 1px alpha (#fff, 0.4);205 icon-shadow: 0 1 alpha (#fff, 0.4);
206}206}
207207
208/* white text */208/* white text */
@@ -232,8 +232,8 @@
232.tooltip,232.tooltip,
233GtkInfoBar,233GtkInfoBar,
234GtkSwitch.trough:active {234GtkSwitch.trough:active {
235 text-shadow: 0 1px alpha (#000, 0.3);235 text-shadow: 0 1 alpha (#000, 0.3);
236 icon-shadow: 0 1px alpha (#000, 0.3);236 icon-shadow: 0 1 alpha (#000, 0.3);
237}237}
238238
239.title { font: raleway 36; }239.title { font: raleway 36; }

Subscribers

People subscribed via source and target branches

to all changes: