| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/team/assets/less/neon-less/ |
Upload File : |
.ms-container {
.clearfix;
.ms-selectable,
.ms-selection {
display: block;
background: @hover_bg;
}
// Left side
.ms-selectable {
position: relative;
float: left;
margin-right: 25px;
&:after {
content: '\e120';
font-family: "Glyphicons Halflings";
display: block;
position: absolute;
right: -19px;
color: @main_color;
font-size: 15px;
top: 50%;
margin-top: -8px;
}
}
// Right side
.ms-selection {
float: left;
}
// List
.ms-list {
display: block;
list-style: none;
padding: 0;
margin: 0;
width: 150px;
height: 150px;
outline: none;
border: 1px solid @default;
overflow: auto;
.custom-scrollbar();
> li {
border-bottom: 1px solid @default;
.transall;
&:hover {
background: @main_color;
color: #fff;
}
span {
display: block;
display: block;
padding: 4px 8px;
cursor: pointer;
.text-overflow();
}
&:last-child {
border-bottom: 0;
}
}
}
}