summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-13 00:15:14 +0200
committerraveit65 <[email protected]>2015-09-13 00:34:27 +0200
commitabd5d2292ef28c0d000ab43296bbf50e8f6aec66 (patch)
tree26d5eb8a260e489b18739258bf84d83b491a4108 /desktop-themes
parentf4fab3f1df3425b931c6fa496ee4305bc6d6de03 (diff)
downloadmate-themes-abd5d2292ef28c0d000ab43296bbf50e8f6aec66.tar.bz2
mate-themes-abd5d2292ef28c0d000ab43296bbf50e8f6aec66.tar.xz
GTK Submarine themes: set a bg color for .view row + remove border
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 388dbe46..7d379ad4 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3811,12 +3811,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 bc169778..e7234212 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3801,12 +3801,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,