diff options
-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 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; +} + 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; +} + |