aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-01-24 09:24:20 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-24 09:24:20 +0100
commit9012db01554b9ac3b99651be8a3944668757fa64 (patch)
tree5c10034696c54f34deeff431429be4eef871911e /p/themes/Mapco/mapco.css
parent7ab4f89f540f01219aba77f8b47e0f6219d94495 (diff)
Fix: dropdown menu triangle in mobile view (#4169)
* central triangle styles moved to template.css * Update template.rtl.css * fix: triangle in config menu in mobile view * improve dark theme in mobile view
Diffstat (limited to 'p/themes/Mapco/mapco.css')
-rw-r--r--p/themes/Mapco/mapco.css10
1 files changed, 1 insertions, 9 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index f411802b9..741df030b 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -234,16 +234,8 @@ form th {
text-align: left;
}
.dropdown-menu::after {
- background: #f9fafb;
- width: 10px;
- height: 10px;
- content: "";
- position: absolute;
- top: -4px;
+ border: none;
right: 18px;
- bottom: -14px;
- z-index: -10;
- transform: rotate(45deg);
}
.dropdown-menu .dropdown-header {
margin: 1.75rem 0 0.5rem 2rem;