| Server IP : 60.247.133.247 / Your IP : 216.73.217.108 Web Server : Apache System : Linux ebs-119054 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 User : goodwill ( 65985) PHP Version : 8.2.20 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/goodwill/wwwroot/wp-content/plugins/js_composer/assets/less/params/ |
Upload File : |
/* Auto suggestion in Loop builder **/
.vc_loop-info {
position: relative;
top: 8px;
margin-top: 5px;
}
.loop_params_holder {
border: 1px solid #dfdfdf;
padding: 10px;
margin-top: 10px;
background: #f5f5f5 url(../vc/rowbg.png);
position: relative;
&:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
top: -8px;
left: 20px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #dfdfdf;
}
.vc_row-fluid {
border-bottom-color: #cccccc;
}
}
.vc_suggest-field {
clear: both;
.vc_suggester {
margin: 0;
background: #ffffff;
border: 1px solid #dfdfdf;
border-radius: 3px;
padding: 2px;
cursor: text;
min-height: 24px;
li {
margin-bottom: 0px;
float: left;
&.exclude {
background: #f2dede;
color: #b94a48;
border: 1px solid #eed3d7;
&:after {
content: "-";
display: block;
position: absolute;
width: 5px;
height: 5px;
left: 3px;
font-weight: bold;
top: 1px;
}
}
&.include {
background: #dff0d8;
color: #468847;
border: 1px solid #d6e9c6;
&:after {
content: "+";
display: block;
position: absolute;
width: 5px;
height: 5px;
left: 3px;
font-weight: bold;
top: 2px;
}
}
&.vc_suggest-label {
border-radius: 2px;
padding: 0 0 0 8px;
margin: 2px;
position: relative;
cursor: pointer;
.label {
display: inline-block;
line-height: 18px;
font-size: 11px;
padding: 0 6px 0 5px;
}
.remove {
color: #999999;
display: block;
cursor: pointer;
position: absolute;
top: -5px;
right: -3px;
width: 9px;
height: 9px;
background: #F7F7F7;
line-height: 9px;
font-size: 12px;
text-align: center;
&:hover {
color: red;
}
}
}
&.input {
width: 100%;
padding: 0 3px;
box-sizing: border-box;
input {
width: 100%;
border: 0;
padding: 5px 0px;
margin: 0px;
&:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
}
}
&.clear {
clear: both;
float: none;
}
}
}
}
// Fix for bootstrap modal and autocomplete z-index
.vc_ui-front {
z-index: 100052 !important;
}