diff options
author | raveit65 <[email protected]> | 2015-07-25 20:36:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-25 20:37:35 +0200 |
commit | a18e75ffa3e7e0ceec900d623417abf83e8015a7 (patch) | |
tree | 412f713571b2695d7381bfba8230982013d3c727 /desktop-themes/TraditionalOk | |
parent | e15d63d73490dbb323c2517c3d6c06e06abd704d (diff) | |
download | mate-themes-a18e75ffa3e7e0ceec900d623417abf83e8015a7.tar.bz2 mate-themes-a18e75ffa3e7e0ceec900d623417abf83e8015a7.tar.xz |
Traditional themes GTK3: reduce hight of flat.buttons in statusbar
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 7 |
1 files changed, 7 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 3c015acd..b42d2e8f 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -297,6 +297,13 @@ PlumaWindow .vertical .horizontal .vertical .notebook .horizontal PlumaCloseButt padding: 2px; } +/* Pluma status bar */ +PlumaWindow .button.flat { + border-style: none; + border-image: none; + padding: 2px 5px; +} + /* Printpreview */ PlumaPrintPreview.vertical .toolbar.horizontal { background-color: transparent; |