From 7f7d2c512d2561123c6971e6120ad28681b1526f Mon Sep 17 00:00:00 2001 From: team 1 Date: Sat, 4 Apr 2026 20:26:20 +0200 Subject: [PATCH] new styles --- public/assets/styles/base.css | 16 ++++++- templates/admin/ingest_profile/list.html.twig | 43 +++++++++---------- templates/admin/tag/index.html.twig | 25 ++++++----- 3 files changed, 48 insertions(+), 36 deletions(-) diff --git a/public/assets/styles/base.css b/public/assets/styles/base.css index 208f048..e1775cb 100644 --- a/public/assets/styles/base.css +++ b/public/assets/styles/base.css @@ -250,7 +250,7 @@ body { } .bg-dark { - background-color: #101823 !important; + background-color: #121a25 !important; } .bg-info { --bs-bg-opacity: 1; @@ -305,6 +305,20 @@ body { color: var(--bs-table-color); border-color: var(--bs-table-border-color); } +.table-secondary { + --bs-table-color: #000; + --bs-table-bg: #86b7fe; + --bs-table-border-color: #b5b6b7; + --bs-table-striped-bg: #d7d8da; + --bs-table-striped-color: #000; + --bs-table-active-bg: #cbccce; + --bs-table-active-color: #000; + --bs-table-hover-bg: #d1d2d4; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + .list-group-item.bg-black, .list-group-item.bg-dark { diff --git a/templates/admin/ingest_profile/list.html.twig b/templates/admin/ingest_profile/list.html.twig index 89053a9..d8c99f3 100644 --- a/templates/admin/ingest_profile/list.html.twig +++ b/templates/admin/ingest_profile/list.html.twig @@ -11,6 +11,27 @@ Neues Profil anlegen + {# ============================= #} + {# Strukturstatus Alert #} + {# ============================= #} + + {% if structureMismatch %} +
+
+ Strukturabweichung erkannt. + Die aktuelle Indexstruktur entspricht nicht dem aktiven Profil. + Eine globale Neuindizierung ist erforderlich oder Sie haben kein indexiertes Dokument im System. +
+ + Global Reindex starten + +
+ {% else %} +
+ Die Indexstruktur entspricht dem aktiven Profil. +
+ {% endif %} {# ========================================================= #} {# PROFIL SYSTEM DESCRIPTION #} @@ -54,28 +75,6 @@ - {# ============================= #} - {# Strukturstatus Alert #} - {# ============================= #} - - {% if structureMismatch %} -
-
- Strukturabweichung erkannt. - Die aktuelle Indexstruktur entspricht nicht dem aktiven Profil. - Eine globale Neuindizierung ist erforderlich oder Sie haben kein indexiertes Dokument im System. -
- - Global Reindex starten - -
- {% else %} -
- Die Indexstruktur entspricht dem aktiven Profil. -
- {% endif %} - {# ============================= #} {# Profile Tabelle #} {# ============================= #} diff --git a/templates/admin/tag/index.html.twig b/templates/admin/tag/index.html.twig index 7299463..46e1264 100644 --- a/templates/admin/tag/index.html.twig +++ b/templates/admin/tag/index.html.twig @@ -8,6 +8,17 @@

Tag-Management

+ {# ========================================================= #} + {# LIVE REBUILD STATUS (SSE) #} + {# ========================================================= #} + +
+ {% if latestJob %} +
+ Status wird geladen… +
+ {% endif %} +
{# ========================================================= #} {# TAG SYSTEM DESCRIPTION #} {# ========================================================= #} @@ -65,18 +76,6 @@ - {# ========================================================= #} - {# LIVE REBUILD STATUS (SSE) #} - {# ========================================================= #} - -
- {% if latestJob %} -
- Status wird geladen… -
- {% endif %} -
-