aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-03 23:04:45 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-03 23:04:45 +0100
commitaf8480651dea478e2a60dc13b9ea44d364d0f7b7 (patch)
tree33192095e69ca4dfeaad964097f9ffa5d8a5ed51 /p/themes/Mapco/mapco.css
parent92d1b0cda731b7c4ce244f4cd3f759056a2f1534 (diff)
compile Mapco + Ansum again (#4983)
Diffstat (limited to 'p/themes/Mapco/mapco.css')
-rw-r--r--p/themes/Mapco/mapco.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index efcef311a..093a45112 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -254,9 +254,12 @@ form th {
.dropdown-menu .item a, .dropdown-menu .item .as-link {
padding: 0 2rem;
color: #303136;
- font-size: 1rem;
+ font-size: inherit;
line-height: 2.5em;
}
+.dropdown-menu .item a span.icon, .dropdown-menu .item .as-link span.icon {
+ padding: 0 0.25rem !important;
+}
.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
background: #36c;
color: #fff;
@@ -309,8 +312,6 @@ form th {
/*=== Alerts */
.alert {
- margin: 1rem 0;
- padding: 1rem;
background: #f9fafb;
color: #5b6871;
font-size: 1rem;