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.
 
 
 
 
 

15 lines
523 B

.propertyrm #indeterminate
{
background-image: resource("Builtin Skins/LightSkin/Images/TextField.png");
}
.propertyrm .unity-toggle.indeterminate {
background-image: resource("Builtin Skins/LightSkin/Images/toggle mixed.png");
}
.propertyrm .unity-toggle.indeterminate:hover:active {
background-image: resource("Builtin Skins/LightSkin/Images/toggle mixed act.png");
}
.propertyrm .unity-toggle.indeterminate:focus {
background-image: resource("Builtin Skins/LightSkin/Images/toggle mixed focus.png");
}