WeightPainterPanelStyle.uss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /**********************************************************************************************************************/
  2. /* WeightPainterPanel */
  3. /**********************************************************************************************************************/
  4. #WeightPainterPanel.BrushMode {
  5. height: 165px;
  6. }
  7. #WeightPainterPanel.SliderMode {
  8. height: 230px;
  9. }
  10. #WeightPainterPanel.BrushMode #Amount.form-row {
  11. display: none;
  12. }
  13. #WeightPainterPanel.SliderMode #Size.form-row,
  14. #WeightPainterPanel.SliderMode #Hardness.form-row,
  15. #WeightPainterPanel.SliderMode #Step.form-row {
  16. display: none;
  17. }
  18. #WeightsInspector{
  19. flex : 1;
  20. margin-left : 4px;
  21. margin-right : 4px;
  22. }
  23. .BrushMode #WeightsInspector{
  24. display: none;
  25. margin-left : 0;
  26. margin-right : 0;
  27. flex : 0;
  28. }
  29. #divider{
  30. height : 2px;
  31. margin-top:5px;
  32. margin-bottom:5px;
  33. background-color: rgba(127,127,127,0.8);
  34. border-color: rgba(35,35,35,0.8);
  35. }
  36. .Dark #divider{
  37. background-color: rgba(85,85,85,0.8);
  38. border-color: rgba(35,35,35,0.8);
  39. }
  40. .SliderMode #divider{
  41. height : 2px;
  42. }
  43. .BrushMode #divider{
  44. display: none;
  45. margin-top:0;
  46. margin-bottom:0;
  47. }