summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-24 21:22:29 +0100
committerraveit65 <[email protected]>2017-03-24 21:22:29 +0100
commit4e3e4cd9068b87c19e680f5d89d3fe3a0c58c742 (patch)
treef4762bc66100cb57c059651a2d1890e6e3276573 /desktop-themes/Blue-Submarine
parent623639c6c04524c1bfc34c4ee7ed3195408acc35 (diff)
downloadmate-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')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css8
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;
+}
+