1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Change bottom left bgcolor in light mode

This commit is contained in:
Hillel Coren 2017-07-30 20:32:44 +03:00
parent 72a77bdcec
commit 3850cffd58
3 changed files with 11 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -191,12 +191,20 @@
left:0;
right:0;
text-align:left;
background-color:#000;
width:100%;
min-width:250px;
}
.sidebar-nav-dark li div.nav-footer {
background-color: #000;
border-top-style: solid;
}
.sidebar-nav-light li div.nav-footer {
background-color: #777;
border-top-style: inset;;
}
.sidebar-nav li div.nav-footer i {
color:#ccc !important;
}