From 7ed64c76ba0a98f2b8d981b139168e035ab77147 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Thu, 11 Jun 2020 10:27:23 +0300 Subject: [PATCH] added paned style --- app/ui/default_style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/ui/default_style.css b/app/ui/default_style.css index ccb25934..e96caa21 100644 --- a/app/ui/default_style.css +++ b/app/ui/default_style.css @@ -31,4 +31,10 @@ infobar { switch slider { min-height: 1.5em; min-width: 1.5em; -} \ No newline at end of file +} + +paned > separator { + background-repeat: no-repeat; + background-position: center; + background-size: 1px 24px; +}