[#4674] updated select field ui
This commit is contained in:
@@ -66,6 +66,10 @@
|
||||
transition-duration: var(--activeAnimationSpeed);
|
||||
background: var(--baseAlt2Color);
|
||||
}
|
||||
&.plain {
|
||||
background: none;
|
||||
cursor: default;
|
||||
}
|
||||
&.disabled {
|
||||
color: var(--txtDisabledColor);
|
||||
background: none;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user