Projektauswertung hinzugefügt
This commit is contained in:
@@ -376,6 +376,40 @@ body {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
/* Dashboard: Überstunden-Wert standardmäßig weichzeichnen */
|
||||
.stat-value-blurred {
|
||||
filter: blur(5px);
|
||||
transition: filter 0.2s ease;
|
||||
}
|
||||
|
||||
/* Wrapper nur um den Wert, damit Overlay nicht die ganze Karte bedeckt */
|
||||
.stat-card-overtime .stat-value-wrapper {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Hinweistext direkt über dem geblurrten Überstunden-Wert */
|
||||
.stat-card-overtime .stat-blur-hint {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
color: #555;
|
||||
text-align: center;
|
||||
padding: 0 8px;
|
||||
pointer-events: none;
|
||||
background: linear-gradient(to bottom, rgba(248, 249, 250, 0.95), rgba(248, 249, 250, 0.8));
|
||||
opacity: 1;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.stat-card-overtime:hover .stat-blur-hint {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.stat-unit {
|
||||
font-size: 11px;
|
||||
color: #999;
|
||||
|
||||
Reference in New Issue
Block a user