From f94ec779e66ca7203cd3cf1e807bcf3c983ed736 Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 11 Jan 2022 23:53:40 +0100 Subject: Improve dropdown menu mobile (#4141) * Theme template.css * theme adark * theme ansum * theme bluelagoon * theme dark * theme template.css RTL fix * theme flat * theme Origine * theme Origine-compact * theme Pafat * theme Screwdriver * theme Swage * theme Mapco * dropdown menu with thin scrollbar * Fix CI foundings * Fix RTL * Fix CSS semicolons * Fix CSS RTL * Fix SCSS * Update _mobile.scss --- p/themes/Screwdriver/screwdriver.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'p/themes/Screwdriver/screwdriver.css') diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index a7b8511d3..72df5d7ea 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -1307,6 +1307,12 @@ a.btn { width: 400px; } + .dropdown-target:target ~ .dropdown-toggle::after { + background-color: #222; + border-top: 1px solid #171717; + border-left: 1px solid #171717; + } + .day .name { display: none; } -- cgit v1.2.3