From 5b984854736465433d42e8ef64dae4018ff2e676 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 12 Jun 2023 01:16:51 +0200 Subject: [PATCH] Continued: - added `border-radius: 3px` for buttons --- view/theme/frio/scheme/stolzmonat_DE.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/theme/frio/scheme/stolzmonat_DE.css b/view/theme/frio/scheme/stolzmonat_DE.css index 0292ab741f..8651e2f61f 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.css +++ b/view/theme/frio/scheme/stolzmonat_DE.css @@ -17,6 +17,7 @@ nav.navbar { #topbar-first .nav > .open > a, #topbar-first .nav > .open > button { background-color: black !important; + border-radius: 5px !important; } .nav-pills .dropdown-menu, @@ -26,6 +27,7 @@ nav.navbar { .btn.btn-primary, .btn-info { background-color: black !important; + border-radius: 5px !important; } aside .widget li:hover, -- 2.39.5