HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/Morpheus/stylesheets/ui/_tabs.less
.row {
  .tabs {
    .indicator {
      background-color: @theme-color-link;
    }

    .tab {
      a {
        &:hover {
          color: @theme-color-link;
          opacity: 0.7;
        }

        &:focus, &:focus.active {
          background-color: transparent;
        }

        color: @theme-color-link;
        text-decoration: none;
      }
    }
  }

  .tab-content {
    padding: 24px 24px 16px 0 !important;

    a {
      color: @theme-color-link;
    }
  }
}