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

_typography.less « general « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66b2dddeb45b0df5c9caa5c1b867841ab36c2c6e (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
h1, h2, h3, h4, h5 {
    font-family: @theme-fontFamily-base;
}

a {
    color: @theme-color-link;
    text-decoration: none;
}

h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

h2 {
    color: @theme-color-headline-alternative;
}

.datatableRelatedReports {
    color: @theme-color-text-lighter;
}

.tableIcon {
    &.activeIcon {
        background-color: @theme-color-background-tinyContrast;
    }
}

.dataTableFooterActiveItem {
    display: none;
}

#topApiRef {
    color: @theme-color-text;
}

.tableConfiguration div.configItem span.action {
    color: @theme-color-link;
}

.dataTablePages {
    color: @theme-color-text;
    font-weight: normal;
    .font-default(13px, 14px);
}

.datatableRelatedReports {
    color: #808080;
    span {
        color: @theme-color-text;
        font-weight: normal;
    }
}

.tagCloud span, .tagCloud span a {
    color: @theme-color-link !important;
}

ul.widgetpreview-widgetlist, ul.widgetpreview-categorylist {
    color: #4d4d4d;
}

.dataTableRowActions {
    background: none !important;
}

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

.Piwik_Popover_Loading_Subject {
    color: @theme-color-link !important;
}

.segmentFooterNote {
    margin-top: -3px;
    font-family: @theme-fontFamily-base !important;
    a {
        color: @theme-color-link !important;
    }
}

body > a.ddmetric {
    background-color: @color-gray-light !important;
    border-color: @color-gray !important;
    color: #000 !important;
    font-family: @theme-fontFamily-base !important;
}