File Manager

Path: /var/softaculous/sitepad/editor/site-data/plugins/documentor/assets/admin/css/

Viewing File: admin.css

.documentor-multiselect-wrapper{
position: relative;
max-width: 300px;
}

.documentor-dropdown-trigger{
border: 1px solid #8c8f94;
padding: 5px 10px;
background: #fff; 
cursor: pointer;
display: flex; 
justify-content: space-between; 
align-items: center;
}

.documentor-dropdown-options{
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
border: 1px solid #8c8f94;
border-top: none;
z-index: 100;
max-height: 200px;
overflow-y: auto;
padding: 5px;
}

.documentor-dropdown-options label{
display: block; 
margin-bottom: 5px;
}

.documentor-dropdown-options p{
padding: 5px; 
color: #666;
}

.form-field.term-parent-wrap{
display: none;
}

select#newdocs_hub_parent{
display: none !important;
}

label[for="newdocs_hub_parent"]{
display: none !important;
}

.documentor-hub-filters{
margin-top: 20px;
}

.hub-filter-btn{
margin-left: 5px;
}