Files
stas-barecky/Library/PackageCache/com.unity.2d.animation@3c53dae92956/Editor/Assets/SkinningModule/RigToolbarStyle.uss
2026-01-08 20:43:08 +05:00

27 lines
879 B
Plaintext

/**********************************************************************************************************************/
/* 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");
}