Added powered by

This commit is contained in:
RainLoop Team 2014-10-21 21:49:42 +04:00
parent d68ab260ac
commit 300cee0b6e
10 changed files with 32 additions and 0 deletions

View file

@ -71,6 +71,16 @@
}
}
.thm-powered {
color: @powered-color;
a {
color: @powered-color;
&:hover {
color: lighten(@powered-color, 20%);
}
}
}
.g-ui-menu {
color: @dropdown-menu-color !important;
background-color: @dropdown-menu-background-color !important;

View file

@ -18,6 +18,7 @@
@login-border-radius: 7px;
@login-gradient-start: none; // #f4f4f4
@login-gradient-end: none; // #dfdfdf
@powered-color: #333;
// MENU
@dropdown-menu-color: #333;