diff options
author | raveit65 <[email protected]> | 2017-04-05 16:45:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-05 16:45:00 +0200 |
commit | 53b66eaffdeff6f3c4df00f8884fbe3343edec89 (patch) | |
tree | 160b2c111f3760f2d7db8f332f1b973e20ba4000 /desktop-themes/TraditionalOk | |
parent | e7a46df4310db0b5d87e43c7a866fde6729fe7f4 (diff) | |
download | mate-themes-53b66eaffdeff6f3c4df00f8884fbe3343edec89.tar.bz2 mate-themes-53b66eaffdeff6f3c4df00f8884fbe3343edec89.tar.xz |
Gtk+-3.20 most themes: mate-panel hide button modification
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index c8267695..9b81bd8c 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -124,6 +124,12 @@ MatePanelAppletFrameDBus { box-shadow: none; } +/* hide buttons */ +PanelToplevel > grid > button { + padding: 0px; + border-radius: 0px; +} + #PanelApplet { border-width: 0; } |