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 /desktop-themes/TraditionalOk | |
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
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |