summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-26 20:44:03 +0200
committerraveit65 <[email protected]>2015-04-26 20:47:05 +0200
commitb79f159180e817cfe758370755a430d9d06de0c2 (patch)
tree2ab0c274bfea3de696b703df0a6a7582c2b02eb9 /desktop-themes
parent0c855bbc6fe90208b6bd0c9b44b4bfb20e2cd4be (diff)
downloadmate-themes-b79f159180e817cfe758370755a430d9d06de0c2.tar.bz2
mate-themes-b79f159180e817cfe758370755a430d9d06de0c2.tar.xz
ContrastHighInverse GTK3: fix button padding in file-chooser-dialog
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css12
1 files changed, 12 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 02924291..6a079efa 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -770,6 +770,18 @@ GtkComboBox .button {
* Linked buttons *
******************/
+.button,
+.button.menuitem.menubar,
+GtkColorButton.button,
+GtkComboBox.combobox-entry .button {
+ padding: 4px;
+}
+
+.button.image-button,
+.primary-toolbar.toolbar .button.image-button {
+ padding: 4px;
+}
+
/* Middle button */
.linked .entry,
.linked > GtkComboBox > .button:last-child,