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:
authorLukas Winkler <git@lw1.at>2020-02-17 15:18:38 +0300
committerGitHub <noreply@github.com>2020-02-17 15:18:38 +0300
commit7f95e432da0a0fb2b648a4c4bb5c42a7d004d6a8 (patch)
treeca4b5b2e3f6c86aa12a80111efc9f2b9fd35dcb9 /plugins/CoreAdminHome/stylesheets
parentf16d27ec5b93d0ce4a082ac13590460df6bd8a52 (diff)
color background of custom logo preview (#15572)
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/generalSettings.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less
index bedda0f80c..869804124b 100644
--- a/plugins/CoreAdminHome/stylesheets/generalSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less
@@ -52,4 +52,8 @@
.fieldArray {
margin-top: 0!important;
}
-} \ No newline at end of file
+}
+
+#currentLogo {
+ background: @theme-color-header-background;
+}