diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-22 01:30:55 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-22 01:31:52 +0100 |
commit | 13452b75697c9abe95f83ad54b50df1f28cfee6c (patch) | |
tree | c8d09fec22db537894069bbc013fa690e36e560b | |
parent | d230543ab437bc4e97c0c35ab45b26fe489eb0c2 (diff) | |
download | mate-themes-13452b75697c9abe95f83ad54b50df1f28cfee6c.tar.bz2 mate-themes-13452b75697c9abe95f83ad54b50df1f28cfee6c.tar.xz |
Gtk3 menta themes: adjust nemo toolbar again
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 8 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/other-applications.css | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index cd893fb1..bee50ca3 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -137,8 +137,12 @@ NemoWindow .sidebar row:hover { } /* Toolbar */ -NemoToolbar .primary-toolbar { - padding: 0px 2px; +NemoToolbar .toolbar.primary-toolbar .button.image-button { + padding: 0px 8px; +} + +NemoToolbar .toolbar.primary-toolbar .button.text-button { + padding: 0px 10px; } /* Misc */ diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index cd893fb1..bee50ca3 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -137,8 +137,12 @@ NemoWindow .sidebar row:hover { } /* Toolbar */ -NemoToolbar .primary-toolbar { - padding: 0px 2px; +NemoToolbar .toolbar.primary-toolbar .button.image-button { + padding: 0px 8px; +} + +NemoToolbar .toolbar.primary-toolbar .button.text-button { + padding: 0px 10px; } /* Misc */ |