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.vdk/plugins/Morpheus/stylesheets/ui/_tables.less
// We have to use a class (and not <table> directly) because HTML tables
// are used for layouts (e.g. forms in the admin section use tables)
// TODO refactor that: https://github.com/piwik/piwik/issues/8023
.simple-table {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid @color-silver-l90;

  th,
 td {
    border-bottom: 1px solid @color-silver-l90;
    padding: 12px;
  }

  th {
    text-align: left;
  }
}