summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-25 20:36:27 +0200
committerraveit65 <[email protected]>2015-07-25 20:36:27 +0200
commitd30e32a5af594ccd72d4ebbb4098ced0271a1d4a (patch)
treef70deae01cc6b162999ae1fbe6f396609aa76fba /desktop-themes/TraditionalOkTest
parentfa8efa9f489011d5f9b16f8b24f60054839d9bbc (diff)
downloadmate-themes-d30e32a5af594ccd72d4ebbb4098ced0271a1d4a.tar.bz2
mate-themes-d30e32a5af594ccd72d4ebbb4098ced0271a1d4a.tar.xz
Traditional themes GTK3: reduce hight of flat.buttons in statusbar
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css19
1 files changed, 11 insertions, 8 deletions
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;