You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
879 B

/**********************************************************************************************************************/
/* RigToolbar */
/**********************************************************************************************************************/
#CopyRigImage {
background-image: url("../EditorIcons/Light/Copy.png");
}
#PasteRigImage {
background-image: url("../EditorIcons/Light/Paste.png");
}
.Dark #CopyRigImage {
background-image: url("../EditorIcons/Dark/d_Copy.png");
}
.Dark #PasteRigImage {
background-image: url("../EditorIcons/Dark/d_Paste.png");
}
.Checked #CopyRigImage{
background-image: url("../EditorIcons/Selected/Copy.png");
}
.Checked #PasteRigImage {
background-image: url("../EditorIcons/Selected/Paste.png");
}