mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Added powered by
This commit is contained in:
parent
d68ab260ac
commit
300cee0b6e
10 changed files with 32 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue