Merge lp:~lucazade/light-themes/gnome-panel-borders into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Lucazade
Status: Merged
Merged at revision: 144
Proposed branch: lp:~lucazade/light-themes/gnome-panel-borders
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 120 lines (+64/-7)
2 files modified
Ambiance/gtk-3.0/apps/gnome-panel.css (+33/-5)
Radiance/gtk-3.0/apps/gnome-panel.css (+31/-2)
To merge this branch: bzr merge lp:~lucazade/light-themes/gnome-panel-borders
Reviewer Review Type Date Requested Status
Andrea Cimitan Approve
Review via email: mp+72079@code.launchpad.net

Description of the change

Improved gnome-panel buttons border (both ambiance and radiance theme)

To post a comment you must log in.
Revision history for this message
Andrea Cimitan (cimi) :
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/apps/gnome-panel.css'
2--- Ambiance/gtk-3.0/apps/gnome-panel.css 2011-08-04 18:41:22 +0000
3+++ Ambiance/gtk-3.0/apps/gnome-panel.css 2011-08-18 17:28:44 +0000
4@@ -30,11 +30,19 @@
5 PanelApplet .button {
6 background-image: -gtk-gradient (linear, left top, left bottom,
7 from (shade (@dark_bg_color, 1.5)),
8- to (shade (@dark_bg_color, 1.05)));
9- border-radius: 0;
10- border-width:0;
11-
12+ to (shade (@dark_bg_color, 1.05)));
13+
14 text-shadow: none;
15+
16+ border-radius: 0;
17+ border-width: 0 1 0 1;
18+ border-right-color: shade (@dark_bg_color, 0.78);
19+ border-left-color: shade (@dark_bg_color, 0.78);
20+
21+ -unico-border-gradient: none;
22+ -unico-inner-stroke-width: 0;
23+ -unico-outer-stroke-width: 0;
24+ -unico-glow-radius: 0;
25 }
26
27 PanelApplet .button:prelight:active,
28@@ -42,12 +50,32 @@
29 background-image: -gtk-gradient (linear, left top, left bottom,
30 from (shade (@dark_bg_color, 0.85)),
31 to (shade (@dark_bg_color, 1.0)));
32+
33+ border-radius: 0;
34+ border-width: 0 1 0 1;
35+ border-right-color: shade (@dark_bg_color, 0.78);
36+ border-left-color: shade (@dark_bg_color, 0.78);
37+
38+ -unico-border-gradient: none;
39+ -unico-inner-stroke-width: 0;
40+ -unico-outer-stroke-width: 0;
41+ -unico-glow-radius: 0;
42 }
43
44 PanelApplet .button:prelight {
45 background-image: -gtk-gradient (linear, left top, left bottom,
46 from (shade (@dark_bg_color, 1.7)),
47- to (shade (@dark_bg_color, 1.25)));
48+ to (shade (@dark_bg_color, 1.25)));
49+
50+ border-radius: 0;
51+ border-width: 0 1 0 1;
52+ border-right-color: shade (@dark_bg_color, 0.78);
53+ border-left-color: shade (@dark_bg_color, 0.78);
54+
55+ -unico-border-gradient: none;
56+ -unico-inner-stroke-width: 0;
57+ -unico-outer-stroke-width: 0;
58+ -unico-glow-radius: 0;
59 }
60
61 ClockBox {
62
63=== modified file 'Radiance/gtk-3.0/apps/gnome-panel.css'
64--- Radiance/gtk-3.0/apps/gnome-panel.css 2011-08-10 17:49:34 +0000
65+++ Radiance/gtk-3.0/apps/gnome-panel.css 2011-08-18 17:28:44 +0000
66@@ -31,10 +31,18 @@
67 background-image: -gtk-gradient (linear, left top, left bottom,
68 from (shade (@dark_bg_color, 1.15)),
69 to (shade (@dark_bg_color, 0.95)));
70- border-radius: 0;
71- border-width:0;
72
73 text-shadow: none;
74+
75+ border-radius: 0;
76+ border-width: 0 1 0 1;
77+ border-right-color: shade (@dark_bg_color, 0.9);
78+ border-left-color: shade (@dark_bg_color, 0.9);
79+
80+ -unico-border-gradient: none;
81+ -unico-inner-stroke-width: 0;
82+ -unico-outer-stroke-width: 0;
83+ -unico-glow-radius: 0;
84 }
85
86 PanelApplet .button:prelight:active,
87@@ -42,12 +50,33 @@
88 background-image: -gtk-gradient (linear, left top, left bottom,
89 from (shade (@dark_bg_color, 0.7)),
90 to (shade (@dark_bg_color, 0.8)));
91+
92+
93+ border-radius: 0;
94+ border-width: 0 1 0 1;
95+ border-right-color: shade (@dark_bg_color, 0.9);
96+ border-left-color: shade (@dark_bg_color, 0.9);
97+
98+ -unico-border-gradient: none;
99+ -unico-inner-stroke-width: 0;
100+ -unico-outer-stroke-width: 0;
101+ -unico-glow-radius: 0;
102 }
103
104 PanelApplet .button:prelight {
105 background-image: -gtk-gradient (linear, left top, left bottom,
106 from (shade (@dark_bg_color, 1.2)),
107 to (shade (@dark_bg_color, 1.0)));
108+
109+ border-radius: 0;
110+ border-width: 0 1 0 1;
111+ border-right-color: shade (@dark_bg_color, 0.9);
112+ border-left-color: shade (@dark_bg_color, 0.9);
113+
114+ -unico-border-gradient: none;
115+ -unico-inner-stroke-width: 0;
116+ -unico-outer-stroke-width: 0;
117+ -unico-glow-radius: 0;
118 }
119
120 ClockBox {

Subscribers

People subscribed via source and target branches