Explorar o código

Replace box-success with box-primary

This changes the border-top color of each form groups (green to blue).
Emmanuel Vella %!s(int64=10) %!d(string=hai) anos
pai
achega
e0fc79ed74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Resources/views/CRUD/base_edit_form_macro.html.twig

+ 1 - 1
Resources/views/CRUD/base_edit_form_macro.html.twig

@@ -3,7 +3,7 @@
     {% for code in groups %}
         {% set form_group = admin.formgroups[code] %}
         <div class="{{ form_group.class }}"> {# default class 'col-md-12' removed because it do not work with tabs#}
-            <div class="box box-success">
+            <div class="box box-primary">
                 <div class="box-header">
                     <h4 class="box-title">
                         {{ admin.trans(form_group.name, {}, form_group.translation_domain) }}