diff options
author | raveit65 <[email protected]> | 2015-09-13 00:10:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-13 00:46:35 +0200 |
commit | ccaf96cd26c442dfd8ac6ef62e1fba4aa26aa99a (patch) | |
tree | 9d3b8c5b16d8beb408369c71cdd1424f0b8084fc /desktop-themes/Blue-Submarine | |
parent | 9b80950583b3bee4d0ebf0c570663c77ebc13ddc (diff) | |
download | mate-themes-ccaf96cd26c442dfd8ac6ef62e1fba4aa26aa99a.tar.bz2 mate-themes-ccaf96cd26c442dfd8ac6ef62e1fba4aa26aa99a.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.css | 10 |
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 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,
|