1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Fix for dev email status

This commit is contained in:
Hillel Coren 2018-04-24 15:38:04 +03:00
parent 5c31818cc7
commit dba86306a5

View File

@ -6,7 +6,7 @@
@if (Utils::isNinjaDev())
<style type="text/css">
.nav-footer {
@if (config('mail.driver') == 'log')
@if (config('mail.driver') == 'log' && ! config('services.postmark'))
background-color: #50C878 !important;
@else
background-color: #FD6A02 !important;