Gregor Utt f Anonymous Profile Topics Started Replies Created Favorites Forum Replies Created In reply to: Merge Ticket Icon Dissapears December 13, 2024 at 1:18 am #22044 G Gregor UttParticipant correction, 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 #22042 G Gregor UttParticipant .list td:first-child { z-index: 1; } In reply to: Merge Ticket Icon Dissapears December 12, 2024 at 9:17 am #22033 G Gregor UttParticipant add 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 #22031 G Gregor UttParticipant Change: 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 #22029 G Gregor UttParticipant } .list td { /* position: relative !important;*/ in staff_mobile.css changes the behaviour, but destroys the ticket view.