diff options
author | raveit65 <[email protected]> | 2017-03-24 21:35:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-24 21:35:11 +0100 |
commit | 1987315b0b334b5f632f4c08009ba854c35b8cbd (patch) | |
tree | bb0f70be180ace9eef19f4dd88ff28dc1765cb8a | |
parent | 65ffb67069cc0e188b7c5292d5937686da8e6ff6 (diff) | |
download | mate-themes-1987315b0b334b5f632f4c08009ba854c35b8cbd.tar.bz2 mate-themes-1987315b0b334b5f632f4c08009ba854c35b8cbd.tar.xz |
Gtk+-3.20 submarine themes: set a padding for gedit statusbar
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css | 8 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css index d7bf7a60..d284fa9b 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css @@ -61,3 +61,11 @@ toolbar.primary-toolbar.horizontal > toolitem > grid.horizontal > button.scale.f color: @osd_button_fg_hover; } +/********* + * gedit * + *********/ + +.gedit-side-panel-paned.horizontal > box.vertical > statusbar.horizontal { + padding: 4px; +} + diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css index d7bf7a60..d284fa9b 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css @@ -61,3 +61,11 @@ toolbar.primary-toolbar.horizontal > toolitem > grid.horizontal > button.scale.f color: @osd_button_fg_hover; } +/********* + * gedit * + *********/ + +.gedit-side-panel-paned.horizontal > box.vertical > statusbar.horizontal { + padding: 4px; +} + |