Shoutbox

Border in logon window - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: Border in logon window (/showthread.php?tid=91281)

Border in logon window by Jeeeee on 07-01-2009 at 02:00 AM

I'm trying to figure out what line is drawing the border around the user name and passwrod on the logon window, cause I would like to change it's color!!

Thank youfor the help


RE: Border in logon window by robert_dll on 07-01-2009 at 02:14 AM

Which line? I think you are talking about the glow.

Look for:

AddBehavior=DUI::Glow(rcint("msgr",9007),rcfloat("msgr",9008),rcclr("msgr",9009),rcclr("msgr",9010))

and change it to:

AddBehavior=DUI::Glow(rcint("msgr",9007),rcfloat("msgr",9008),rgb(255,0,0),rgb(254,0,0))

Play with the rgb colors.


RE: Border in logon window by Jeeeee on 07-01-2009 at 02:22 AM

Just to be sure.. I'm talking about this one

[Image: logons.jpg]


RE: Border in logon window by robert_dll on 07-01-2009 at 02:23 AM

nothing there haha


RE: Border in logon window by ryxdp on 07-01-2009 at 11:00 AM

This line is actually an image, #4302 in the 947 window. You can change its colour, but you will need to replace the image and not just change some line in the style.

If you want to get rid of it you can simply remove the background attribute in the idUserOptionsAndProgress[Class="BorderBackground"] element for the 947 style.


RE: Border in logon window by Jeeeee on 07-01-2009 at 12:29 PM

Thank you for your help. I'll look into it!