[Support request] Merge Ticket Icon Dissapears

    • April 26, 2023 at 8:47 pm #16507
      S
      Stephen@EhOS
      Participant

    • April 26, 2023 at 8:47 pm #16510
      S
      Stephen@EhOS
      Participant

    • December 12, 2024 at 9:17 am #22033
      G
      Gregor Utt
      Participant

      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;
      }

    • December 13, 2024 at 1:18 am #22044
      G
      Gregor Utt
      Participant

      correction, use only:

       

      a:hover i[class^=”icon-“]{
      color: #fff !important;
      }

You must be logged in to reply to this topic.