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>2013-12-16 02:58:19 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-16 02:58:19 +0400
commitbde1def27b3278a7d147c1055fe30a6c8a092120 (patch)
tree3706ab9e5dfd934afd597cca9d294f63951b1b2b /plugins
parentee834067c26500b0434dbe52b2a560c78e84c38d (diff)
change tooltip text color only in morpheus theme
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less2
-rw-r--r--plugins/Morpheus/stylesheets/components.less5
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less b/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less
index aa0ca058a7..1661ddb5ec 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less
@@ -4,7 +4,7 @@ table.dataTable th .columnDocumentation {
width: 165px;
text-align: left;
background: #f7f7f7;
- color: #ddd;
+ color: #444;
font-size: 11px;
font-weight: normal;
border: 1px solid #e4e5e4;
diff --git a/plugins/Morpheus/stylesheets/components.less b/plugins/Morpheus/stylesheets/components.less
index 12a3f03f18..b2e3818d75 100644
--- a/plugins/Morpheus/stylesheets/components.less
+++ b/plugins/Morpheus/stylesheets/components.less
@@ -337,6 +337,11 @@
margin-top: -4px;
}
}
+
+table.dataTable th .columnDocumentation {
+ color: #ddd;
+}
+
h2 .reportDocumentationIcon,
table.dataTable th .columnDocumentationTitle {
background: no-repeat url('plugins/Morpheus/images/help.png');