From fae902a13e1df46a97fa7aae787d8617e80a46ea Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sat, 23 Dec 2017 12:44:19 -0500 Subject: [PATCH] Ensure links are visible in tooltipster --- static/styles/tooltipster/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/styles/tooltipster/style.css b/static/styles/tooltipster/style.css index d7f4855..f7aeb0c 100644 --- a/static/styles/tooltipster/style.css +++ b/static/styles/tooltipster/style.css @@ -14,6 +14,9 @@ padding: 4px 5px; overflow: hidden; } +.tooltipster-default .tooltipster-content > a { + color: #5f5f5f; +} /* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */ .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {