Last modified by XWikiGuest on 2026/03/11 21:04

From version 15.1
edited by XWikiGuest
on 2026/03/11 21:04
Change comment: There is no comment for this version
To version 13.1
edited by XWikiGuest
on 2026/03/11 21:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -57,19 +57,6 @@
57 57   gap: 8px;
58 58  }
59 59  #ldsf-bookmarks li:hover { background: #3b4e60; }
60 -.sf-num {
61 - display: inline-flex;
62 - align-items: center;
63 - justify-content: center;
64 - width: 22px;
65 - height: 22px;
66 - border-radius: 50%;
67 - background: #df691a;
68 - color: #fff;
69 - font-size: 11px;
70 - font-weight: bold;
71 - flex-shrink: 0;
72 -}
73 73  #ldsf-bookmarks a {
74 74   color: #5bc0de;
75 75   text-decoration: none;
... ... @@ -197,7 +197,7 @@
197 197   var title = bm.title || bm.website_title || bm.url;
198 198   var file = ldsfMatch(bm.url);
199 199   if (file) { archived++; ldsf_fileMap[i] = file; }
200 - html += '<li><span class="sf-num">' + (i + 1) + '</span>';
187 + html += '<li>';
201 201   if (file) html += '<span class="sf-btn" data-sf="' + i + '" title="Archief bekijken">&#128196;</span>';
202 202   html += '<a href="' + bm.url + '" target="_blank">' + title + '</a></li>';
203 203   });