Change bottom left bgcolor for ninjaDev
This commit is contained in:
parent
dadd97c769
commit
46db9604ad
1 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
@section('head_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
|
||||
|
||||
@section('head')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue