This commit is contained in:
CortexCore
2025-04-30 14:17:59 +08:00
parent e8efbef8ec
commit 994817348b
1746 changed files with 148086 additions and 104 deletions

View File

@@ -214,3 +214,22 @@ Button.color-secondary {
padding-left: 8px;
padding-right: 8px;
}
.unity-text-field__input {
background-color: rgba(0, 0, 0, 0.78);
border-left-color: rgba(109, 109, 109, 0);
border-right-color: rgba(109, 109, 109, 0);
border-top-color: rgba(109, 109, 109, 0);
border-bottom-color: rgba(109, 109, 109, 0);
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}
.unity-text-field__input > .unity-text-element {
color: rgb(255, 255, 255);
}
Foldout > Toggle {
}