Page 1 of 1

Servoy 6.1 Border Type Default in Smartclient

PostPosted: Wed Sep 19, 2012 5:54 pm
by stefanoni
In Servoy 6.0.6 the Default Border Type in Smartclient looks like this
Print_Screen_01063.jpg
Print_Screen_01063.jpg (5.71 KiB) Viewed 3727 times


In Servoy 6.1.0 the Default Border Type in Smartclient looks like this
Print_Screen_01064.jpg
Print_Screen_01064.jpg (4.98 KiB) Viewed 3727 times


In both cases the Style css is:

Code: Select all
button
{
   background-color: #e9eded;
   color: #4b4b25;
   font: bold 11pt Verdana;
   border-width: 1px
}


Where is the "Default" comming from, if the css doesn't contain any Border Style

Ist this expected that it appears different in the new Servoy ?

Thank you for an suggestions

Re: Servoy 6.1 Border Type Default in Smartclient

PostPosted: Wed Sep 26, 2012 11:52 am
by stefanoni
can somebody please give me a feedback, why this question could be unanswered ?
abstruse question :oops:

Re: Servoy 6.1 Border Type Default in Smartclient

PostPosted: Wed Sep 26, 2012 1:38 pm
by ngervasi
The default border type comes from the system look&feel, try to remove "border-width: 1px" from your stylesheet, you should get the default border back.

Re: Servoy 6.1 Border Type Default in Smartclient

PostPosted: Fri Sep 28, 2012 10:34 am
by stefanoni
Great, It works.

Thanks a lot !