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:37:21 +0200
commit3f159779a2cebfe85ca3c9172b3280252ecbeadc (patch)
tree48c1a4894c49fca74c6bc299ddffa81adc6a5df2 /desktop-themes/TraditionalOkTest
parent5d72c1fa33aa9982675430a552f72f08f7959c0d (diff)
downloadmate-themes-3f159779a2cebfe85ca3c9172b3280252ecbeadc.tar.bz2
mate-themes-3f159779a2cebfe85ca3c9172b3280252ecbeadc.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;