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:
authorStefan Giehl <stefan@matomo.org>2020-05-26 00:11:57 +0300
committerGitHub <noreply@github.com>2020-05-26 00:11:57 +0300
commit018070cb43b697b8cb7f5126570bd2f4e421c3dd (patch)
tree364dbf03a85bb21219101655dfd718da5f529d0b
parent3aa66a20ff73f0e3f559c074846fef6763ea0d2c (diff)
fix logo being displayed too small in IE (#15982)
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_header.less11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/Morpheus/stylesheets/uibase/_header.less b/plugins/Morpheus/stylesheets/uibase/_header.less
index f9d8d2d19f..47c2e31475 100644
--- a/plugins/Morpheus/stylesheets/uibase/_header.less
+++ b/plugins/Morpheus/stylesheets/uibase/_header.less
@@ -18,17 +18,6 @@
}
}
-// IE 10+
-@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
- #root #logo {
- width: 80px;
- }
-
- #root #logo img.default-piwik-logo {
- width: 100%;
- }
-}
-
#javascriptDisabled,
#javascriptDisabled a {
font-weight: bold;