EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: ClSoft on February 09, 2013, 03:53:18 PM



Title: CSS or something else?
Post by: ClSoft on February 09, 2013, 03:53:18 PM
Hi all
Entry fields and combo-box looks different (see image).
Any chance to make entry filed looks nice as combobox?
Thanks.


Title: Re: CSS or something else?
Post by: stworthy on February 10, 2013, 12:51:02 AM
The border and width style can be applied to the input boxes.
Code:
<input style="border:1px...;width:...">


Title: Re: CSS or something else?
Post by: ClSoft on February 10, 2013, 06:35:51 AM
It works, great, thanks.
I found also how to change combo...