This commit is contained in:
2026-02-17 14:56:23 +01:00
commit 68f7a95fdf
695 changed files with 154611 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
body.ticketcenter, body.servicecenter {
background-image: url(/userdata/01_Basis/Intranet_bg.webp) !important;
}
.ticketcenter .right_toolbar a[role="button"].active {
border-bottom: 2px solid var(--clr-mandant);
}
.ticketcenter .right_toolbar a[role="button"]:hover {
border-bottom: 2px solid var(--clr-mandant);
}
.ticketcenter .right_toolbar {
border-bottom: 1px solid var(--border);
}
.ticketcenter .right_toolbar a[role="button"] {
background: transparent;
border: 0;
color: var(--fc-primary);
padding: 5px 10px;
border-radius: 0;
}