ykeynote/extensions/hash/deck.hash.css
Yann Esposito (Yogsototh) d21b157691 initial commit
2013-01-07 14:18:37 +01:00

13 lines
227 B
CSS

.deck-container .deck-permalink {
display: none;
position: absolute;
z-index: 4;
bottom: 30px;
right: 0;
width: 48px;
text-align: center;
}
.no-history .deck-container:hover .deck-permalink {
display: block;
}