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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resources/screenshot-override/override.css')
-rw-r--r--tests/resources/screenshot-override/override.css20
1 files changed, 11 insertions, 9 deletions
diff --git a/tests/resources/screenshot-override/override.css b/tests/resources/screenshot-override/override.css
index 1e746d1d5d..111b83f73c 100644
--- a/tests/resources/screenshot-override/override.css
+++ b/tests/resources/screenshot-override/override.css
@@ -14,6 +14,10 @@ span.plugin-version {
visibility:hidden;
}
+.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;
@@ -29,15 +33,6 @@ body > .widget {
overflow-y: hidden !important;
}
-/* Verdana does not have the down arrow U+2193 */
-.dashboard-manager .addWidget, .dashboard-manager .manageDashboard {
- font-family: Arial !important;
-}
-
-#logo .description a {
- font-family: Arial !important;
-}
-
.providerDescription {
border-style: solid;
}
@@ -45,4 +40,11 @@ body > .widget {
/* do not display RSS feed widget's contents */
#widgetExampleRssWidgetrssPiwik .rss {
display:none;
+}
+
+body * {
+ -webkit-transition: none !important;
+ transition: none !important;
+ -webkit-animation: none !important;
+ animation: none !important;
} \ No newline at end of file