# wp-data-access/5.5.84/assets/css/jquery.multiselect.sortable.js.css

WP Data Access – App Builder for Tables, Forms, Charts, Maps &amp; Dashboards, version 5.5.84. 77 lines.

- Page: https://pluginprobe.com/plugins/wp-data-access/5.5.84/code/assets/css/jquery.multiselect.sortable.js.css
- Raw: https://pluginprobe.com/plugins/wp-data-access/5.5.84/raw/assets/css/jquery.multiselect.sortable.js.css
- Modified: 2026-09-16T18:01:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-data-access/5.5.84/code/assets/css/jquery.multiselect.sortable.js.css#L10-L20`.

```css
.multiselect_sortable_hide{
    position : absolute;
    top      : -9999999px;
}
.mulltiselect_sortable_content{
    float     : left;
    width     : 100%;
    max-width : 500px;
}
.selection{
    float  : left;
    width  : calc(50% - 20px);
    margin : 10px;
}
.selection .selection_title{
    float : left;
    width : 100%;
}
.selection .selection_content{
    float         : left;
    width         : 100%;
    height        : 300px;
    border        : 1px solid #eeeeee;
    border-radius : 5px;
    overflow-y    : scroll;
    overflow-x    : hidden;
    margin        : 0;
    padding       : 0;
    box-sizing    : border-box;
}
.selection .selection_content li{
    float         : left;
    width         : 100%;
    padding       : 10px;
    border-bottom : 1px solid #eeeeee;
    list-style    : none;
    box-sizing    : border-box;
}
.selection .selection_content li.disabled{
    opacity: 0.5;
    background: #f7f7f7;
    pointer-events: none;
}
.selectable{
    float  : left;
    width  : calc(50% - 20px);
    margin : 10px;
}
.selectable .selectable_title{
    float : left;
    width : 100%;
}
.selectable .selectable_content{
    float         : left;
    width         : 100%;
    height        : 300px;
    border        : 1px solid #eeeeee;
    border-radius : 5px;
    overflow-y    : scroll;
    overflow-x    : hidden;
    margin        : 0;
    padding       : 0;
    box-sizing    : border-box;
}
.selectable .selectable_content li{
    float         : left;
    width         : 100%;
    padding       : 10px;
    border-bottom : 1px solid #eeeeee;
    list-style    : none;
    box-sizing    : border-box;
}
.selectable .selectable_content li.disabled{
    opacity: 0.5;
    background: #f7f7f7;
    pointer-events: none;
}
```
