fields (HTML_AREA / TEXT FIELD ) issue CSS

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;
}

  1. Could anybody please tell me why this difference of border-width between HTML_AREA and TEXT FIELD appears ?

  2. Somebody knows a fix for this problem?

Thank you very much !

This is a problem in Servoy. It was reported by others too, and it is fixed by now. The fix will be available with the next release of Servoy.

gerzse:
This is a problem in Servoy. It was reported by others too, and it is fixed by now. The fix will be available with the next release of Servoy.

Ok !
Thank you very much.