[#4674] updated select field ui

This commit is contained in:
Gani Georgiev
2025-03-20 13:46:40 +02:00
parent 9f1946057f
commit d61ec398a2
34 changed files with 286 additions and 129 deletions
+4
View File
@@ -66,6 +66,10 @@
transition-duration: var(--activeAnimationSpeed);
background: var(--baseAlt2Color);
}
&.plain {
background: none;
cursor: default;
}
&.disabled {
color: var(--txtDisabledColor);
background: none;
+9
View File
@@ -493,6 +493,15 @@ select {
padding-left: var(--hPadding);
padding-right: var(--hPadding);
}
.active:has(.dropdown) > %input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.toggler-container .dropdown {
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-top: 0;
}
select {
padding-left: 8px;
}