diff options
author | raveit65 <[email protected]> | 2017-04-05 16:45:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-05 16:45:49 +0200 |
commit | 05819156a76314d27c259e58e8aeb3e434191033 (patch) | |
tree | db3f3f483593df791501eb5a4dcb932c7eebae89 /desktop-themes/ContrastHighInverse | |
parent | a85362d882c887b92926cac5ee75a3e792659a93 (diff) | |
download | mate-themes-05819156a76314d27c259e58e8aeb3e434191033.tar.bz2 mate-themes-05819156a76314d27c259e58e8aeb3e434191033.tar.xz |
Gtk+-3.20 most themes: mate-panel hide button modification
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index 2a23a772..5cf104fe 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -106,6 +106,11 @@ PanelToplevel.background { box-shadow: none; } +/* hide buttons */ +PanelToplevel > grid > button { + padding: 0px; +} + #PanelApplet { border-width: 0; } |