diff options
author | raveit65 <[email protected]> | 2014-12-08 01:19:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-08 01:19:23 +0100 |
commit | f211e09000183cb46c570623ba68c41a39c87611 (patch) | |
tree | abe9dfaf70e5c63d190055f4dc41e58e65ceb5f3 | |
parent | 57fcf8805a934d770428a3a1a618b8eb8a58b6eb (diff) | |
download | mate-themes-f211e09000183cb46c570623ba68c41a39c87611.tar.bz2 mate-themes-f211e09000183cb46c570623ba68c41a39c87611.tar.xz |
GreenLaguna GTK3: adjust GtkStatusbar
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 4548d2b5..f0cbdfc3 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1972,6 +1972,12 @@ GtkStatusbar { padding: 5px; color: @theme_fg_color; -GtkStatusbar-shadow-type: none; + font-size: smaller; +} + +GtkStatusbar .frame { + padding: 0px; + border-width: 0; } GtkScrolledWindow, |