diff options
| author | 2022-04-11 22:54:19 +0200 | |
|---|---|---|
| committer | 2022-04-11 22:54:19 +0200 | |
| commit | 4191f9859ec1ec524167478c6fffce1da219a8fe (patch) | |
| tree | db217aac6ca719c7e9121f33d8d5be10de917234 /p/themes/Mapco/_mobile.scss | |
| parent | 5e28bf8b403205642cf09aad5ef47ed1aa781a5d (diff) | |
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
Diffstat (limited to 'p/themes/Mapco/_mobile.scss')
| -rw-r--r-- | p/themes/Mapco/_mobile.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
