ID:132695
 
Well, I was working on a skin today, when I noticed that we did not have an option to change the outline color of a label/input/output (I only used those).

So I was wondering, is it possible to maybe add a option to change the color of the outline if chosen to give it a line border.

-- Qubic
Try changing it with CSS, maybe.
In response to Jeff8500
Is it possible to change skin item's with CSS, if so mind explaining how?
In response to Qubic
I don't really know much about it, though it involves changing the style param. I guess you would just use the default BODY {blah: "blah";} setup, though. Keep in mind I'm not sure, though, and that I never used it (try a forum search).
In response to Jeff8500
According to the skin reference, only outputs and grids have a style param, so this might work for output controls, but I'm pretty sure there is no way to style other controls in a window with CSS.
In response to Nickr5
Oh, I never noticed that labels, buttons, etc. didn't have a style param. Regardless, I support this feature.
Just put another label behind the first which is 1px (or more) larger than the one on top and change the color to whatever border you want.



I could misunderstand the problem... I agree that having optional borders with custom px widths would be nice.

ts