diff options
author | raveit65 <[email protected]> | 2015-02-15 20:03:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-15 20:12:28 +0100 |
commit | 48ca704b58e9dcf97bd4c895d401d519e9589d93 (patch) | |
tree | eb31ec41b451adbbd948097cb2eaf365c4c090eb /desktop-themes/ContrastHigh | |
parent | 5ea4ed630619aa5abba84e7df044cd96cf06ffb0 (diff) | |
download | mate-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/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 996cef24..a8008390 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/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 */ -gtk-icon-style: regular; /* disable symbolic icons */ } @@ -1249,6 +1250,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { } GtkViewport { + padding: 0px; background-color: @theme_view_bg; } @@ -1267,6 +1269,12 @@ GtkViewport { color: @theme_base_color; } +GtkIconView, +GtkViewport { + /* avoid resizing theme thumbnails in mate-appearance-properties */ + padding: 0px; +} + GtkIconView.view.cell { border-radius: 4px; } |