styling fake inputs of csc selector
This commit is contained in:
parent
38c12281d3
commit
3833ef77f3
12 changed files with 53 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue