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

_admin.less « general « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0f34c5e2d2b9a87161c0c112e2e07e4c86cc0ea (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68

.ui-state-highlight {
    border-color: @color-silver-l80 !important;
    background: @color-silver-l95 !important;
    .ui-icon {
        background-image: url('plugins/Morpheus/images/info.png');
        background-position: 0 0;
    }
}

.adminTable {
    td {
        padding: 2px 0;
    }
    label {
        cursor: pointer;
        min-height: 30px;
    }
}

.sites_autocomplete  {
    vertical-align: middle;
}

.adminTable a {
    color: @theme-color-link;
}

.admin .adminTable a {
  color: @theme-color-text;
  text-decoration: underline;
}

.admin .adminTable .ui-inline-help a {
  color: @theme-color-link;
  text-decoration: none;
}

.addRowSite,
.addrow {
    cursor: pointer;
}

.addrow:hover {
  text-decoration: underline;
}

.addrow {
    margin-top: 16px;
}

.addRowSite {
    display: inline-block;
    margin: 5px 0;
    text-decoration: none !important;
    &:before {
        content: url(plugins/Morpheus/images/add.png) !important;
    }

    &:hover {
      text-decoration: underline !important;
    }
}

#geoipdb-screen1>div>p {
    line-height: 1.4em;
    height: 6em;
}