Files
Cielonos/Packages/dev.yarnspinner.unity/Editor/Editors/USS/YarnSpinner.uss
SoulliesOfficial 8186f54e90 新场景,剧情
2026-06-02 12:55:39 -04:00

21 lines
399 B
Plaintext

.help-box {
background-color: var(--unity-colors-helpbox-background);
border-color: var(--unity-colors-helpbox-border);
border-width: 1px;
border-radius: 2px;
padding: 8px;
margin: 8px;
}
.help-box Label {
white-space: normal;
padding-bottom: 8px;
}
.help-box Label.link {
white-space: normal;
color: var(--unity-colors-link-text);
cursor: link;
}