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

override.css « screenshot-override « resources « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a38e0ed84d98eeddc9036d1a09d8d988cdbdbaa2 (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
#header_message>.title {
    visibility: hidden;
}

.visitor-profile-widget-link>strong {
    display:none;
}

.visitor-profile-important-visits>div>div>p:first-child {
    display:none;
}

span.piwik-version,
span.plugin-version {
    visibility:hidden;
}

.realTimeWidget_datetime {
    display: none;
}

.realTimeMap_datetime {
    visibility: hidden;
}

/* add some space around the segment editor & other controls so screenshots are clearer */
.widget>.segmentEditorPanel, .widget>.dashboardSettings, .widget>.sites_autocomplete, .widget>.periodSelector {
    margin-top:1em;
    margin-bottom:1em;
    margin-left:1em;
}

body > .widget {
    overflow: visible !important;
}

.ui-dialog-content {
    overflow-y: hidden !important;
}

.providerDescription {
    border-style: solid;
}

.loadingPiwik {
    display: none !important;
}

/* do not display RSS feed widget's contents */
#widgetRssWidgetrssPiwik .rss {
    display:none;
}

html body div *, body * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}