You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

109 lines
1.5 KiB

.dropdown-button, .dropdown-arrow
{
margin: 0 0 0 0;
border-width: 0 0 0 1px;
border-radius: 0;
}
.dropdown-button
{
margin-right: 1px;
flex-direction: row !important;
}
.dropdown-arrow
{
width: 16px;
border-width: 0 1px 0 0;
}
.dropdown-separator
{
height: 10px;
width: 2px;
border-left-width: 1px;
border-color: var(--unity-colors-default-border);
opacity: 0.5;
align-self: center;
}
.dropdown-arrow > VisualElement
{
width: 15px;
height: 16px;
align-self: center;
background-image: var(--unity-icons-dropdown);
}
.separator
{
width: 6px;
}
.popup
{
padding-top: 0px;
border-width: 1px;
border-color: var(--unity-colors-dropdown-border);
}
.indented
{
padding-left: 16px;
}
.category
{
margin-left: 4px;
margin-top: 0px;
}
Box.section
{
padding: 8px 0px 8px 0px;
}
Box.alternate
{
background-color: var(--unity-colors-alternated_rows-background);
}
Button
{
border-width: 0;
border-radius: 0;
background-color: rgba(0, 0, 0, 0);
-unity-text-align: middle-left;
}
Button:hover, Toggle:hover
{
background-color: var(--unity-colors-toolbar_button-background-hover);
}
Button:disabled
{
opacity: 0.5;
}
Toggle Label
{
margin-left: 4px;
}
#resyncMaterial
{
display: none;
}
#BackButton
{
justify-content: center;
padding: 0 4px;
border-left-width: 0;
}
#BackButton:hover
{
background-color: var(--unity-colors-app_toolbar_button-background-hover);
}