diff options
author | raveit65 <[email protected]> | 2017-03-24 22:27:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-24 22:27:38 +0100 |
commit | af791645a4e95b3c800e959d14b3ecf6e0810818 (patch) | |
tree | 66f53d6c495926cb3396123dcb78427666539987 /desktop-themes/Blue-Submarine | |
parent | e4d1e9526ef825ba0b85abfa62f3f15555362e6c (diff) | |
download | mate-themes-af791645a4e95b3c800e959d14b3ecf6e0810818.tar.bz2 mate-themes-af791645a4e95b3c800e959d14b3ecf6e0810818.tar.xz |
Gtk+-3.20 submarine themes set a padding on statusbars
To avoid overlapping comboboxes
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-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;
|