Files
client/Editor/UI/Styles/run-button.uss
T
2026-07-31 19:29:07 +03:00

11 lines
141 B
Plaintext

.third-button {
background-color: rgba(0, 0, 0, 0);
}
.third-button:hover {
background-color: rgb(56, 56, 56);
}
.unity-button {
}