16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
#Separator {
|
|
background-color: var(--unity-colors-inspector_titlebar-border);
|
|
width: 100%;
|
|
height: 1px;
|
|
margin-top: 6px;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
#SubAssetField .unity-object-field__selector {
|
|
display: none;
|
|
}
|
|
|
|
#SubAssetsList .unity-foldout__toggle {
|
|
margin-bottom: 2px;
|
|
}
|