summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-27 14:58:59 +0200
committerraveit65 <[email protected]>2015-04-27 15:11:18 +0200
commitb080b35e40e3f7ed81d54b79a7ec107d0e78bb77 (patch)
treee203cdceb2580f6a278ef779214c44e583510f51
parent476eea8055d8ee1d903d9ba38c46e486b6a355a1 (diff)
downloadmate-themes-b080b35e40e3f7ed81d54b79a7ec107d0e78bb77.tar.bz2
mate-themes-b080b35e40e3f7ed81d54b79a7ec107d0e78bb77.tar.xz
Traditional themes Gtk3: reduce font size in GtkStatusBar
- this reduce the height of the stausbar
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css1
3 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index f2ef72b1..b779186c 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -183,6 +183,7 @@ GtkStatusbar {
padding: 5px;
color: @theme_fg_color;
-GtkStatusbar-shadow-type: none;
+ font-size: smaller;
}
.dnd {
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 26cfc43f..dc59ed66 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -183,6 +183,7 @@ GtkStatusbar {
padding: 5px;
color: @theme_fg_color;
-GtkStatusbar-shadow-type: none;
+ font-size: smaller;
}
.dnd {
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index aaf0c886..49103f54 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -183,6 +183,7 @@ GtkStatusbar {
padding: 5px;
color: @theme_fg_color;
-GtkStatusbar-shadow-type: none;
+ font-size: smaller;
}
.dnd {