Welcome to mirror list, hosted at ThFree Co, Russian Federation.

configfile.less « stylesheets « Diagnostics « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f399ce3596408ea55892fa55687cc63a935ceea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.diagnostics.configfile {
  .custom-value {
    background-color: @theme-color-background-tinyContrast;
  }

  .defaultValue {
    font-style: italic;
  }

  td.name {
    max-width: 330px;
    word-wrap: break-word;
    width: 25%;
  }

  td.value {
    word-wrap: break-word;
    max-width: 400px;
    width: 25%;
  }

}