Add highlight styles for 'vorzusch1Instanz' costs and update client metadata
This commit is contained in:
26
client/custom/css/erstgespraech-highlight.css
Normal file
26
client/custom/css/erstgespraech-highlight.css
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
/* Hervorhebung für vorzuschießende Kosten I. Instanz */
|
||||||
|
.detail .cell[data-name="vorzusch1Instanz"] {
|
||||||
|
background-color: #d4edda; /* Hellgrün */
|
||||||
|
padding: 10px;
|
||||||
|
border-left: 4px solid #28a745; /* Grüner Rand links */
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail .cell[data-name="vorzusch1Instanz"] .numeric-text {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #155724; /* Dunkelgrün */
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail .cell[data-name="vorzusch1Instanz"] .label-text {
|
||||||
|
font-weight: 600;
|
||||||
|
color: #155724;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Auch im Edit-Modus hervorheben */
|
||||||
|
.edit .cell[data-name="vorzusch1Instanz"] {
|
||||||
|
background-color: #d4edda;
|
||||||
|
padding: 10px;
|
||||||
|
border-left: 4px solid #28a745;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
6
custom/Espo/Custom/Resources/metadata/app/client.json
Normal file
6
custom/Espo/Custom/Resources/metadata/app/client.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"cssList": [
|
||||||
|
"__APPEND__",
|
||||||
|
"client/custom/css/erstgespraech-highlight.css"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -349,8 +349,8 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'cacheTimestamp' => 1769197660,
|
'cacheTimestamp' => 1769198038,
|
||||||
'microtime' => 1769197660.902776,
|
'microtime' => 1769198038.586617,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'appTimestamp' => 1768843902,
|
'appTimestamp' => 1768843902,
|
||||||
|
|||||||
Reference in New Issue
Block a user