17 lines
677 B
Plaintext
17 lines
677 B
Plaintext
ElementInspector {
|
|
--image-linear-tangent-mode: url("../Resources/Icons/d_Tangent_Linear.png");
|
|
--image-auto-smooth-tangent-mode: url("../Resources/Icons/d_AutoSmoothKnot.png");
|
|
--image-bezier-tangent-mode: url("../Resources/Icons/d_Tangent_Continuous.png");
|
|
--image-linear-tangent-mode-on: url("../Resources/Icons/d_Tangent_Linear On.png");
|
|
--image-auto-smooth-tangent-mode-on: url("../Resources/Icons/d_AutoSmoothKnot On.png");
|
|
--image-bezier-tangent-mode-on: url("../Resources/Icons/d_Tangent_Continuous On.png");
|
|
}
|
|
|
|
#PositionIcon {
|
|
background-image: resource("Icons/d_MoveTool on.png");
|
|
}
|
|
|
|
#RotationIcon {
|
|
background-image: resource("Icons/d_RotateTool On.png");
|
|
}
|