summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-13 00:07:18 +0200
committerraveit65 <[email protected]>2015-09-13 00:40:24 +0200
commit6c8176919607e23909d00d81f7cc1e6ab3d8317b (patch)
treef8c2433d3848670e6b589fb702e3ff38b452bcf5
parentcdbe1202a975385c3725c83481e9b63abcd4ef6b (diff)
downloadmate-themes-6c8176919607e23909d00d81f7cc1e6ab3d8317b.tar.bz2
mate-themes-6c8176919607e23909d00d81f7cc1e6ab3d8317b.tar.xz
GTK Submarine themes: set a bg color for .view row + remove border
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css10
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css10
2 files changed, 8 insertions, 12 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 42bd1efa..b0b3d267 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3969,12 +3969,10 @@ GtkTreeView row:nth-child(even):checked:hover,
color: @theme_selected_fg_color;
}
-GtkTreeView row:nth-child(odd) {
- background-color: shade(@theme_base_color, 0.95);
-}
-
-GtkTreeView row:nth-child(even) {
- background-color: shade(@theme_base_color, 1.00);
+GtkTreeView.view row,
+GtkTreeView.view row:focus {
+ background-color: @theme_base_color;
+ border-style: none;
}
.view row:hover,
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index d5db1c90..9a584f94 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3949,12 +3949,10 @@ GtkTreeView row:nth-child(even):checked:hover,
color: @theme_selected_fg_color;
}
-GtkTreeView row:nth-child(odd) {
- background-color: shade(@theme_base_color, 0.95);
-}
-
-GtkTreeView row:nth-child(even) {
- background-color: shade(@theme_base_color, 1.00);
+GtkTreeView.view row,
+GtkTreeView.view row:focus {
+ background-color: @theme_base_color;
+ border-style: none;
}
.view row:hover,