Cleanup placeholder text css
This commit is contained in:
parent
d48b43e08e
commit
28f466696a
2 changed files with 5 additions and 1 deletions
|
@ -167,7 +167,7 @@ hr {
|
|||
color: rgb(55, 53, 47);
|
||||
padding: 0 5px;
|
||||
&.empty {
|
||||
color: #cccccc;
|
||||
color: rgba(55, 53, 47, 0.4);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4,4 +4,8 @@
|
|||
&.active {
|
||||
min-width: 100px;
|
||||
}
|
||||
&::placeholder{
|
||||
color: rgba(55, 53, 47, 0.4);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue