summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-13 00:07:18 +0200
committerraveit65 <[email protected]>2015-09-13 00:43:34 +0200
commita4952c188e7a671f2f1cb5c169dff3283de7df95 (patch)
tree33fdd743d19399d5f8d6861d83275b7b30d72b46 /desktop-themes/Blue-Submarine
parent24b61604f667b4bb0afb3f5da5bc852782698722 (diff)
downloadmate-themes-a4952c188e7a671f2f1cb5c169dff3283de7df95.tar.bz2
mate-themes-a4952c188e7a671f2f1cb5c169dff3283de7df95.tar.xz
GTK Submarine themes: set a bg color for .view row + remove border
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css10
1 files changed, 4 insertions, 6 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,