From a552d13933d80d00c9bc7643cd25dfbbf355090d Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 21 Nov 2020 15:09:32 +0300 Subject: [PATCH] style correction --- app/ui/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/ui/style.css b/app/ui/style.css index 332a0c1d..7f389633 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -18,18 +18,22 @@ paned > separator { } .red-button { + background-image: none; background-color: red; } .green-button { + background-image: none; background-color: green; } .yellow-button { + background-image: none; background-color: yellow; } .blue-button { + background-image: none; background-color: blue; } @@ -48,10 +52,11 @@ paned > separator { .group :last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; + border-left-width: 0; } .group :not(:first-child):not(:last-child) { border-radius: 0; border-left-width: 0; - border-right-width: 0; + border-right-width: 1px; } \ No newline at end of file