Aktueller Stand

This commit is contained in:
2026-01-13 13:46:36 +01:00
parent 9675e73406
commit b3ca39ddc2
4 changed files with 276 additions and 78 deletions

View File

@@ -283,24 +283,23 @@
.automation-view .auto-table .sort-indicator {
display: inline-block;
margin-left: 6px;
width: 10px;
height: 10px;
border: 5px solid transparent;
border-bottom: 0;
border-left: 0;
transform: rotate(45deg);
opacity: 0.25;
width: 18px;
height: 18px;
background-color: var(--automation-muted);
-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='black' d='M4 6l4 4 4-4z'/></svg>") no-repeat center / contain;
mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='black' d='M4 6l4 4 4-4z'/></svg>") no-repeat center / contain;
opacity: 0.35;
}
.automation-view .auto-table th.sort-asc .sort-indicator {
border-top: 6px solid var(--automation-accent-2);
transform: rotate(225deg);
background-color: var(--automation-accent-2);
transform: rotate(180deg);
opacity: 0.9;
}
.automation-view .auto-table th.sort-desc .sort-indicator {
border-top: 6px solid var(--automation-accent-2);
transform: rotate(45deg);
background-color: var(--automation-accent-2);
transform: rotate(0deg);
opacity: 0.9;
}