The layout is using:
.dotted_outline_blue {
border: 1px dotted <actinic:variable name="Palette2" />;
padding: 8px;
}
I changed dotted to solid and the now the lines are solid. How do I change the color of the border for this??
Thanks!!
.dotted_outline_blue {
border: 1px dotted <actinic:variable name="Palette2" />;
padding: 8px;
}
I changed dotted to solid and the now the lines are solid. How do I change the color of the border for this??
Thanks!!
Comment