|
|
@@ -355,13 +355,19 @@ input[type="checkbox"] {
|
|
|
|
|
|
.dropdown-menu input[type="checkbox"] {
|
|
|
margin-right: 1em;
|
|
|
- margin-left: .5em;
|
|
|
+ margin-left: 0.5rem;
|
|
|
+ width: 1rem;
|
|
|
}
|
|
|
|
|
|
.dropdown-menu .item .checkboxNewTag {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
+.dropdown-menu .item label:not(.noHover):has(input[type="checkbox"]) {
|
|
|
+ padding-right: 2.5rem;
|
|
|
+ text-indent: -2.5rem;
|
|
|
+}
|
|
|
+
|
|
|
.dropdown-menu .item.addItem {
|
|
|
padding: 0 0.5em;
|
|
|
}
|
|
|
@@ -728,6 +734,11 @@ input[type="checkbox"]:focus-visible {
|
|
|
scroll-margin-bottom: 2rem;
|
|
|
}
|
|
|
|
|
|
+.horizontal-list.bottom .dropdown-menu {
|
|
|
+ right: 0.5rem;
|
|
|
+ left: auto;
|
|
|
+}
|
|
|
+
|
|
|
.dropdown-menu::after {
|
|
|
background-color: inherit;
|
|
|
width: 10px;
|
|
|
@@ -743,6 +754,11 @@ input[type="checkbox"]:focus-visible {
|
|
|
transform: rotate(-45deg);
|
|
|
}
|
|
|
|
|
|
+.horizontal-list.bottom .dropdown-menu::after {
|
|
|
+ right: 0.5rem;
|
|
|
+ left: auto;
|
|
|
+}
|
|
|
+
|
|
|
.dropdown-menu-scrollable {
|
|
|
max-height: min(75vh, 50em);
|
|
|
overflow-x: hidden;
|
|
|
@@ -2421,10 +2437,8 @@ html.slider-active {
|
|
|
}
|
|
|
|
|
|
.dropdown .dropdown-menu {
|
|
|
- width: 94%;
|
|
|
- border-radius: 0;
|
|
|
- right: 3%;
|
|
|
- left: 3%;
|
|
|
+ right: 0.5rem !important;
|
|
|
+ left: 0.5rem !important;
|
|
|
position: absolute;
|
|
|
}
|
|
|
|
|
|
@@ -2472,6 +2486,11 @@ html.slider-active {
|
|
|
cursor: default;
|
|
|
}
|
|
|
|
|
|
+ .horizontal-list.bottom .dropdown-target:target ~ .dropdown-toggle::after {
|
|
|
+ top: 31px;
|
|
|
+ right: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
.dropdown-target:target ~ .dropdown-toggle:not(.btn) ~ .dropdown-menu {
|
|
|
margin-top: 10px;
|
|
|
}
|