summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes')
-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 c589266b..fb5765c1 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3951,12 +3951,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 a612241e..a0531dc4 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3931,12 +3931,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,