summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-24 18:20:55 +0200
committerraveit65 <[email protected]>2015-04-24 18:20:55 +0200
commit85de267b43f711999acf18147d45af10a1a99122 (patch)
tree09ffb6a301d3b8005ce06a6ef35e9cccf75062b5
parent413b0d14de25b3143242aebb623c15dbb172e58d (diff)
downloadmate-themes-85de267b43f711999acf18147d45af10a1a99122.tar.bz2
mate-themes-85de267b43f711999acf18147d45af10a1a99122.tar.xz
Menta themes GTK3: set bg color of GtkViewPort
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 6852f35c..f8e0d24b 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -3049,6 +3049,7 @@ GtkTreeView:selected:focus {
GtkIconView,
GtkViewport {
+ background-color: @theme_selected_fg_color;
/* avoid resizing theme thumbnails in mate-appearance-properties */
padding: 0px;
}
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index ca032d2d..cb5e95a3 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -2932,6 +2932,7 @@ GtkTreeView:selected:focus {
GtkIconView,
GtkViewport {
+ background-color: @theme_selected_fg_color;
/* avoid resizing theme thumbnails in mate-appearance-properties */
padding: 0px;
}