From f41edf26bdcef571c4bdb2572f48271f1908dd4f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 5 Aug 2022 11:53:50 +0200 Subject: Fix "More" app icon Signed-off-by: Joas Schilling --- core/css/header.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/css/header.css') diff --git a/core/css/header.css b/core/css/header.css index 5f8b3bd873a..4dbd41f5ec7 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -495,6 +495,9 @@ nav[role=navigation] { width: 20px; height: 20px; } +#appmenu li .icon-more-white { + background-image: url("../img/actions/more-white.svg?v=1"); +} #appmenu li span { opacity: 0; position: absolute; -- cgit v1.2.3