diff options
author | raveit65 <[email protected]> | 2015-04-27 14:58:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-27 14:58:59 +0200 |
commit | 23dd9eeff7a19d793326033bdca151d2c4884c38 (patch) | |
tree | f8705035cb022a546d2af30eb5bc2c87b97d5964 /desktop-themes/TraditionalOk | |
parent | 0d105061ebb18286b9fa0bf7f3a05e6f1a7172b5 (diff) | |
download | mate-themes-23dd9eeff7a19d793326033bdca151d2c4884c38.tar.bz2 mate-themes-23dd9eeff7a19d793326033bdca151d2c4884c38.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 { |