Fixed the data-title hover bug #18

Merged
11291680 merged 1 commits from lars-algemeen into master 2017-01-11 16:07:57 +01:00

View File

@@ -120,7 +120,7 @@ td {
} }
/* Custom title box, appears instantaneously */ /* Custom title box, appears instantaneously */
a:hover, img:hover, span:hover, div:hover { a[data-title]:hover, img[data-title]:hover, span[data-title]:hover, div[data-title]:hover {
position: relative; position: relative;
} }