PO/Library/PackageCache/com.unity.2d.animation@5.0.7/Editor/Assets/SkinningModule/WeightPainterPanelStyle.uss

60 lines
1.2 KiB
Plaintext

/**********************************************************************************************************************/
/* WeightPainterPanel */
/**********************************************************************************************************************/
#WeightPainterPanel.BrushMode {
height: 165px;
}
#WeightPainterPanel.SliderMode {
height: 230px;
}
#WeightPainterPanel.BrushMode #Amount.form-row {
display: none;
}
#WeightPainterPanel.SliderMode #Size.form-row,
#WeightPainterPanel.SliderMode #Hardness.form-row,
#WeightPainterPanel.SliderMode #Step.form-row {
display: none;
}
#WeightsInspector{
flex : 1;
margin-left : 4px;
margin-right : 4px;
}
.BrushMode #WeightsInspector{
display: none;
margin-left : 0;
margin-right : 0;
flex : 0;
}
#divider{
height : 2px;
margin-top:5px;
margin-bottom:5px;
background-color: rgba(127,127,127,0.8);
border-color: rgba(35,35,35,0.8);
}
.Dark #divider{
background-color: rgba(85,85,85,0.8);
border-color: rgba(35,35,35,0.8);
}
.SliderMode #divider{
height : 2px;
}
.BrushMode #divider{
display: none;
margin-top:0;
margin-bottom:0;
}