topbar anpassungen

This commit is contained in:
2026-03-05 12:51:53 +01:00
parent c5f657c8c8
commit b2dab5bd6c
14 changed files with 494 additions and 113 deletions

View File

@@ -134,6 +134,16 @@
opacity: 0.7;
}
.gridjs-message.gridjs-error .app-grid-error-actions {
margin-top: 0.6rem;
}
.gridjs-message.gridjs-error .app-grid-retry {
padding: 4px 10px;
font-size: 12px;
line-height: 1.2;
}
.grid-avatar {
--grid-avatar-width: 36px;
--grid-avatar-height: 36px;
@@ -243,9 +253,23 @@
background: var(--app-table-row-stripped-background-color);
}
tr.gridjs-tr[data-row-open-url]:focus td,
tr.gridjs-tr[data-row-open-url]:focus-within td {
background: var(--app-table-row-stripped-background-color);
background: color-mix(
in srgb,
var(--app-primary) 4%,
var(--app-background-color)
);
}
tr.gridjs-tr[data-row-open-url]:focus-visible td {
background: var(--app-table-row-stripped-background-color);
box-shadow: inset 0 0 0 var(--app-outline-width) var(--app-primary-focus);
background: color-mix(
in srgb,
var(--app-primary) 6%,
var(--app-background-color)
);
}
tr.gridjs-tr[data-row-open-url]:focus-visible {