浏览代码

Transparent background for controls

/main
Peter Bay Bastian 7 年前
当前提交
2a77bb5f
共有 1 个文件被更改,包括 15 次插入15 次删除
  1. 30
      MaterialGraphProject/Assets/UnityShaderEditor/Editor/Resources/Styles/MaterialGraph.uss

30
MaterialGraphProject/Assets/UnityShaderEditor/Editor/Resources/Styles/MaterialGraph.uss


MaterialNodeView #previewContainer,
MaterialNodeView #controls {
background-color: #393939;
background-color: rgba(63, 63, 63, 0.8);
}
MaterialNodeView #controls.notEmpty {

justify-content: flex-end;
}
PortInputView > #container {
background-color: rgba(63, 63, 63, 0.8);
flex-direction: row;
align-items: center;
padding-left: 8;
margin-right: 12;
border-left-width: 1;
border-top-width: 1;
border-right-width: 1;
border-bottom-width: 1;
border-color: rgba(25, 25, 25, 0.8);
border-radius: 2;
}
PortInputView > #container > #slot {
width: 8;
height: 8;

PortInputView.typeVector1 {
edge-color: #84E4E7;
}
PortInputView > #container {
background-color: rgba(63, 63, 63, 0.8);
flex-direction: row;
align-items: center;
padding-left: 8;
margin-right: 12;
border-left-width: 1;
border-top-width: 1;
border-right-width: 1;
border-bottom-width: 1;
border-color: rgba(25, 25, 25, 0.8);
border-radius: 2;
}
TextureSlotControlView {

正在加载...
取消
保存