From e5a4d11c0b5cd7326241a7dc4af423e748ee7e18 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 14 Jul 2018 11:08:10 +0200 Subject: [PATCH] Remove arrows on tooltips (only needed for sidebar, but found now way to limit this now) --- public/css/grocy.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index 876ccb3d..5e55397e 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -161,3 +161,8 @@ td { .date-only-datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu { width: auto !important; } + +/* Third party component customizations - Popper.js */ +.tooltip .arrow { + display: none; +}