Ändere die Hintergrundfarbe aktiver Schaltflächen im EditPagesComponent von grün zu dunkelgrau, um die Sichtbarkeit zu verbessern und ein einheitlicheres Design zu gewährleisten.

This commit is contained in:
Torsten Schulz (local)
2025-10-07 17:40:33 +02:00
parent b18c911500
commit ead4dbdd3f

View File

@@ -514,9 +514,8 @@ export default {
.toolbar button.is-active, .toolbar button.is-active,
.table-toolbar button.is-active { .table-toolbar button.is-active {
background-color: #4CAF50; background-color: #333;
color: white; color: white;
border: 2px solid #2E7D32;
} }
.toolbar button.is-active svg, .toolbar button.is-active svg,