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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-09-01 09:28:13 +0300
committerGitHub <noreply@github.com>2016-09-01 09:28:13 +0300
commit9efc7341f98058bbe37f70d0a93e9ea47d7caf4c (patch)
tree7373a34dc9dc8850f70c315d597933e3f03f0766 /tests/resources
parentca0bc1077618db213ffa2e83959c2c47cec9357e (diff)
Remove deprecated events (#10455)
* remove some deprecated events * fix unit tests wants to establish a DB connection, read it from cache * fix possible bug * fix some integration tests * fix tests * fix category was not set * fix some tests * fix integration test * trying to fix pivot tests * add new events * update submodule
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-override/override.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/resources/screenshot-override/override.css b/tests/resources/screenshot-override/override.css
index 111b83f73c..a332017bdb 100644
--- a/tests/resources/screenshot-override/override.css
+++ b/tests/resources/screenshot-override/override.css
@@ -37,12 +37,16 @@ body > .widget {
border-style: solid;
}
+.loadingPiwik {
+ display: none !important;
+}
+
/* do not display RSS feed widget's contents */
#widgetExampleRssWidgetrssPiwik .rss {
display:none;
}
-body * {
+html body div *, body * {
-webkit-transition: none !important;
transition: none !important;
-webkit-animation: none !important;