Skip to content

Commit dbc8815

Browse files
committed
Add more tooltipster themes
1 parent 47cfe98 commit dbc8815

File tree

6 files changed

+13
-0
lines changed

6 files changed

+13
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ __pycache__
33
*.pyc
44
_build/
55
*.egg-info
6+
/.coverage
7+
/build
8+
/dist

hoverxref/_static/css/tooltipster-sideTip-borderless.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hoverxref/_static/css/tooltipster-sideTip-light.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hoverxref/_static/css/tooltipster-sideTip-noir.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hoverxref/_static/css/tooltipster-sideTip-punk.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hoverxref/extension.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
'js/tooltipster.bundle.min.js',
1414
'css/tooltipster.custom.css',
1515
'css/tooltipster.bundle.min.css',
16+
17+
# Tooltipster's Themes
1618
'css/tooltipster-sideTip-shadow.min.css',
19+
'css/tooltipster-sideTip-punk.min.css',
20+
'css/tooltipster-sideTip-noir.min.css',
21+
'css/tooltipster-sideTip-light.min.css',
22+
'css/tooltipster-sideTip-borderless.min.css',
1723
]
1824

1925

0 commit comments

Comments
 (0)