diff options
author | raveit65 <[email protected]> | 2017-03-24 22:27:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-24 22:27:54 +0100 |
commit | fa21385c0087f4a749121da23e2b8de8e111b42c (patch) | |
tree | aef0cb9e0f876ef2f54c88e752d4c1c48de6ea43 | |
parent | 2d7a6e49c32cbd3d20f8e2aafc731ac2f3a9faf1 (diff) | |
download | mate-themes-fa21385c0087f4a749121da23e2b8de8e111b42c.tar.bz2 mate-themes-fa21385c0087f4a749121da23e2b8de8e111b42c.tar.xz |
Gtk+-3.20 submarine themes set a padding on statusbars
To avoid overlapping comboboxes
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 363cfcd5..c08de4c1 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -238,7 +238,7 @@ button.separator:disabled { }
statusbar {
- padding: 0px;
+ padding: 2px;
margin: -2px 0 -2px 0;
color: @theme_fg_color;
font-size: smaller;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index e202c69f..06d584ad 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -239,7 +239,7 @@ button.separator:disabled { }
statusbar {
- padding: 0px;
+ padding: 3px;
margin: -2px 0 -2px 0;
color: @theme_fg_color;
font-size: smaller;
|