Merge branch 'feature/fixed-kanban-filter' into dev
Build Docker Image / Docker-Build (push) Successful in 1h3m6s
Build Docker Image / Clean-Registry (push) Successful in 6s

This commit is contained in:
2026-09-01 15:25:56 +02:00
6 changed files with 29 additions and 8 deletions
@@ -130,6 +130,10 @@ tr:hover .taglist .tag button {
background-color: #d3ff00; background-color: #d3ff00;
} }
.kanban .filter{
background: rgba(0,0,0,0.7);
}
.position_selector{ .position_selector{
background-color: rgba(0,0,0,0.7); background-color: rgba(0,0,0,0.7);
backdrop-filter: blur(3px); backdrop-filter: blur(3px);
+6 -3
View File
@@ -15,9 +15,10 @@ body {
background-position: 98% 70px; background-position: 98% 70px;
background-attachment: fixed; background-attachment: fixed;
} }
.code,
code { code {
font-size: 16px; font-size: 16px;
font-family: monospace;
} }
fieldset { fieldset {
@@ -228,9 +229,11 @@ textarea{
} }
.kanban .filter{ .kanban .filter{
position: absolute; position: fixed;
top: 60px; top: 84px;
right: 20px; right: 20px;
padding: 5px;
z-index: 100;
} }
.kanban.description{ .kanban.description{
@@ -141,6 +141,10 @@ code,
background-color: #d3ff00; background-color: #d3ff00;
} }
.kanban .filter{
background: rgba(0,0,0,0.7);
}
.position_selector{ .position_selector{
background-color: rgba(0,0,0,0.7); background-color: rgba(0,0,0,0.7);
backdrop-filter: blur(3px); backdrop-filter: blur(3px);
+4 -2
View File
@@ -322,9 +322,11 @@ textarea{
} }
.kanban .filter{ .kanban .filter{
position: absolute; position: fixed;
top: 60px; top: 84px;
right: 20px; right: 20px;
padding: 5px;
z-index: 100;
} }
.kanban.description{ .kanban.description{
@@ -68,6 +68,7 @@ tr:hover .taglist .tag button {
color: black; color: black;
} }
code,
.code{ .code{
color: black; color: black;
} }
@@ -119,6 +120,10 @@ tr:hover .taglist .tag button {
background-color: #d3ff00; background-color: #d3ff00;
} }
.kanban .filter{
background: rgba(255,255,255,0.7);
}
.position_selector{ .position_selector{
background-color: rgba(0,0,0,0.7); background-color: rgba(0,0,0,0.7);
backdrop-filter: blur(3px); backdrop-filter: blur(3px);
+6 -3
View File
@@ -15,9 +15,10 @@ body {
background-position: 98% 70px; background-position: 98% 70px;
background-attachment: fixed; background-attachment: fixed;
} }
.code,
code { code {
font-size: 16px; font-size: 16px;
font-family: monospace;
} }
fieldset { fieldset {
@@ -321,9 +322,11 @@ textarea{
} }
.kanban .filter{ .kanban .filter{
position: absolute; position: fixed;
top: 60px; top: 84px;
right: 20px; right: 20px;
padding: 5px;
z-index: 100;
} }
.kanban.description{ .kanban.description{