From d79492e3112f67ee0d4e4ce31e9fe77e576de249 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 2 Jun 2018 15:21:11 +0200 Subject: submarine: fix borders in filechooser placessidebar --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 9547cfb1..7aa888c0 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -6991,7 +6991,7 @@ filechooser paned.horizontal box.vertical box.horizontal .view box.vertical { filechooser placessidebar.sidebar { border-color: @notebook_border; border-style: solid; - border-width: 0px 0px 1px 0px; + border-width: 1px 1px 1px 0px; } /***************** -- cgit v1.2.1