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 'plugins/SitesManager/stylesheets/SitesManager.less')
-rw-r--r--plugins/SitesManager/stylesheets/SitesManager.less4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/SitesManager/stylesheets/SitesManager.less b/plugins/SitesManager/stylesheets/SitesManager.less
index cd3a43f7c8..dc3b4e48b0 100644
--- a/plugins/SitesManager/stylesheets/SitesManager.less
+++ b/plugins/SitesManager/stylesheets/SitesManager.less
@@ -19,7 +19,6 @@
.sitesManagerList {
.site {
- .card;
.title {
font-size: 11px;
text-transform: uppercase;
@@ -29,12 +28,9 @@
}
}
.editingSite {
- background-color: @theme-color-background-tinyContrast;
.editingSiteFooter {
- background-color: @theme-color-background-base;
padding: 15px;
margin: 0 -15px -15px;
- border-top: solid 1px #E5E5E5;
}
}
}