aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-01-16 16:46:34 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-01-16 16:46:34 +0100
commit66d7b6bfae8d14611c2c10c81412668d0eb8a3ed (patch)
tree3354d32c954120701c7d2f864feae7a7ad5b9e7c /css
parent99d92362c8e50e81554610b18a2f5a4f76491e0f (diff)
downloadfreenode-live-2017-presentation-66d7b6bfae8d14611c2c10c81412668d0eb8a3ed.tar
freenode-live-2017-presentation-66d7b6bfae8d14611c2c10c81412668d0eb8a3ed.tar.gz
firefox support for #1088
Diffstat (limited to 'css')
-rw-r--r--css/reveal.css6
-rw-r--r--css/reveal.scss6
2 files changed, 9 insertions, 3 deletions
diff --git a/css/reveal.css b/css/reveal.css
index d8061de..67986b6 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -669,6 +669,10 @@ body {
background: none;
overflow: visible; }
+.reveal.overview .backgrounds {
+ -webkit-perspective: inherit;
+ perspective: inherit; }
+
.reveal.overview .backgrounds .slide-background {
opacity: 1;
visibility: visible; }
@@ -738,7 +742,7 @@ body {
/*********************************************
* PER-SLIDE BACKGROUNDS
*********************************************/
-.reveal > .backgrounds {
+.reveal .backgrounds {
position: absolute;
width: 100%;
height: 100%;
diff --git a/css/reveal.scss b/css/reveal.scss
index b0db2ef..1c48154 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -785,7 +785,9 @@ body {
overflow: visible;
}
-
+.reveal.overview .backgrounds {
+ perspective: inherit;
+}
.reveal.overview .backgrounds .slide-background {
opacity: 1;
visibility: visible;
@@ -867,7 +869,7 @@ body {
* PER-SLIDE BACKGROUNDS
*********************************************/
-.reveal>.backgrounds {
+.reveal .backgrounds {
position: absolute;
width: 100%;
height: 100%;