23 lines
No EOL
470 B
Text
23 lines
No EOL
470 B
Text
#Linear {
|
|
background-image: url("../Resources/Icons/Tangent_Linear.png");
|
|
}
|
|
|
|
#Continuous {
|
|
background-image: url("../Resources/Icons/Tangent_Continuous.png");
|
|
}
|
|
|
|
#Mirrored {
|
|
background-image: url("../Resources/Icons/Tangent_Mirrored.png");
|
|
}
|
|
|
|
#Broken {
|
|
background-image: url("../Resources/Icons/Tangent_Broken.png");
|
|
}
|
|
|
|
#PositionIcon {
|
|
background-image: resource("Icons/MoveTool on.png");
|
|
}
|
|
|
|
#RotationIcon {
|
|
background-image: resource("Icons/RotateTool On.png");
|
|
} |