diff options
author | raveit65 <[email protected]> | 2015-02-15 20:27:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-15 20:27:21 +0100 |
commit | 92d115cc34b4f9fcd1291dd0263cda85adbc0743 (patch) | |
tree | b1fa9774b68c1e2971d5a8f242b780b8b5d27b65 /desktop-themes/ContrastHighInverse | |
parent | e47c0cba09111b259758058a4131ea2596751fdd (diff) | |
download | mate-themes-92d115cc34b4f9fcd1291dd0263cda85adbc0743.tar.bz2 mate-themes-92d115cc34b4f9fcd1291dd0263cda85adbc0743.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.css | 7 |
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 b842c2be..7713daa7 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; } |