summaryrefslogtreecommitdiff
path: root/deck.js/extensions/hash/deck.hash.css
diff options
context:
space:
mode:
Diffstat (limited to 'deck.js/extensions/hash/deck.hash.css')
-rw-r--r--deck.js/extensions/hash/deck.hash.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/deck.js/extensions/hash/deck.hash.css b/deck.js/extensions/hash/deck.hash.css
new file mode 100644
index 0000000..28f0732
--- /dev/null
+++ b/deck.js/extensions/hash/deck.hash.css
@@ -0,0 +1,13 @@
+.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;
+}