cfwindow header border-color
I seem to be having difficulty changing the border color of the header of a cfwindow. No matter what attribute I set the left and right border of the header will not change to the color I want. I want the header to be all black but I still get a gray line on the left and right side. My code looks like this:
headerstyle="background-color:##000000;font-family:Arial; font-size:13px;color;border-left:##000000;border-right:##000000"
Why won't the sides of the header turn black?