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

_misc.less « general « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e26c52f798d873e893a1b13f3973fb3ae9801288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#topApiRef {
    color: #95AECB;
}

.section-toggler-link {
  font-size: .8em;
  font-style: italic;
  text-decoration: none;
}

.section-toggler-link:hover {
  text-decoration: underline;
}

.metricEvolution {
  display: inline-block;
  font-size: 9pt;
  opacity: 0.75;
}

.metricEvolution > .positive-evolution {
  color: green;
}

.metricEvolution > .negative-evolution {
  color: #e02a3b;
}

.reportsByDimensionView > .entityList {
  float: left;
  width: 220px;
  min-height: 450px;
}

.dimensionCategory {
  margin-top: 10px;
}