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
1=== modified file 'gtk-3.0/button.css'
2--- gtk-3.0/button.css 2012-05-15 16:31:06 +0000
3+++ gtk-3.0/button.css 2012-06-02 06:59:17 +0000
4@@ -161,8 +161,8 @@
5
6 .help_button {
7
8- text-shadow: 0 1px alpha (#000, 0.6);
9- icon-shadow: 0 1px alpha (#000, 0.6);
10+ text-shadow: 0 1 alpha (#000, 0.6);
11+ icon-shadow: 0 1 alpha (#000, 0.6);
12
13 background-image: -gtk-gradient (linear,
14 left top,
15
16=== modified file 'gtk-3.0/content-view.css'
17--- gtk-3.0/content-view.css 2012-05-15 16:31:06 +0000
18+++ gtk-3.0/content-view.css 2012-06-02 06:59:17 +0000
19@@ -59,13 +59,13 @@
20 .content-view .title,
21 .content-view .option-title {
22 color: @text_color;
23- text-shadow: 0 1px alpha (#fff, 0.3);
24+ text-shadow: 0 1 alpha (#fff, 0.3);
25 }
26
27 .content-view .subtitle,
28 .content-view .option-description {
29 color: alpha (@text_color, 0.5);
30- text-shadow: 0 1px alpha (#fff, 0.4);
31+ text-shadow: 0 1 alpha (#fff, 0.4);
32 }
33
34 .content-view .button {
35@@ -77,7 +77,7 @@
36 -unico-inner-stroke-width: 1;
37
38 color: @text_color;
39- text-shadow: 0 1px alpha (#fff, 0.60);
40+ text-shadow: 0 1 alpha (#fff, 0.60);
41
42 border-style: solid;
43 border-radius: 2.5px;
44
45=== modified file 'gtk-3.0/gtk-widgets.css'
46--- gtk-3.0/gtk-widgets.css 2012-05-27 22:56:53 +0000
47+++ gtk-3.0/gtk-widgets.css 2012-06-02 06:59:17 +0000
48@@ -201,8 +201,8 @@
49 .toolbar,
50 GraniteWidgetsStatusBar,
51 GtkSwitch {
52- text-shadow: 0 1px alpha (#fff, 0.4);
53- icon-shadow: 0 1px alpha (#fff, 0.4);
54+ text-shadow: 0 1 alpha (#fff, 0.4);
55+ icon-shadow: 0 1 alpha (#fff, 0.4);
56 }
57
58 /* white text */
59@@ -232,8 +232,8 @@
60 .tooltip,
61 GtkInfoBar,
62 GtkSwitch.trough:active {
63- text-shadow: 0 1px alpha (#000, 0.3);
64- icon-shadow: 0 1px alpha (#000, 0.3);
65+ text-shadow: 0 1 alpha (#000, 0.3);
66+ icon-shadow: 0 1 alpha (#000, 0.3);
67 }
68
69 .title { font: raleway 36; }

Subscribers

People subscribed via source and target branches

to all changes: