From d2b6fe099a223eb383c6d9e044fb5b71a14f0e23 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 12 Jan 2022 23:04:59 +0100 Subject: Improvement: menu icons (#4004) * default icons * icons Flat theme * icons Swage theme * icon gets bright when hover: Ansum theme * icon gets bright when hover: Blue lagoon theme * icon gets bright when hover: Origine/Origine Compact theme * compressed SVG * Better formated SVG/XML files * Update bookmark-tag.svg --- p/themes/Origine-compact/origine-compact.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'p/themes/Origine-compact/origine-compact.css') diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 0f4af625c..d2a1b15f8 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -401,6 +401,10 @@ a.btn, color: #fff; } +.dropdown-menu > .item:hover .icon { + filter: grayscale(100%) brightness(2.5); +} + .dropdown-menu > .item[aria-checked="true"] > a::before { font-weight: bold; margin: 0 0 0 -14px; -- cgit v1.2.3