quote:
Originally posted by LuckyMe
do i have to change anithyng on definition/style files for this resource?
You only need to replace these resources within the <Replace> section to modify the animation.
quote:
Originally posted by LuckyMe
how to change the foreground color on the button i told to you
Edit the style file for the Window 947 (logonframe), adding a foreground entry:
code:
button[class="LogonOptionButton"]
{
foreground: rgb(255, 255, 255);
}
(This example should colorize the button text to white.)
Please report if this worked.