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

TransitionExporterPopover.less « TransitionExporter « src « vue « Transitions « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c79323292832724c1def8ce6e4b02ca6be30bef3 (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
52
.transitions-export-popover {

  [name=format] {
    .form-group label.fieldRadioTitle {
      display: block;
    }

    p.radio {
      width: 50%;
      float: left;
      display: block;
    }
  }

  textarea {
    word-break: break-all;
    padding: 5px;
    height: 80px;
  }

  .toggle-export-url {
    font-size: 14px;
    margin-left: 20px;
  }

  .filter_limit {
    clear: both;
    float: none;

    .matomo-field {
      width: 50%;
      float: left;
    }
  }

  .showoptions > span {
    color: @color-blue-piwik;
    cursor: pointer;
    text-decoration: underline;
  }

  .tooltip {
    color: @color-silver;
    font-size: 13px;
    padding: 5px;
  }

  .tooltip > a {
    color: @color-blue-piwik;
    text-decoration: underline;
  }
}