From d30e32a5af594ccd72d4ebbb4098ced0271a1d4a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 25 Jul 2015 20:36:27 +0200 Subject: Traditional themes GTK3: reduce hight of flat.buttons in statusbar --- .../TraditionalGreen/gtk-3.0/mate-applications.css | 7 +++++++ .../TraditionalOk/gtk-3.0/mate-applications.css | 7 +++++++ .../TraditionalOkTest/gtk-3.0/mate-applications.css | 19 +++++++++++-------- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index fa8435b5..5c787edd 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -296,6 +296,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; 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; diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index 38f83b48..eb271741 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -263,14 +263,6 @@ NaTrayApplet { -NaTrayApplet-icon-size: 16; } -/********* - * Pluma * - *********/ - -PlumaFloatingSlider .entry.not-found:focus { - border-image: url("img/border-error.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; -} - /****************** * mate-terminal * ******************/ @@ -305,6 +297,10 @@ ShellWindow GtkScrolledWindow .button.flat:hover { * Pluma * ****************/ +PlumaFloatingSlider .entry.not-found:focus { + border-image: url("img/border-error.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; +} + PlumaCloseButton.button.flat, PlumaCloseButton.button.flat:hover, PlumaCloseButton:prelight.button.flat, @@ -318,6 +314,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; -- cgit v1.2.1