mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change bottom left bgcolor for ninjaDev
This commit is contained in:
parent
dadd97c769
commit
46db9604ad
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
@section('head_css')
|
@section('head_css')
|
||||||
<link href="{{ asset('css/built.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
<link href="{{ asset('css/built.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
||||||
|
|
||||||
|
@if (Utils::isNinjaDev())
|
||||||
|
<style type="text/css">
|
||||||
|
.nav-footer {
|
||||||
|
background-color: #00FF00 !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@endif
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
@section('head')
|
@section('head')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user