diff options
author | raveit65 <[email protected]> | 2017-03-24 22:27:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-24 22:27:04 +0100 |
commit | a0daa049b95bd926c26f719943ca7e5fa272406c (patch) | |
tree | 92855ad4c3b38be0c383393a99c5412504c4c459 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | e2de591ca030e05e02e146288e385608c168d112 (diff) | |
download | mate-themes-a0daa049b95bd926c26f719943ca7e5fa272406c.tar.bz2 mate-themes-a0daa049b95bd926c26f719943ca7e5fa272406c.tar.xz |
Gtk+-3.20 submarine themes set a padding on statusbars
To avoid overlapping comboboxes
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 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 b93b0251..3d7f4b21 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;
|