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;