Anonymous
Forum Replies Created
-
In reply to: Time tracking
January 24, 2025 at 1:15 am #22326GGregor UttParticipantYou could use the https://osticket.com.de/ source. They have patched many open Issues with every new Release and added Time-Tracking.
In reply to: menu in theme section is not working
January 24, 2025 at 1:09 am #22323GGregor UttParticipantTry to turn on Internet Access for the Webserver. Solved the Problem for me.
In reply to: Merge Ticket Icon Dissapears
December 13, 2024 at 1:18 am #22044GGregor UttParticipantcorrection, use only:
a:hover i[class^=”icon-“]{
color: #fff !important;
}In reply to: Mobile Menu does not overlay the selection
December 13, 2024 at 1:08 am #22042GGregor UttParticipant.list td:first-child {
z-index: 1;
}In reply to: Merge Ticket Icon Dissapears
December 12, 2024 at 9:17 am #22033GGregor UttParticipantadd to your custom.css in GUI:
.sticky.bar.fixed .icon-code-fork:before {
color: inherit !important;
}
#sub_nav a:hover,
a:hover i[class^=”icon-“],
.tabs a {
text-decoration: none;
color: #fff !important;
}In reply to: Attachment preview bug
December 12, 2024 at 7:41 am #22031GGregor UttParticipantChange:
include/client/header.inc.php
include/staff/header.inc.php
In reply to: Mobile Menu does not overlay the selection
December 12, 2024 at 7:21 am #22029GGregor UttParticipant}
.list td {
/* position: relative !important;*/in staff_mobile.css changes the behaviour, but destroys the ticket view.