From 4191f9859ec1ec524167478c6fffce1da219a8fe Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 11 Apr 2022 22:54:19 +0200 Subject: Improved: dropdown close area (#4293) * fix Ansum theme: close X in white * fix Mapco theme: close X in white * move the dropdown-close outside of the list * CSS * bring flux elemt behind the grey background * Update main.js --- p/themes/Mapco/_mobile.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'p/themes/Mapco/_mobile.scss') diff --git a/p/themes/Mapco/_mobile.scss b/p/themes/Mapco/_mobile.scss index 7cd15514c..92e5d833f 100644 --- a/p/themes/Mapco/_mobile.scss +++ b/p/themes/Mapco/_mobile.scss @@ -67,6 +67,10 @@ height: 50px; line-height: 50px; text-align: center; + + .icon { + filter: grayscale(100%) brightness(2.5); + } } .header { -- cgit v1.2.3