module-project-validator/Editor/Window/Uxml/StyleSheetEditorProjectValidatorWindow.uss

19 lines
289 B
Text

.tree-view-label {
-unity-text-align: middle-left;
flex-grow: 1;
text-overflow: ellipsis;
white-space: nowrap;
padding-right: 6px;
padding-left: 6px;
}
.warning {
color: rgb(255, 165, 0);
}
.error {
color: rgb(255, 0, 0);
-unity-font-style: bold;
}