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:
authorsgiehl <stefan@piwik.org>2015-10-03 22:11:27 +0300
committersgiehl <stefan@piwik.org>2015-10-03 22:11:27 +0300
commitc6846d0cff4e4ed9780cc7fc03df2979e12cb4df (patch)
treeac74c838631991b6bda1fae45784fb12be4e7516 /plugins/Morpheus
parent18870d27c5dd99cb9d1272414ce2a00bc1120ba5 (diff)
fixes #8901 - minor css fix and improvements
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/main.less9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less
index f89c437fce..699fb1d159 100644
--- a/plugins/Morpheus/stylesheets/main.less
+++ b/plugins/Morpheus/stylesheets/main.less
@@ -559,11 +559,14 @@ table.dataTable .dataTableRowActions {
div.sparkline {
display: block;
- width: 100%;
border-bottom: 0;
margin-bottom: 10px;
- &:hover {
- border-bottom: 0;
+ &.linked {
+ border-bottom: 1px solid transparent;
+ &:hover {
+ cursor: pointer;
+ border-bottom: 1px dashed #c3c3c3;
+ }
}
}