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: 75a7fddcf76a39c68f7ac9d1a8bd22b569b3e6f6 (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
50
51
.dataTableVizInsight {
  th.orderBy {
    cursor:pointer;
  }
}

.dataTableVizInsight .dataTableFeatures,
.insightsDataTable {

  .controls {
    padding: 10px;
    padding-bottom: 0px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .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;
  }

}