init
This commit is contained in:
23
module/ticketcenter/css/repair.css
Normal file
23
module/ticketcenter/css/repair.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user