From 9b776ab664c55cda31515d10dc161e18ede047bb Mon Sep 17 00:00:00 2001 From: crdev <2185498+crdev@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:03:58 +0200 Subject: [PATCH] Use Black Right-Pointing Triangle (U+25B6) in menu items with submenus --- web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index 5b6b9ec57..34195effe 100644 --- a/web/style.css +++ b/web/style.css @@ -372,7 +372,7 @@ dialog::backdrop { } .litemenu-entry.has_submenu::after { - content: ">"; + content: "▶"; position: absolute; top: 0; right: 2px;