jQWidgets Forums

jQuery UI Widgets Forums Angular jqxNumberInput

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

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

    fab.silvereye
    Participant

    How can I change jqxNumberInput font size? I ‘ve tried to change style in scss local file but it not works.

    .jqx-input-material input, input[type=”text”].jqx-input-material, input[type=”password”].jqx-input-material, input[type=”text”].jqx-widget-content-material, input[type=”textarea”].jqx-widget-content-material, textarea.jqx-input-material {
    font-size: 50px !important;
    font-weight: bold !important;
    resize: none;
    background: #fff;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    border-bottom: 0px none !important;
    }

    jqxNumberInput #108086

    Martin
    Participant

    Hello fab.silvereye,

    You could use the .jqx-numberinput input css selector.
    Please, take a look at the following Example.

    Best Regards,
    Martin

    jQWidgets Team
    https://www.jqwidgets.com/

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

You must be logged in to reply to this topic.