summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-15 20:20:05 +0100
committerraveit65 <[email protected]>2015-02-15 20:20:05 +0100
commita2b5187d238ac25e58e1a97c8e77121b67e2f13b (patch)
tree5bf177060df1ab50a154d2902187c43e38787300 /desktop-themes/ContrastHighInverse
parent98d64d2111bb5bb14b483ffd9cda128fe5fa22a3 (diff)
downloadmate-themes-a2b5187d238ac25e58e1a97c8e77121b67e2f13b.tar.bz2
mate-themes-a2b5187d238ac25e58e1a97c8e77121b67e2f13b.tar.xz
Menta themes, Contrast themes GTK3: avoid resizing theme thumbnails in mate-appearance-properties
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 2cbbeaaf..f6435f16 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -28,6 +28,7 @@
-GtkStatusbar-shadow-type: none;
background-clip: padding-box;
+ outline-width: 0px; /* disable ugly focus-line */
}
.background {
@@ -1112,6 +1113,12 @@ GtkViewport {
color: @theme_base_color;
}
+GtkIconView,
+GtkViewport {
+ /* avoid resizing theme thumbnails in mate-appearance-properties */
+ padding: 0px;
+}
+
GtkIconView.view.cell {
border-radius: 4px;
}