129 lines
2.4 KiB
Plaintext
129 lines
2.4 KiB
Plaintext
#cs-left {
|
|
padding-right: 2px;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
#cs-left #unity-content {
|
|
margin-top: 0;
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
#cs-left Toggle {
|
|
margin-top: 2px;
|
|
margin-right: 2px;
|
|
margin-bottom: 2px;
|
|
margin-left: 2px;
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
#cs-left Foldout Toggle {
|
|
padding-left: 0;
|
|
}
|
|
|
|
#cs-left Foldout Foldout Toggle {
|
|
padding-left: 6px;
|
|
}
|
|
|
|
#cs-left Foldout Foldout Foldout Toggle {
|
|
padding-left: 12px;
|
|
}
|
|
|
|
#cs-left Foldout Foldout Foldout Foldout Toggle {
|
|
padding-left: 18px;
|
|
}
|
|
|
|
#cs-left Foldout Foldout Foldout Foldout Foldout Toggle {
|
|
padding-left: 24px;
|
|
}
|
|
|
|
#cs-left Foldout Foldout Foldout Foldout Foldout Foldout Toggle {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
Foldout.selectable > Toggle:hover {
|
|
background-color: rgba(255, 255, 255, 0.04);
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
|
|
Foldout.selected > Toggle {
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
background-color: rgba(255, 255, 255, 0.14);
|
|
-unity-font-style: bold;
|
|
}
|
|
|
|
Foldout.empty > Toggle #unity-checkmark {
|
|
visibility: hidden;
|
|
}
|
|
|
|
#cs-right {
|
|
}
|
|
|
|
#cs-right #cs-settings-object {
|
|
padding-top: 5px;
|
|
padding-right: 5px;
|
|
padding-bottom: 5px;
|
|
padding-left: 5px;
|
|
background-color: rgba(255, 255, 255, 0.12);
|
|
margin-top: 0;
|
|
margin-right: 0;
|
|
margin-bottom: 5px;
|
|
margin-left: 0;
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
|
|
#cs-right #cs-settings-inspector #unity-input-m_Script {
|
|
display: none;
|
|
}
|
|
|
|
#cs-error {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
background-color: var(--unity-colors-window-background);
|
|
display: none;
|
|
}
|
|
|
|
#cs-error > Label {
|
|
width: 100%;
|
|
font-size: 24px;
|
|
-unity-font-style: bold;
|
|
-unity-text-align: middle-center;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#cs-error > .cs-error-block {
|
|
width: 50%;
|
|
}
|
|
|
|
#cs-error > .cs-error-block > HelpBox {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
#cs-error > .cs-error-block > Button {
|
|
}
|
|
|
|
#cs-missing {
|
|
display: none;
|
|
}
|
|
|
|
#cs-missing HelpBox {
|
|
flex-grow: 1;
|
|
}
|