diff --git a/eveai_app/templates/interaction/edit_specialist.html b/eveai_app/templates/interaction/edit_specialist.html index f4dab2b..6a9f79f 100644 --- a/eveai_app/templates/interaction/edit_specialist.html +++ b/eveai_app/templates/interaction/edit_specialist.html @@ -15,29 +15,17 @@ {{ form.hidden_tag() }} {% set disabled_fields = ['type', 'type_version'] %} {% set exclude_fields = [] %} - - {% for field in form.get_static_fields() %} - {{ render_field(field, disabled_fields, exclude_fields) }} - {% endfor %} - - -
-
-
-
-
- Specialist Overview -
-
-
-
-
+ +
+ + {% for field in form.get_static_fields() %} + {{ render_field(field, disabled_fields, exclude_fields) }} + {% endfor %} + + +
+
+
+
+
+ Specialist Overview +
+
+
+
+
+
+
{% for collection_name, fields in form.get_dynamic_fields().items() %} @@ -420,6 +429,14 @@ document.addEventListener('DOMContentLoaded', function() { color: #344767 !important; /* Default dark color */ } +/* Style for active tabs */ +.nav-link.active { + background-color: #5e72e4 !important; /* Primary blue color */ + color: white !important; + font-weight: 600; + box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); +} + /* Style for disabled tabs */ .nav-link.disabled { opacity: 0.5; @@ -476,4 +493,3 @@ document.addEventListener('DOMContentLoaded', function() { } {% endblock %} -