diff options
author | raveit65 <[email protected]> | 2015-04-27 14:58:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-27 15:11:18 +0200 |
commit | b080b35e40e3f7ed81d54b79a7ec107d0e78bb77 (patch) | |
tree | e203cdceb2580f6a278ef779214c44e583510f51 /desktop-themes/TraditionalOk | |
parent | 476eea8055d8ee1d903d9ba38c46e486b6a355a1 (diff) | |
download | mate-themes-b080b35e40e3f7ed81d54b79a7ec107d0e78bb77.tar.bz2 mate-themes-b080b35e40e3f7ed81d54b79a7ec107d0e78bb77.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 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 { |