diff options
author | raveit65 <[email protected]> | 2015-04-26 20:44:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-26 20:44:03 +0200 |
commit | 083de70fb9582fa98321f168331dcb15336b9bff (patch) | |
tree | 0d821f5257135c790048a8e87643398704dd0ce4 /desktop-themes/ContrastHighInverse/gtk-3.0 | |
parent | cfb77058ae01325babfcd2700daa499536877da1 (diff) | |
download | mate-themes-083de70fb9582fa98321f168331dcb15336b9bff.tar.bz2 mate-themes-083de70fb9582fa98321f168331dcb15336b9bff.tar.xz |
ContrastHighInverse GTK3: fix button padding in file-chooser-dialog
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 12 |
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 c726536d..6fdc17ad 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -716,6 +716,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, |