diff options
author | raveit65 <[email protected]> | 2015-04-27 14:58:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-27 15:10:56 +0200 |
commit | bf5fe41acbabde7837fdad3b60415c0367c49f4c (patch) | |
tree | fd7f1a00e8f15e9182b5893ddef1dc8b8ff2898a | |
parent | b8c85ddd8747a92ec76bd0f1b7b2d188f00915ad (diff) | |
download | mate-themes-bf5fe41acbabde7837fdad3b60415c0367c49f4c.tar.bz2 mate-themes-bf5fe41acbabde7837fdad3b60415c0367c49f4c.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.css | 1 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 1 |
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 59923c7d..a4ec61d4 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 5a175cec..fe2a7755 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 ce0bc776..b7178163 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 { |