23 lines
596 B
CSS
23 lines
596 B
CSS
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;
|
|
} |