Skip to content

Commit

Permalink
Fixes #946 - navbar custom color not working in FF
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 24, 2015
1 parent fbb55c1 commit eaf077f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/backend/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- Basic Page Needs
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<title>
@section('title')
Expand Down Expand Up @@ -81,6 +81,8 @@
background-color: {{{ Setting::getSettings()->header_color }}};
background: -webkit-linear-gradient(top, {{{ Setting::getSettings()->header_color }}} 0%,{{{ Setting::getSettings()->header_color }}} 100%);
border-color: {{{ Setting::getSettings()->header_color }}};
background-image: -moz-linear-gradient(top, {{{ Setting::getSettings()->header_color }}}, {{{ Setting::getSettings()->header_color }}});
}
@endif
Expand Down

0 comments on commit eaf077f

Please sign in to comment.