summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-24 22:27:04 +0100
committerraveit65 <[email protected]>2017-03-24 22:27:38 +0100
commitaf791645a4e95b3c800e959d14b3ecf6e0810818 (patch)
tree66f53d6c495926cb3396123dcb78427666539987 /desktop-themes
parente4d1e9526ef825ba0b85abfa62f3f15555362e6c (diff)
downloadmate-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')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css2
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 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;
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 7e697ecd..4d2e7411 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;