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 00:17:11 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-12 00:17:11 +0400
commit0c792fc45f323d6c6db6aad56a32c4ab55d1a170 (patch)
treeb38bd7f08b9fe38ec1b770c1535e3a7e5357dd03 /plugins/PleineLune
parent58427082c33611b13fd543a0d8296f528b718131 (diff)
Theme jQplot metrics picker for PleineLune
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_jqplot.less18
-rw-r--r--plugins/PleineLune/stylesheets/theme.less1
2 files changed, 19 insertions, 0 deletions
diff --git a/plugins/PleineLune/stylesheets/_jqplot.less b/plugins/PleineLune/stylesheets/_jqplot.less
new file mode 100644
index 0000000000..14f4ec053a
--- /dev/null
+++ b/plugins/PleineLune/stylesheets/_jqplot.less
@@ -0,0 +1,18 @@
+.jqplock-seriespicker-popover {
+ background-color: @theme-color-background-base;
+ border: 1px solid @theme-color-background-contrast;
+ border-radius: 0;
+ color: @theme-color-text-link;
+}
+
+.jqplock-seriespicker-popover > p:hover > label {
+ color: @theme-color-text-focus;
+}
+
+.jqplock-seriespicker-popover :checked + label {
+ color: @theme-color-text-active;
+}
+
+.jqplock-seriespicker-popover p.headline {
+ color: @theme-color-text-active;
+} \ No newline at end of file
diff --git a/plugins/PleineLune/stylesheets/theme.less b/plugins/PleineLune/stylesheets/theme.less
index 0bca432aa2..8d9aacf79a 100644
--- a/plugins/PleineLune/stylesheets/theme.less
+++ b/plugins/PleineLune/stylesheets/theme.less
@@ -27,6 +27,7 @@
@import "../../PleineLune/stylesheets/_widget.less";
@import "../../PleineLune/stylesheets/_dataTable.less";
@import "../../PleineLune/stylesheets/_sparklineColors.less";
+@import "../../PleineLune/stylesheets/_jqplot.less";
@import "../../PleineLune/stylesheets/_jqplotColors.less";
@import "../../PleineLune/stylesheets/_ui.less";
@import "../../PleineLune/stylesheets/_transitionColors.less";