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 ZILLIOX <thomas@zilliox.me>2013-08-12 02:34:22 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-12 02:34:22 +0400
commit5dd437aea0e49246eabf009ae948542f0e0ba9fc (patch)
tree4b83690fbff802322a9dc399d34ba8b8aafac9d9 /plugins/PleineLune
parent247a1bafceba5a1b14470ca108fe5350f7f474c6 (diff)
Extends the sparkline theme to all containers
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_sparklineColors.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PleineLune/stylesheets/_sparklineColors.less b/plugins/PleineLune/stylesheets/_sparklineColors.less
index a8f978c861..83b4784447 100644
--- a/plugins/PleineLune/stylesheets/_sparklineColors.less
+++ b/plugins/PleineLune/stylesheets/_sparklineColors.less
@@ -1,6 +1,6 @@
// sparkline styles
-div.sparkline,
-div.sparkline:hover {
+html .sparkline,
+html .sparkline:hover {
border-bottom: 0;
}