something missing in task

should there be a check mark or icon here /tasks-context/

image_transcoder.php?o=sys_images_editor&h=2066&dpx=1&t=1717722675

  • 543
  • More
Attachments
Replies (9)
    • Yeah, mine is the same way...

      • I created a task on here but it seems to work fine here

        • image_transcoder.php?o=sys_images_editor&h=2069&dpx=1&t=1717727754

          image_transcoder.php?o=sys_images_editor&h=2070&dpx=1&t=1717727764

          • Hello all!

            By default, in UNA 14 the tasks checkboxes have the round icon in main browsers. See the example in FF:

            • Okay, I hadn't check back in a while because I had put it so far down the priority list, but you are correct @LeonidS ! I had to clear my cache while I was on the page in order for it to take effect but it now looks and functions correctly.

              @lejt Definitely make sure you are up-to-date on UNA 14 and make sure to clear your cache. I had cleared my cache many times before but I had to do it while I was on that page in order for it to take effect for some reason.

              • it work on other part of my website for some reason not on task. I try uninstalling and reinstalled it but same result my site is on Version: 14.0.0-A3

                • Do you have any CSS customizations for the checkboxes in your template?

                  • sorry for the late reply. the only thing i have is this

                    .pb-1 {
                       color: white; */
                    }
                    .p-8 span.block {
                       color: white;
                    }
                    .bx-def-vanilla-html .bx-def-font-h1, .bx-def-vanilla-html h1 {
                     scroll-margin: 5rem;
                     font-size: 2.25rem;
                     line-height: 2.5rem;
                     font-weight: 600;
                     letter-spacing: -.025em;
                     padding: 20px;
                    }
                    
                    • Confused with this part:

                      .pb-1 {
                         color: white; */
                      }
                      

                      Try to delete */ , as I don't see the comment start /* near in your code, it might break the CSS rules before it.

                      Login or Join to comment.