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.
13 lines
333 B
13 lines
333 B
.ReorderableList > #Toolbar > #Add > #icon
|
|
{
|
|
background-image: resource("Icons/d_Toolbar Plus.png");
|
|
}
|
|
.ReorderableList > #Toolbar > #Remove > #icon
|
|
{
|
|
background-image: resource("Icons/d_Toolbar Minus.png");
|
|
}
|
|
|
|
#DraggingHandle #icon
|
|
{
|
|
background-image: resource("Builtin Skins/DarkSkin/Images/WindowBottomResize.png");
|
|
}
|