Update CSS for 'vorzusch1Instanz' highlighting and adjust cache timestamps in config

This commit is contained in:
2026-01-23 21:05:00 +01:00
parent ac6b9a87f6
commit d433a01b65
3 changed files with 167 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
.detail .cell[data-name="vorzusch1Instanz"] {
background-color: #d4edda; /* Hellgrün */
padding: 10px;
border-left: 4px solid #28a745; /* Grüner Rand links */
border-bottom: 4px solid #28a745; /* Grüner Rand unten */
border-radius: 4px;
}
@@ -13,7 +13,6 @@
}
.detail .cell[data-name="vorzusch1Instanz"] .label-text {
font-weight: 600;
color: #155724;
}
@@ -21,6 +20,6 @@
.edit .cell[data-name="vorzusch1Instanz"] {
background-color: #d4edda;
padding: 10px;
border-left: 4px solid #28a745;
border-bottom: 4px solid #28a745;
border-radius: 4px;
}