diff options
author | raveit65 <[email protected]> | 2017-03-24 21:22:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-24 21:36:14 +0100 |
commit | 741c6bd0f5a487ac83ba659ea09b305e6d37da53 (patch) | |
tree | c2c71aacb6fe95be53815eacf0b5f9e3dba4a22f /desktop-themes/Green-Submarine | |
parent | 81303fd8cf1b8b8c82451a1ffd4e3d48089e08df (diff) | |
download | mate-themes-741c6bd0f5a487ac83ba659ea09b305e6d37da53.tar.bz2 mate-themes-741c6bd0f5a487ac83ba659ea09b305e6d37da53.tar.xz |
Gtk+-3.20 submarine themes: set a padding for gedit statusbar
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 891bda72..8658e049 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css @@ -81,3 +81,11 @@ window.background.dconf-editor popover.menu { border-radius: 0px; } +/********* + * gedit * + *********/ + +.gedit-side-panel-paned.horizontal > box.vertical > statusbar.horizontal { + padding: 4px; +} + |