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 Steur <thomas.steur@gmail.com>2015-10-12 14:34:11 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-10-12 14:34:11 +0300
commit7cf61a980e7eaa6432cf9f1c740581c983405776 (patch)
tree827333933097ac9fa825f5f7fca84baf116b5571 /plugins/Morpheus
parentf6f444ec6a9a2af341812d460c97c189cb5ee04e (diff)
fix "Check for updates" button not working on demo
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/main.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less
index d1ffac5d52..1245e66cbc 100644
--- a/plugins/Morpheus/stylesheets/main.less
+++ b/plugins/Morpheus/stylesheets/main.less
@@ -773,6 +773,10 @@ tr:hover #token_auth {
text-decoration: underline;
}
+#header_message #updateCheckLinkContainer:hover {
+ cursor: pointer;
+}
+
#multisites table.dataTable {
tfoot tr:hover td {
background: @theme-color-background-base;