Negative Werte werden deutlich dargestellt.

This commit is contained in:
2021-04-15 12:23:22 +02:00
parent 2b2753e009
commit cc9941d1d3
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ Definition der Farben
@hueSub: 215;
@mainColor: hsl(@hueMain, 90%, 29%);
@redColor: hsl(0, 90%, 29%);
@mainColorDark: darken(@mainColor,66%,relativ);
@mainColorLight: lighten(@mainColor,66%,relativ);
@subColor: hsl(@hueSub, 90%, 29%);
+7
View File
@@ -79,6 +79,13 @@ main {
border-bottom: @mainColor solid thin;
}
}
};
tbody {
td.absence-time {
color: @redColor;
text-decoration-line: underline;
text-decoration-style: dashed;
}
}
}
form {