jQuery UI Widgets Forums Navigation Tabs Integration with jqx tab and border radius

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 8 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • Richard Chu
    Participant

    Hi,

    I met a issue that if I customize css border radius attribute for class jqx-rc-t, tabs will go into the second rows with a lot of tabs added.

    img

    css code:
    .jqx-rc-t{
    -moz-border-radius-topleft:15px;
    -webkit-border-top-left-radius:15px;
    border-top-left-radius:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-right-radius:15px;
    border-top-right-radius:15px
    }

    Could you please take a look at it?
    Thanks.

    Best Regards,
    Richard


    Dimitar
    Participant

    Hi Richard,

    We were not able to reproduce such an issue. Could you, please, share a jsEditor example that shows the described behaviour? Please make sure you are using the latest version of jQWidgets (4.0.0), too.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.