Commit 815792572d1c948acaa4a1aeb2bcdd4b5e243f91
1 parent
4256c477
Exists in
master
design: improve the tooltip
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
flaskr/static/css/common/main.css
@@ -98,6 +98,9 @@ span.required-asterisk { | @@ -98,6 +98,9 @@ span.required-asterisk { | ||
98 | .no-pointer-events { | 98 | .no-pointer-events { |
99 | pointer-events: none; | 99 | pointer-events: none; |
100 | } | 100 | } |
101 | +.plot-tooltip { | ||
102 | + border-radius: 3px; | ||
103 | +} | ||
101 | 104 | ||
102 | 105 | ||
103 | /** TWEAKS *******************************************************************/ | 106 | /** TWEAKS *******************************************************************/ |