From 35388b798c1d31f5f69123eb8827a2d53f4cb582 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 4 Feb 2020 19:51:39 +0100 Subject: [PATCH] We don't need rounded borders on card headers --- public/css/grocy.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index 00e0b5a8..0e0195f9 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -41,6 +41,10 @@ a.discrete-link:focus { background-color: #e5e5e5; } +.card-header:first-child { + border-radius: 0; +} + .card-body { flex-grow: 0; }