diff options
author | raveit65 <[email protected]> | 2015-04-27 14:58:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-27 15:11:31 +0200 |
commit | c7c71be05ef3cf3258eb307b1fa2d021a51d99e7 (patch) | |
tree | e0842a4441ef0f264cd5151f1d3ae442ae6288b4 /desktop-themes | |
parent | d76b92f780a457f75adf8e9eaa2f07b61300f909 (diff) | |
download | mate-themes-c7c71be05ef3cf3258eb307b1fa2d021a51d99e7.tar.bz2 mate-themes-c7c71be05ef3cf3258eb307b1fa2d021a51d99e7.tar.xz |
Traditional themes Gtk3: reduce font size in GtkStatusBar
- this reduce the height of the stausbar
Diffstat (limited to 'desktop-themes')
-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 1e67a995..548d1dad 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -155,6 +155,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 1e67a995..548d1dad 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -155,6 +155,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 1e67a995..548d1dad 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -155,6 +155,7 @@ GtkStatusbar { padding: 5px; color: @theme_fg_color; -GtkStatusbar-shadow-type: none; + font-size: smaller; } .dnd { |