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:
Diffstat (limited to 'plugins/CoreHome/templates/styles.css')
-rw-r--r--plugins/CoreHome/templates/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/styles.css b/plugins/CoreHome/templates/styles.css
index 005e8840bc..0b679f48b9 100644
--- a/plugins/CoreHome/templates/styles.css
+++ b/plugins/CoreHome/templates/styles.css
@@ -233,3 +233,7 @@ a.Piwik_Popover_Error_Back {
#header_message #checkForUpdates:hover {
text-decoration: none;
}
+
+/* Used to link within content text, without adding visual clutter */
+.linkContent { color:#333; text-decoration:none}
+.linkContent:hover { text-decoration:underline;} \ No newline at end of file