This commit is contained in:
CortexCore
2023-09-01 14:35:05 +08:00
parent a71288cf2d
commit 5561f5c3cc
136 changed files with 69284 additions and 66121 deletions

View File

@@ -179,3 +179,11 @@ Button:hover > #icon-image {
.theme-dark Foldout #unity-checkmark {
-unity-background-image-tint-color: rgb(210, 210, 210);
}
.dispose {
opacity: 0;
transition-property: opacity, display;
transition-duration: 2s, 0s;
display: none;
transition-delay: 0s, 2s;
}