Is there some way to get the rounded corners to apply to borders as well as the background? Thanks.

Comments

adam_b’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev

Updating this... also there's no mention in any of the documentation that the module makes borders disappear.

Andrew Schulman’s picture

subscribing

fred0’s picture

See this page under the section called Adornment:
http://www.malsup.com/jquery/corner/

I used the first example with success.
$(this).corner("round 8px").parent().css('padding', '4px').corner("round 10px")

fred0’s picture

I should also note that I updated the jquery.coner.js file in the module to the latest (v2.01) that is linked from that page as well.

minus’s picture

youre my hero of the day fred0 :-)

ron williams’s picture

Status: Active » Closed (fixed)

The 2.x version of the module now uses the latest version of jquery corner.