23 lines
482 B
Text
23 lines
482 B
Text
|
#Linear {
|
||
|
background-image: url("../Resources/Icons/d_Tangent_Linear.png");
|
||
|
}
|
||
|
|
||
|
#Continuous {
|
||
|
background-image: url("../Resources/Icons/d_Tangent_Continuous.png");
|
||
|
}
|
||
|
|
||
|
#Mirrored {
|
||
|
background-image: url("../Resources/Icons/d_Tangent_Mirrored.png");
|
||
|
}
|
||
|
|
||
|
#Broken {
|
||
|
background-image: url("../Resources/Icons/d_Tangent_Broken.png");
|
||
|
}
|
||
|
|
||
|
#PositionIcon {
|
||
|
background-image: resource("Icons/d_MoveTool on.png");
|
||
|
}
|
||
|
|
||
|
#RotationIcon {
|
||
|
background-image: resource("Icons/d_RotateTool On.png");
|
||
|
}
|