This topic contains 3 replies, has 2 voices, and was last updated by Peter Stoev 6 years ago.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Layouts › Splitter › How to prevent red color in splitter bar when min width is set
Tagged: javascript splitter, jqwidgets splitter, jqxspliiter, splitter
This topic contains 3 replies, has 2 voices, and was last updated by Peter Stoev 6 years ago.
Hi,
I have a vertical splitter between 2 panels. Min width being set for each.
$(‘#mainSplitter’).jqxSplitter({ width: 850, height: 430, orientation: ‘vertical’, panels: [{ size: 240, min: 160 }, { min: 450, size: 600 }] });
On dragging the splitter to min width, we can see a red color highlighted in the splitter bar. How can we resolve that? In the demos of jqwidgets too, I have seen this issue.
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxsplitter/defaultfunctionality.htm?dark
This issue is not noticed when min value is not set. Please help!!
Thanks,
Divya
Hi DivyaArun,
That color is defined in the jqx.base.css CSS file. You can edit it, if you wish.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi,
Can you tell me which property it is?
I tried updating here. But that doesn’t work.
.jqx-layout-resize-feedback-warning
{
border-color: #800000 !important;
background-color: red!important;
}
Divya
Hi DivyaArun,
You should search for Splitter, not for Layout when you search for Splitter related CSS.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
You must be logged in to reply to this topic.