overtime calculation optimized

This commit is contained in:
Jörg Henke
2024-01-04 20:35:26 +01:00
parent 742446e46e
commit 8be05b8afc
8 changed files with 264 additions and 30 deletions

View File

@ -310,6 +310,15 @@ body {
padding: 4px;
}
.emphpink {
font-weight: bolder;
color: #613583;
border: 1px solid gray;
border-radius: 8px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.tab-pane-table {
background-color: white;
padding: 8px;