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

insightVisualization.less « stylesheets « Insights « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d09f179449c5752960219b32bc784fd3d256b7f (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
48
49
.dataTableVizInsight {
  th.orderBy {
    cursor:pointer;
  }
}

.dataTableVizInsight .dataTableFeatures,
.insightsDataTable {

  .controls {
    padding: 10px;
    padding-bottom: 0px;
  }

  .controlSeparator {
    height: 1px;
    border: 0px;
    background-color: #cccccc;
  }

  th.orderBy {
    width: 20%;
  }

  th.orderBy.active {
    font-weight:bold;
  }

  .title {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    width: inherit;
    display: block;
  }

  .grown {
    color:green;
  }

  .notGrown {
    color:red;
  }

  .isMoverAndShaker {
    font-weight:bold;
  }

}