1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-28 12:32:49 +02:00

Styling and catching late registrations as old

This commit is contained in:
Nicolas Margulies
2024-01-11 19:48:41 +01:00
parent ab6c943126
commit 57268bc9c2
3 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,10 @@
text-decoration: underline;
}
.underline {
text-decoration: underline;
}
/* Opaque tooltip with white background */
.tooltip.show {
opacity: 1;