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: e3d53d0eefc4fc4d73c6781a049331cdd5a1b43d (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
38
39
40
41
42
43
44
45
46
47
#topApiRef {
  color: #95aecb;
}

.section-toggler-link {
  font-size: 0.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: 208px;
  min-height: 200px;
}

.dimensionCategory {
  margin-top: 16px;
}

.modal.modal-extra-wide {
  width: 95%;
  max-height: 90%;
  top: 5% !important;

  .ui-confirm {
    padding: 0 !important;
  }
}