Hi, I am using colorbox in my web application. I wonder if I can change the border color of my color window. I looked at the code and see that there is an attribute
#cboxMiddleLeft:background: url("images/controls.png") repeat-y scroll left top transparent;
and when I go to the folder with images in the color field, I see the image controls.png for the left and right borders of the color field and the property
#cboxBottomCenter: background: url("images/border.png") repeat-x scroll 0 -29px transparent;
for the upper and lower borders of the color scale. Both images are in dark grey color .
Now I want to ask that if I want to change the border of a color field, should I put color.png and border.png in this specific color? Can I get these images in all colors? Because it is difficult to create the same images in all colors.
The color of my web application changes in many colors, and I want to show borders with respect to these colors. What is the best approach for this? Is there any automated way to do this? I searched, but could not get anything.
Hi
source share