From a625dc9f8b09d29c2da39e2c4dce908790e1a3e8 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 7843e833..1e3fef19 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -12,18 +12,22 @@ } .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 @@ .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