Hello!
I was wondering how am i able to change the tree background color (Some treechildren have gray background and others have black) and also the gray bottom border-color? I think it has to do with a shadow command but I’m not sure.

Thanks!

  • @MrOtherGuyM
    link
    16 months ago

    Like this for example (it looks like there’s sort of two parts to that “line”)

      #engineList > treecols{
        border-bottom-color: #f00 !important;
      }
      #engineList > treecols > treecol{
       box-shadow: insset 0 -1px #f00 !important;
      }
    

    Note that you can simply use normal web developer tools to inspect the preferences page to figure all this out.