Browse Source

Ensure links are visible in tooltipster

spaghetti 7 years ago
parent
commit
a82b5c9f2a
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      static/styles/tooltipster/style.css

+ 3
- 0
static/styles/tooltipster/style.css View File

14
   padding: 4px 5px;
14
   padding: 4px 5px;
15
   overflow: hidden;
15
   overflow: hidden;
16
 }
16
 }
17
+.tooltipster-default .tooltipster-content > a {
18
+  color: #5f5f5f;
19
+}
17
 
20
 
18
 /* 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 */
21
 /* 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 */
19
 .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
22
 .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {

Loading…
Cancel
Save