Added language selection on login screen

This commit is contained in:
RainLoop Team 2014-10-30 03:49:07 +04:00
parent ff2cd091db
commit 28a684b7c8
10 changed files with 33 additions and 0 deletions

View file

@ -81,6 +81,14 @@
}
}
.thm-languages {
color: @languages-color;
.flag-name {
color: @languages-color;
border-bottom: 1px dashed @languages-color;
}
}
.g-ui-menu {
color: @dropdown-menu-color !important;
background-color: @dropdown-menu-background-color !important;

View file

@ -19,6 +19,7 @@
@login-gradient-start: none; // #f4f4f4
@login-gradient-end: none; // #dfdfdf
@powered-color: #333;
@languages-color: #333;
// MENU
@dropdown-menu-color: #333;