styling fake inputs of csc selector

This commit is contained in:
Tykayn 2025-10-17 17:32:46 +02:00 committed by tykayn
parent 38c12281d3
commit 3833ef77f3
12 changed files with 53 additions and 29 deletions

View file

@ -199,8 +199,16 @@
.placeholder, .fake-input {
border: solid 1px grey;
padding: 16px;
border-radius: 6px;
border-radius: 8px;
background-color: white;
padding: 10px 40px;
width: 100%;
height: 42px;
overflow: hidden;
color: var(--color-text-secondary, #525668);
text-overflow: ellipsis;
font-size: var(--Font-Base, 14px);
.is-disabled & {
color: grey;