Various Input nodes fixes

This commit is contained in:
barsdeveloper
2023-01-29 16:48:41 +01:00
parent 624a6b9f7f
commit cc82c1f6fe
12 changed files with 572 additions and 82 deletions

View File

@@ -757,6 +757,10 @@ ueb-pin[data-type="/Script/CoreUObject.LinearColor"] .ueb-pin-input {
background: #575757;
}
ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-pin-input-content:hover {
cursor: text;
}
.ueb-button {
min-width: 60px;
border: 1px solid #0f0f0f;