ipf-border(corner location)radius
Specifies the radius for the corner of the border at the location specified on the element.
- Format:
ipf-bordertopleftradius
(Radius) - Format:
ipf-bordertoprightradius
(Radius) - Format:
ipf-borderbottomleftradius
(Radius) - Format:
ipf-borderbottomrightradius
(Radius)Radius is defined by a tuple containing two values: [HorizontalRadius,VerticalRadius]. Using one value is also accepted, in which case that value is used for both the horizontal value and vertical value.
- Default parameter value:
0
- Not inherited
- Overrides ipf-borderradius if both are present.
- Example:
ipf-bordertoprightradius(5px), ipf-borderbottomrightradius([5px, 10px])
on the text box labels, where there is already a border: