| 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/public_html/lrsys_apps/school/assets/less/neon-less/ |
Upload File : |
.language-selector {
@border_radius: 3px;
margin-top: -7px;
> .dropdown-toggle {
display: inline-block;
//background: @hover_bg;
padding: 7px 12px;
.rounded;
img {
display: inline-block;
line-height: 1;
}
}
&.open > .dropdown-toggle {
background: @hover_bg;
}
.dropdown-menu {
background: @hover_bg;
border: none;
margin: 0;
padding: 0;
width: 200px;
overflow: hidden;
.border-radius(0 @border_radius @border_radius @border_radius);
&.pull-right {
.border-radius(@border_radius 0 @border_radius @border_radius);
margin-right: 5px;
}
> li {
border-bottom: 1px solid @default;
a {
margin: 0;
display: block;
.border-radius(0);
padding: 10px 20px;
color: lighten(@text_color_light, 10%);
.transall;
img {
margin-right: 5px;
}
&:hover {
background: fade(@default, 40%);
}
}
&:last-child {
border-bottom: 0;
}
&.active {
a {
background: fade(@default, 90%);
color: @text_color_light;
}
}
}
}
&.open {
> .dropdown-toggle {
.border-radius(@border_radius @border_radius 0 0);
}
}
}