19 lines
401 B
Text
19 lines
401 B
Text
/* BetterTextField Styles */
|
|
|
|
.unity-better-text-field__placeholder {
|
|
position: absolute;
|
|
margin: 0;
|
|
padding: 2px 3px 3px;
|
|
}
|
|
|
|
.dark .unity-better-text-field__placeholder {
|
|
color: var(--dark-placeholder-text-color);
|
|
}
|
|
|
|
.light .unity-better-text-field__placeholder {
|
|
color: var(--light-placeholder-text-color);
|
|
}
|
|
|
|
.unity-better-text-field #unity-text-input {
|
|
overflow: hidden;
|
|
}
|