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 03:43:54 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-12 03:43:54 +0400
commit5af96e806531cf6bbde4917e2681013ecbd32372 (patch)
treeb9362f56fd56a4797abb093358dd1ae6d4f230ec /plugins/PleineLune
parent0c7f766e9f2eb0ea65c3f2013c85e8d10e4db3e4 (diff)
Improve Live visitor widget style for PleineLune
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_widget.less20
-rw-r--r--plugins/PleineLune/stylesheets/plugins/_live.less35
2 files changed, 35 insertions, 20 deletions
diff --git a/plugins/PleineLune/stylesheets/_widget.less b/plugins/PleineLune/stylesheets/_widget.less
index f8342f981f..da6265b8c8 100644
--- a/plugins/PleineLune/stylesheets/_widget.less
+++ b/plugins/PleineLune/stylesheets/_widget.less
@@ -34,24 +34,4 @@
.tagCloud span.word a:hover {
color: @theme-color-text-focus;
-}
-
-/* Live ! */
-.simple-realtime-visitor-counter {
- border-radius: 0;
- background: @theme-color-text-active;
-}
-
-.simple-realtime-visitor-counter > div {
- color: @theme-color-background-base;
-}
-
-/* Visits */
-#visitsLive .datetime {
- background: @theme-color-background-smallContrast;
-}
-
-#visitsLive .referer,
-#visitsLive .settings {
- background: @theme-color-background-base;
} \ No newline at end of file
diff --git a/plugins/PleineLune/stylesheets/plugins/_live.less b/plugins/PleineLune/stylesheets/plugins/_live.less
new file mode 100644
index 0000000000..bdcd2da1c9
--- /dev/null
+++ b/plugins/PleineLune/stylesheets/plugins/_live.less
@@ -0,0 +1,35 @@
+/* Live ! */
+.simple-realtime-visitor-counter {
+ border-radius: 0;
+ background: @theme-color-text-active;
+}
+
+.simple-realtime-visitor-counter > div {
+ color: @theme-color-background-base;
+}
+
+/* Visits */
+#visitsLive {
+ color: @theme-color-text-base;
+}
+
+#visitsLive .datetime,
+#visitsLive .country,
+#visitsLive .referer,
+#visitsLive .settings,
+#visitsLive .returning {
+ border: 1px solid @theme-color-background-smallContrast;
+ border-width: 0 1px 1px 0;
+}
+
+#visitsLive .datetime {
+ background: @theme-color-background-smallContrast;
+ border-top: 1px solid #404040;
+}
+
+#visitsLive .country,
+#visitsLive .referer,
+#visitsLive .referer:hover,
+#visitsLive .settings {
+ background: @theme-color-background-base;
+} \ No newline at end of file