From 92721c65e4b6bcd5fe5a24ca5f7907a948d6fb88 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Thu, 19 Nov 2020 15:01:07 +0300 Subject: [PATCH] added styles --- app/ui/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/ui/style.css b/app/ui/style.css index 4342567f..332a0c1d 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -7,6 +7,12 @@ margin: 1px; } +paned > separator { + background-repeat: no-repeat; + background-position: center; + background-size: 2px 24px; +} + .control-box { padding: 5px; } @@ -27,6 +33,11 @@ background-color: blue; } +.time-entry { + padding: 0px; + margin: 0px; +} + .group {} .group :first-child {