diff options
author | raveit65 <[email protected]> | 2017-03-24 21:22:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-24 21:22:29 +0100 |
commit | 4e3e4cd9068b87c19e680f5d89d3fe3a0c58c742 (patch) | |
tree | f4762bc66100cb57c059651a2d1890e6e3276573 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 623639c6c04524c1bfc34c4ee7ed3195408acc35 (diff) | |
download | mate-themes-4e3e4cd9068b87c19e680f5d89d3fe3a0c58c742.tar.bz2 mate-themes-4e3e4cd9068b87c19e680f5d89d3fe3a0c58c742.tar.xz |
Gtk+-3.20 submarine themes: set a padding for gedit statusbar
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css | 8 |
1 files changed, 8 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 891bda72..8658e049 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Blue-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; +} + |