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: c20217655687f01e378038660c5c353233fb29cc (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
h1, h2, h3, h4, h5 {
    font-family: @theme-fontFamily-base;
}

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

h2 {
    color: @theme-color-text;
}

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

.tableIcon {
    background: none;
    padding: 2px 4px 4px 4px;
    &.activeIcon {
        background: @color-silver-l80;
    }
}

.exportToFormatItems {
    background: @color-silver-l80;
    padding-top: 5px;
    padding-bottom: 4px;
    color: #000;

    a {
       color: @theme-color-brand !important;
    }
}

.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(10px, 12px);
}

.datatableRelatedReports {
    color: #808080;
    span {
        color: @theme-color-text;
        font-weight: normal;
    }
}
.dataTableSearchPattern {
    img {
        top: 7px !important
    }
}

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

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

.dataTableRowActions {
    background: none !important;
}

a#Overlay_Title {
    color: #4d4d4d !important;
    .font-default(12px, 14px) !important;
    margin-left: 15px !important;
}

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

a.rowevolution-startmulti {
    color: @theme-color-link !important;
}

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

.segment-element .segment-content .segment-or,
.segment-element .segment-content .segment-add-or,
.segment-element .segment-content .segment-row {
    background-color: @color-gray-light !important;
}

.segmentEditorPanel *,
.segment-element .segment-content .segment-input select,
.segment-element .segment-content .segment-input input {
    font-family: @theme-fontFamily-base !important;
}