You cannot 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
825 B
Plaintext
27 lines
825 B
Plaintext
|
3 years ago
|
/**********************************************************************************************************************/
|
||
|
|
/* RigToolbar */
|
||
|
|
/**********************************************************************************************************************/
|
||
|
|
|
||
|
|
#CopyRigImage {
|
||
|
|
background-image: url("Icons/Light/Copy.png");
|
||
|
|
}
|
||
|
|
|
||
|
|
#PasteRigImage {
|
||
|
|
background-image: url("Icons/Light/Paste.png");
|
||
|
|
}
|
||
|
|
|
||
|
|
.Dark #CopyRigImage {
|
||
|
|
background-image: url("Icons/Dark/d_Copy.png");
|
||
|
|
}
|
||
|
|
|
||
|
|
.Dark #PasteRigImage {
|
||
|
|
background-image: url("Icons/Dark/d_Paste.png");
|
||
|
|
}
|
||
|
|
|
||
|
|
.Checked #CopyRigImage{
|
||
|
|
background-image: url("Icons/Selected/Copy.png");
|
||
|
|
}
|
||
|
|
|
||
|
|
.Checked #PasteRigImage {
|
||
|
|
background-image: url("Icons/Selected/Paste.png");
|
||
|
|
}
|