testss
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/* 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;
|
||||
}
|
Reference in New Issue
Block a user