style update and fixes

This commit is contained in:
team 1
2026-05-10 18:40:51 +02:00
parent fbd8de64d0
commit e7586ea462
3 changed files with 25 additions and 10 deletions

View File

@@ -36,9 +36,11 @@ a {
color: #7a9ed1;
text-decoration: none;
}
li {
margin-bottom: .125rem;
}
a:hover {
color: #FFF;
}
@@ -95,7 +97,6 @@ input, textarea, select {
}
.message {
margin-bottom: 0;
}
@@ -298,7 +299,7 @@ button:disabled {
body {
color: #cacad5;
background: #16202F;
background: linear-gradient(180deg,rgba(10, 14, 20, 1) 0%, rgba(22, 32, 47, 1) 24%, rgba(10, 14, 20, 1) 100%);
background: linear-gradient(180deg, rgba(10, 14, 20, 1) 0%, rgba(22, 32, 47, 1) 24%, rgba(10, 14, 20, 1) 100%);
}
.bg-black {
@@ -322,7 +323,10 @@ body {
.text-info {
--bs-text-opacity: 1;
color: #86b7fe !important;
font-size: .8rem;
}
.chat .text-info {
font-size: .7rem;
}
.btn-outline-info {
@@ -699,7 +703,7 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert {
font-size: 0.7rem !important;
}
.data-retriex-action-prompt{
.data-retriex-action-prompt {
font-size: 0.7rem !important;
}

View File

@@ -128,8 +128,10 @@
<h5 class="mb-3">Bereits zugewiesene Tags</h5>
{% if document.tags is empty %}
<div class="alert alert-secondary mb-0">
Dieses Dokument hat noch keine Tags.
<div class="alert alert-warning mb-0">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-info-circle-fill" viewBox="0 0 16 16">
<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/>
</svg> Dieses Dokument hat noch keine Tags.
</div>
{% else %}
<div class="d-flex flex-wrap gap-2">
@@ -168,7 +170,9 @@
<div class="col-lg-6">
<div class="card bg-dark border-secondary h-100">
<div class="card-header bg-secondary-subtle text-dark fw-semibold">
Zugewiesene Tags
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pin-fill" viewBox="0 0 16 16">
<path d="M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A6 6 0 0 1 5 6.708V2.277a3 3 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354"/>
</svg> Zugewiesene Tags
</div>
<div class="card-body">
@@ -223,7 +227,10 @@
<div class="col-lg-6">
<div class="card bg-dark border-secondary h-100">
<div class="card-header bg-secondary-subtle text-dark fw-semibold">
Verfügbare Tags
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-tags-fill" viewBox="0 0 16 16">
<path d="M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3"/>
<path d="M1.293 7.793A1 1 0 0 1 1 7.086V2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l.043-.043z"/>
</svg> Verfügbare Tags
</div>
<div class="card-body">

View File

@@ -145,7 +145,9 @@
<div class="col-lg-6">
<div class="card bg-black border-secondary shadow-sm h-100">
<div class="card-header bg-secondary-subtle text-dark fw-semibold">
Zugewiesene Dokumente
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pin-fill" viewBox="0 0 16 16">
<path d="M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A6 6 0 0 1 5 6.708V2.277a3 3 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354"/>
</svg> Zugewiesene Dokumente
</div>
<div class="card-body p-0">
@@ -195,7 +197,9 @@
<div class="col-lg-6">
<div class="card bg-black border-secondary shadow-sm h-100">
<div class="card-header bg-secondary-subtle text-dark fw-semibold">
Verfügbare Dokumente
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-files" viewBox="0 0 16 16">
<path d="M13 0H6a2 2 0 0 0-2 2 2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2 2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m0 13V4a2 2 0 0 0-2-2H5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1M3 4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/>
</svg> Verfügbare Dokumente
</div>
<div class="card-body p-0">