jQuery UI Widgets › Forums › General Discussions › ListBox feedback font size
Tagged: drag, draggable, element, item, jqxListBox, jqxtree, ListBox, Tree, Tree View
This topic contains 2 replies, has 2 voices, and was last updated by brojgar 9 years ago.
When dragging items in ListBox (or Tree) the font of the feedback element gets bigger. I can’t find the way to keep font size in feedback the same as in the original. How can I control the appearance of the feedback element in ListBox? i.
Hello brojgar,
You can “fix” this with CSS adjustments. Here is an example for jqxListBox: https://www.jseditor.io/?key=listbox-feedback-font-size. The solution for jqxTree is:
.jqx-tree-item.jqx-draggable { font-family: Verdana, Arial, sans-serif; font-size: 13px; }
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
Thank you! That solved my problem. Regards, i.
You must be logged in to reply to this topic.