@@ -618,7 +618,7 @@ onMounted(() => {
}
.matrix-header {
- background: var(--p-surface-100);
+ background: var(--p-content-background);
font-weight: 600;
border-bottom: 2px solid var(--p-surface-border);
@@ -645,10 +645,6 @@ onMounted(() => {
&:not(:last-child) {
border-bottom: 1px solid var(--p-surface-border);
}
-
- &:hover {
- background: var(--p-surface-50);
- }
}
.module-cell,
diff --git a/assets/js/views/SettingsManagement.vue b/assets/js/views/SettingsManagement.vue
index 533abc9..e3c5994 100644
--- a/assets/js/views/SettingsManagement.vue
+++ b/assets/js/views/SettingsManagement.vue
@@ -1,81 +1,90 @@
-
Systemeinstellungen
-
-