The css theme I’m using is Cascade FYI

  • Séra Balázs
    link
    English
    21 year ago

    Try .tabbrowser-tab[selected]{background: #555 !important}

    • @rockhandleOP
      link
      English
      21 year ago

      Thank you! I added a line to your code and it worked!

      .tab-background[selected="true"] {
            background-color: #171A26 !important;
            background-image: none !important;
          }