mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Improve dev status
This commit is contained in:
parent
e61a9e24bf
commit
083c13b599
@ -6,7 +6,11 @@
|
|||||||
@if (Utils::isNinjaDev())
|
@if (Utils::isNinjaDev())
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.nav-footer {
|
.nav-footer {
|
||||||
background-color: #00FF00 !important;
|
@if (config('mail.driver') == 'log')
|
||||||
|
background-color: #50C878 !important;
|
||||||
|
@else
|
||||||
|
background-color: #FD6A02 !important;
|
||||||
|
@endif
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user