aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine-compact/origine-compact.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-01-11 23:53:40 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-11 23:53:40 +0100
commitf94ec779e66ca7203cd3cf1e807bcf3c983ed736 (patch)
tree2e0c0133937d92217cecc8bb2c8d0c16de54338e /p/themes/Origine-compact/origine-compact.css
parent9cd9e9a0930a04f594394a8dc6a95791134521a3 (diff)
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
Diffstat (limited to 'p/themes/Origine-compact/origine-compact.css')
-rw-r--r--p/themes/Origine-compact/origine-compact.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css
index b035b0b3d..0f4af625c 100644
--- a/p/themes/Origine-compact/origine-compact.css
+++ b/p/themes/Origine-compact/origine-compact.css
@@ -1247,6 +1247,16 @@ a.btn,
width: 400px;
}
+ .dropdown-target:target ~ .dropdown-toggle::after {
+ background-color: #fff;
+ border-top: 1px solid #ddd;
+ border-left: 1px solid #ddd;
+ }
+
+ .dropdown-target:target ~ .dropdown-toggle:not(.btn) ~ .dropdown-menu {
+ margin-top: 5px;
+ }
+
.day .name {
font-size: 1.1rem;
text-shadow: none;