baguettebox style things

This commit is contained in:
Til Schmitter 2026-04-09 00:36:01 +02:00
parent 0312c7dea7
commit dc9dca7444
2 changed files with 3 additions and 3 deletions

View file

@ -305,8 +305,8 @@ window.baguetteBox = (function () {
ctr.innerHTML = (
'<div id="bbox-overlay" role="dialog">' +
'<div id="bbox-slider"></div>' +
'<button id="bbox-prev" class="bbox-btn" type="button" aria-label="Previous">&lt;</button>' +
'<button id="bbox-next" class="bbox-btn" type="button" aria-label="Next">&gt;</button>' +
'<button id="bbox-prev" class="bbox-btn" type="button" aria-label="Previous"></button>' +
'<button id="bbox-next" class="bbox-btn" type="button" aria-label="Next"></button>' +
'<div id="bbox-btns">' +
'<button id="bbox-help" type="button">?</button>' +
'<button id="bbox-anim" type="button" tt="a">-</button>' +

View file

@ -2373,7 +2373,7 @@ html.y #bbox-overlay figcaption a {
left: -2.6em;
}
#bbox-btns.off {
top: -2.2em;
top: -2.8em;
}
#bbox-overlay button {
cursor: pointer;