Forum
    • Categories
    • Register
    • Login

    Modulation Matrix CSS

    Scheduled Pinned Locked Moved Scripting
    3 Posts 2 Posters 20 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ustkU
      ustk
      last edited by

      Did anyone successfully change the Inverted label name (or any other header name using CSS?

      I tried these below but obviously they don't work or break other things

      td #inverted /* doesn't do anything */
      {
      	content: 'Inv';
      }
      
      td, #inverted /* changes all header labels and the button */
      {
      	content: 'Inv';
      }
      
      #inverted /* works but changes the button too... */
      {
      	content: 'Inv';
      }
      
      td, .targetLabel #inverted /* changes all header labels */
      {
      	content: 'Inv';
      }
      

      Hise made me an F5 dude, browser just suffers...

      dannytaurusD 1 Reply Last reply Reply Quote 0
      • dannytaurusD
        dannytaurus @ustk
        last edited by

        @ustk Have you tried this:

        th #inverted /* should target table header with ID #inverted */
        {
        	content: 'Inv';
        }
        

        Having said that, I've hit many many CSS cases that either have no effect or break other things.

        It would be cool to get a hit list together of stuff that needs fixing/updating.

        Meat Beats: https://meatbeats.com
        Klippr Video: https://klippr.video

        ustkU 1 Reply Last reply Reply Quote 0
        • ustkU
          ustk @dannytaurus
          last edited by ustk

          @dannytaurus Thanks, yeah I tried using th as well, it does nothing...

          I agree, but unfortunately I am very limited with CSS, so I usually don't know when I'm doing wrong and when it's a Hise issue/limitation

          AI is of no help because of the particular way Hise handles CSS. Conventional stuff often don't work

          Hise made me an F5 dude, browser just suffers...

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          22

          Online

          2.1k

          Users

          13.1k

          Topics

          113.5k

          Posts