jQuery UI Widgets Forums Getting Started control css in jqxNumberInput

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • control css in jqxNumberInput #100968

    devsim
    Participant

    Hello
    English isn’t my own language. so plesase understand my english skill.
    I’m use jqxWidget and use the jqxnumber input

    I’m use specific css. but jqxwidget create jqx’s css

    element.style {
    border: > 0px none;
    padding: > 4px 0px;
    text-align: right;
    height: 17px;
    width: 298px;
    }

    so how can i change css ?
    you can see the screen-shot here : https://blog.naver.com/bhsim86/221317476204
    if you see the screen-shot please tell me

    Best Regards,
    DevSim

    South Korean Junior Developer
    http://devesim.tistory.com/

    control css in jqxNumberInput #100974

    Martin
    Participant

    Hello DevSim,

    Yes, jqwidgets uses jqx’s css.
    If you need to override some of the build-in css properties you should use the !important rule.

    In your case, it would be:

    .box-detail input {
                display: block;
                border: 1px solid #e7e7e7 !important;
                height: 25px !important;
                box-sizing: border-box;
                padding: 0 5px !important;
            }

    Best Regards,
    Martin

    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.