summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-15 20:03:40 +0100
committerraveit65 <[email protected]>2015-02-15 20:03:40 +0100
commit7dfe82e9e1c071a1abc5d53da0dcab44d80578ac (patch)
tree40bb69ddc4156608741564183943bb84a382f07b /desktop-themes/Menta
parentff14919518912f055881d9c53fa2ac7d262594c4 (diff)
downloadmate-themes-7dfe82e9e1c071a1abc5d53da0dcab44d80578ac.tar.bz2
mate-themes-7dfe82e9e1c071a1abc5d53da0dcab44d80578ac.tar.xz
Menta themes, Contrast themes GTK3: avoid resizing theme thumbnails in mate-appearance-properties
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 231eff30..71edd757 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -33,6 +33,7 @@
outline-offset: -3px; /* 2px */
outline-width: 0px; /* disable ugly focus-line */
outline-radius: 2px;
+ -gtk-icon-style: regular; /* disable symbolic icons */
}
/***************
@@ -3395,6 +3396,12 @@ GtkTreeView:selected:focus {
outline-color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.30);
}
+GtkIconView,
+GtkViewport {
+ /* avoid resizing theme thumbnails in mate-appearance-properties */
+ padding: 0px;
+}
+
GtkIconView.cell:selected,
GtkIconView.cell:selected:focus {
border-radius: 4px;
@@ -3407,6 +3414,11 @@ GtkIconView.cell:selected:focus {
outline-offset: 3px;
}
+GtkIconView.cell:hover,
+GtkIconView.cell:hover:focus {
+ border-radius: 4px;
+}
+
.view {
background-color: @theme_base_color;
color: @theme_text_color;