diff options
author | raveit65 <[email protected]> | 2015-07-25 20:36:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-25 20:37:21 +0200 |
commit | 3f159779a2cebfe85ca3c9172b3280252ecbeadc (patch) | |
tree | 48c1a4894c49fca74c6bc299ddffa81adc6a5df2 /desktop-themes/TraditionalOk | |
parent | 5d72c1fa33aa9982675430a552f72f08f7959c0d (diff) | |
download | mate-themes-3f159779a2cebfe85ca3c9172b3280252ecbeadc.tar.bz2 mate-themes-3f159779a2cebfe85ca3c9172b3280252ecbeadc.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; |