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 <thomas.steur@gmail.com>2015-08-29 14:17:23 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-29 14:17:23 +0300
commita8630d89da9de980d37ae90cac0b10b9af5646a4 (patch)
treed221337a2fc5f11f4dd22efa39d56c02d09dc36f /plugins/CoreAdminHome/stylesheets
parent96ae06bdeff514e579237776bd148794003af262 (diff)
refs #8592 hide PHP is deprecated notification in UI tests to make UI tests work on any PHP version
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/generalSettings.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less
index d17480f5f1..eac16b6c4c 100644
--- a/plugins/CoreAdminHome/stylesheets/generalSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less
@@ -7,6 +7,11 @@
margin-right: 0 !important;
}
+// hide PHP is deprecated notification in UI test
+.uiTest [notification-id="PHP53VersionCheck"] {
+ display: none !important;
+}
+
#content.admin {
margin: 0 0 0 260px;
padding: 0 0 40px;