diff options
author | raveit65 <[email protected]> | 2014-12-08 01:03:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-08 01:03:23 +0100 |
commit | c4db401f30ea652dee46155fcbe9e4b4ef98a754 (patch) | |
tree | 847637ef931fc2f21eef1e866752c65d52ed28db /desktop-themes | |
parent | 9e03bfdcf94e527b25c9300b328fab0d4737d789 (diff) | |
download | mate-themes-c4db401f30ea652dee46155fcbe9e4b4ef98a754.tar.bz2 mate-themes-c4db401f30ea652dee46155fcbe9e4b4ef98a754.tar.xz |
Menta themes, BlackMate, Greenlaguna GTK3: adjust GtkStatusbar
Diffstat (limited to 'desktop-themes')
4 files changed, 18 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 5c987836..72c15f13 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -2187,12 +2187,15 @@ GtkStatusbar { padding: 5px; color: @theme_fg_color; -GtkStatusbar-shadow-type: none; + font-size: smaller; } GtkStatusbar .frame { background-image: none; /* gtk-3.12 */ background-color: transparent; + padding: 0px; + border-width: 0; } GtkScrolledWindow { diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 1257666d..c946666b 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -282,6 +282,12 @@ GtkStatusbar { padding: 5px; color: @theme_fg_color; -GtkStatusbar-shadow-type: none; + font-size: smaller; +} + +GtkStatusbar .frame { + padding: 0px; + border-width: 0; } .dnd { diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 2328782c..48306a80 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -859,7 +859,6 @@ row { GtkComboBox { /* align with side buttons */ padding: 0; - -GtkComboBox-arrow-scaling: 0.5; -GtkComboBox-shadow-type: none; color: @theme_fg_color; @@ -1973,12 +1972,15 @@ GtkStatusbar { padding: 5px; color: @theme_fg_color; -GtkStatusbar-shadow-type: none; + font-size: smaller; } GtkStatusbar .frame { background-image: none; /* gtk-3.12 */ background-color: transparent; + padding: 0px; + border-width: 0; } GtkScrolledWindow, diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 8fafcfb5..032d433a 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -282,6 +282,12 @@ GtkStatusbar { padding: 5px; color: @theme_fg_color; -GtkStatusbar-shadow-type: none; + font-size: smaller; +} + +GtkStatusbar .frame { + padding: 0px; + border-width: 0; } .dnd { |