[Resolved] Colores de campo priority

    • December 11, 2019 at 10:51 am #5387
      M
      sistemascsc
      Participant

      Buenas tardes, quisiera saber como puedo cambiar los colores que tienen en la prioridad del DEMO?

      Mi tabla ost__tickets_priority es:

      Gracias

       

       

    • December 12, 2019 at 1:58 pm #5404
      M
      sistemascsc
      Participant

      Desde el celular se ven de un color y desde la pc de otro, porque puede ser?

       

      <br />
      <br />

    • December 16, 2019 at 5:07 pm #5406
      M
      sistemascsc
      Participant

      Alguien me puede dar una mano con este tema? Gracias 

    • January 4, 2020 at 2:45 pm #5436
      stevland
      Keymaster

      Sorry for the late reply.

      Mi tabla ost__tickets_priority es:

      osTicket Awesome overrides those settings. The priority colors are set by CSS instead. If you want to change them, add the following to /osta/user-styles.css:

      td.osta_priority.osta_priority_emergency {
          background: url(../img/priority-pattern-overlay.png) #fc6872!important;
      }
      td.osta_priority_high {
          background: url(../img/priority-pattern-overlay.png) #e5bc61!important;
      }
      td.osta_priority_normal {
          background: url(../img/priority-pattern-overlay.png) #a5cb59!important;
      }
      td.osta_priority_low {
          background: url(../img/priority-pattern-overlay.png) #5bb3f5!important;

      Now you can change the colors to whatever you desire.

      Desde el celular se ven de un color y desde la pc de otro, porque puede ser?

      I’m not sure what is going on. That is what closed tickets should look like. Perhaps you broke something accidentally while trying to change the priority colors.

      Priority colors do work in osTicket Awesome’s mobile layout, as you can see:

You must be logged in to reply to this topic.

Topic Tags