summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-15 20:03:40 +0100
committerraveit65 <[email protected]>2015-02-15 20:12:28 +0100
commit48ca704b58e9dcf97bd4c895d401d519e9589d93 (patch)
treeeb31ec41b451adbbd948097cb2eaf365c4c090eb /desktop-themes/BlueMenta
parent5ea4ed630619aa5abba84e7df044cd96cf06ffb0 (diff)
downloadmate-themes-48ca704b58e9dcf97bd4c895d401d519e9589d93.tar.bz2
mate-themes-48ca704b58e9dcf97bd4c895d401d519e9589d93.tar.xz
Menta themes, Contrast themes GTK3: avoid resizing theme thumbnails in mate-appearance-properties
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css11
1 files changed, 11 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 04fade43..0b07ed5d 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -3394,6 +3394,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;
@@ -3406,6 +3412,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;