thumbnails: replace browser tooltips with qtip2 tooltips (#3664).

This commit is contained in:
evazion
2018-04-25 22:05:14 -05:00
parent e772de40a7
commit bb3c88dbc8
7 changed files with 2744 additions and 25 deletions

View File

@@ -0,0 +1,12 @@
.post-tooltip {
max-width: 660px;
border-color: #767676;
.qtip-content {
padding: 4px 6px;
}
&.post-tooltip-loading {
display: none !important;
}
}