From c2636a947389a370f383f057788da6ce24c92cd2 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 20 May 2022 02:00:30 -0400 Subject: .local/share/themes/Preless/gtk-3.0: Scope arrows to menu items --- .local/share/themes/Preless/gtk-3.0/gtk.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/share/themes/Preless/gtk-3.0/gtk.css') diff --git a/.local/share/themes/Preless/gtk-3.0/gtk.css b/.local/share/themes/Preless/gtk-3.0/gtk.css index 48b7931..3c4d536 100644 --- a/.local/share/themes/Preless/gtk-3.0/gtk.css +++ b/.local/share/themes/Preless/gtk-3.0/gtk.css @@ -210,11 +210,11 @@ arrow.right { background-repeat: no-repeat; } -arrow { +menuitem arrow { background-image: url("../icons/arrow-down.svg"); } -arrow.right { +menuitem arrow.right { background-image: url("../icons/arrow-right.svg"); } -- cgit v1.2.3