You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop down list needs tweaking as well. For now, using:
.x-boundlist-list-ct > ul {
-webkit-padding-start: 1px;
-webkit-margin-before: 1px;
-webkit-margin-after: 1px;
-webkit-padding-end: 1px;
list-style-type: none;
}
After upgrading extjs to 4.2 version, close button disapeared.
So I patched BoxSelect.js like this.
1070c1070
< '<li class="x-boxselect-item ',
> '<li class="x-boxselect-item x-tab-default',
The text was updated successfully, but these errors were encountered: