@@ -1,6 +1,6 @@
@if($showHeader)
<div class="box-header with-border">
- <h3 class="box-title text-80 bold" style="line-height:30px">{!! $form->title() !!}</h3>
+ <h3 class="box-title" style="line-height:30px">{!! $form->title() !!}</h3>
<div class="pull-right">{!! $form->renderTools() !!}</div>
</div>
@endif
@if($title || $tools)
- <h3 class="box-title text-80 bold" style="line-height:30px;">{!! $title !!}</h3>
+ <h3 class="box-title" style="line-height:30px;">{!! $title !!}</h3>
<div class="pull-right">{!! $tools !!}</div>
@@ -108,7 +108,7 @@ class Admin
*
* @return string|void
*/
- public function favicon($favicon = null)
+ public static function favicon($favicon = null)
{
if (is_null($favicon)) {
return static::$favicon;
@@ -765,8 +765,6 @@ EOF;
return $wrapper($view);
}
- $style = $this->isCreating() ? 'success' : 'default';
-
return "<div class='card material'>{$view->render()}</div>";