196
Views
2
Comments
CSS of input widget in table record widget
Question

Hi 

How to make the css of input widget totally take place in the table record cell like this in customized theme?

The process of above photo is totally worked in the base theme, but when  i changed the theme it happen like this.There is a little space between the input widget and the table record cell.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~The other information,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>Outsystems version11.

>table record widget with "Editable" style classes.

>I put this in the Css , it does not work yet .

input, textarea.input, .select {
    background-color: var(--color-neutral-0);
    border-radius: var(--border-radius-soft);
    border: var(--border-size-s) solid var(--color-neutral-5);
    color: var(--color-neutral-9);
    font-size: var(--font-size-s);
    transition: all 180ms linear;
}

>


 >


Thank you in ahead,

EI

2024-02-16 07-43-18
Amit Verma

EiMon WinAung wrote:

Hi 

How to make the css of input widget totally take place in the table record cell like this in customized theme?

The process of above photo is totally worked in the base theme, but when  i changed the theme it happen like this.There is a little space between the input widget and the table record cell.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~The other information,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>Outsystems version11.

>table record widget with "Editable" style classes.

>I put this in the Css , it does not work yet .

input, textarea.input, .select {
    background-color: var(--color-neutral-0);
    border-radius: var(--border-radius-soft);
    border: var(--border-size-s) solid var(--color-neutral-5);
    color: var(--color-neutral-9);
    font-size: var(--font-size-s);
    transition: all 180ms linear;
}

>


 >


Thank you in ahead,

EI

Hi EiMon,

Can you please share your sample OML file, i will look into it.

Thanks,

Amit


2018-10-04 11-30-51
glenn michiels

Hi EiMon,

At first glance the issue seems to be caused by margins or padding. 

Could you provide an oml?

Kind regards,
Glenn

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.