Hello we have a small issue with the css of the fields in Servoy Version 3.5.9
I have a difference in the border-width between HTML_AREA and TEXT FIELD.
They are the same css class but for the left one HTML_AREA the borders is thicker.
the left one is HTML_AREA and the right one is TEXT FIELD
and here is the css code
field
{
color: #000000;
background-color:#FFFFFF;
margin: 0px 0px 0px 2px;
border-style: solid;
border-width: 1px 0px 0px 1px;
border-color: #999999 #ffffff #ffffff #999999;
}
and for class in use:
field.table_test
{
border-color: #AAAAAA;
border-width: 1px 1px 1px 1px;
}
-
Could anybody please tell me why this difference of border-width between HTML_AREA and TEXT FIELD appears ?
-
Somebody knows a fix for this problem?
Thank you very much !