Merge lp:~fitojb/light-themes/fix-945430 into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Adolfo Jayme Barrientos
Status: Merged
Merge reported by: Andrea Cimitan
Merged at revision: not available
Proposed branch: lp:~fitojb/light-themes/fix-945430
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 65 lines (+22/-0)
4 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+10/-0)
Ambiance/gtk-3.0/gtk.css (+1/-0)
Radiance/gtk-3.0/gtk-widgets.css (+10/-0)
Radiance/gtk-3.0/gtk.css (+1/-0)
To merge this branch: bzr merge lp:~fitojb/light-themes/fix-945430
Reviewer Review Type Date Requested Status
Ubuntu Artwork Packagers Pending
Andrea Cimitan Pending
Review via email: mp+97808@code.launchpad.net

Commit message

Add zebra-stripping to GtkTreeView

Description of the change

Add back zebra-stripping to lists in GTK3 apps, present in GTK2 apps like Synaptic.

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 'Ambiance/gtk-3.0/gtk-widgets.css'
--- Ambiance/gtk-3.0/gtk-widgets.css 2012-03-14 17:24:44 +0000
+++ Ambiance/gtk-3.0/gtk-widgets.css 2012-03-16 08:06:19 +0000
@@ -2218,6 +2218,16 @@
2218 -unico-inner-stroke-width: 1px;2218 -unico-inner-stroke-width: 1px;
2219}2219}
22202220
2221GtkTreeView row:nthchild(even),
2222GtkTreeView row:nth-child(even):hover {
2223 background-color: @base_color;
2224}
2225
2226GtkTreeView row:nth-child(odd),
2227GtkTreeView row:nth-child(odd):hover {
2228 background-color: @treeview_odd;
2229}
2230
2221/************2231/************
2222 * viewport *2232 * viewport *
2223 ************/2233 ************/
22242234
=== modified file 'Ambiance/gtk-3.0/gtk.css'
--- Ambiance/gtk-3.0/gtk.css 2012-03-06 16:40:09 +0000
+++ Ambiance/gtk-3.0/gtk.css 2012-03-16 08:06:19 +0000
@@ -19,6 +19,7 @@
19@define-color error_bg_color rgb (237, 54, 54);19@define-color error_bg_color rgb (237, 54, 54);
20@define-color link_color #4a90d9;20@define-color link_color #4a90d9;
21@define-color error_color #cc0000;21@define-color error_color #cc0000;
22@define-color treeview_odd #eeeeee;
2223
23/* theme common colors */24/* theme common colors */
24@define-color button_bg_color shade (#cdcdcd, 1.06);25@define-color button_bg_color shade (#cdcdcd, 1.06);
2526
=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
--- Radiance/gtk-3.0/gtk-widgets.css 2012-03-14 17:24:44 +0000
+++ Radiance/gtk-3.0/gtk-widgets.css 2012-03-16 08:06:19 +0000
@@ -2210,6 +2210,16 @@
2210 -unico-inner-stroke-width: 1px;2210 -unico-inner-stroke-width: 1px;
2211}2211}
22122212
2213GtkTreeView row:nthchild(even),
2214GtkTreeView row:nth-child(even):hover {
2215 background-color: @base_color;
2216}
2217
2218GtkTreeView row:nth-child(odd),
2219GtkTreeView row:nth-child(odd):hover {
2220 background-color: @treeview_odd;
2221}
2222
2213/************2223/************
2214 * viewport *2224 * viewport *
2215 ************/2225 ************/
22162226
=== modified file 'Radiance/gtk-3.0/gtk.css'
--- Radiance/gtk-3.0/gtk.css 2012-03-06 16:40:09 +0000
+++ Radiance/gtk-3.0/gtk.css 2012-03-16 08:06:19 +0000
@@ -19,6 +19,7 @@
19@define-color error_bg_color rgb (237, 54, 54);19@define-color error_bg_color rgb (237, 54, 54);
20@define-color link_color #4a90d9;20@define-color link_color #4a90d9;
21@define-color error_color #cc0000;21@define-color error_color #cc0000;
22@define-color treeview_odd #eeeeee;
2223
23/* theme common colors */24/* theme common colors */
24@define-color button_bg_color shade (mix (#dfd7cf, #cdcdcd, 0.6), 1.06);25@define-color button_bg_color shade (mix (#dfd7cf, #cdcdcd, 0.6), 1.06);

Subscribers

People subscribed via source and target branches