ipf-border

Specifies a border around the element. The element dimensions are reduced by the space taken up by the border.

  • Format: ipf-border(BorderSpec)

    BorderSpec can be none or a tuple with: [BorderWidth, BorderStyle, BorderColor]. BorderWidth can be a pixel value. BorderStyle can be dotted, dashed, solid, double, groove, ridge, inset, or outset. BorderColor can be one of the regular color values.

  • Default parameter value: none
  • Not inherited
  • Example: ipf-border([1px, solid, #BBBBBB]) on the text box labels: