This commit is contained in:
2021-06-13 10:28:03 +02:00
parent eb70603c85
commit df2d24cbd3
7487 changed files with 943244 additions and 0 deletions

View File

@@ -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;
}