firefox support for #1088
This commit is contained in:
parent
99d92362c8
commit
66d7b6bfae
@ -669,6 +669,10 @@ body {
|
|||||||
background: none;
|
background: none;
|
||||||
overflow: visible; }
|
overflow: visible; }
|
||||||
|
|
||||||
|
.reveal.overview .backgrounds {
|
||||||
|
-webkit-perspective: inherit;
|
||||||
|
perspective: inherit; }
|
||||||
|
|
||||||
.reveal.overview .backgrounds .slide-background {
|
.reveal.overview .backgrounds .slide-background {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
visibility: visible; }
|
visibility: visible; }
|
||||||
@ -738,7 +742,7 @@ body {
|
|||||||
/*********************************************
|
/*********************************************
|
||||||
* PER-SLIDE BACKGROUNDS
|
* PER-SLIDE BACKGROUNDS
|
||||||
*********************************************/
|
*********************************************/
|
||||||
.reveal > .backgrounds {
|
.reveal .backgrounds {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -785,7 +785,9 @@ body {
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reveal.overview .backgrounds {
|
||||||
|
perspective: inherit;
|
||||||
|
}
|
||||||
.reveal.overview .backgrounds .slide-background {
|
.reveal.overview .backgrounds .slide-background {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
@ -867,7 +869,7 @@ body {
|
|||||||
* PER-SLIDE BACKGROUNDS
|
* PER-SLIDE BACKGROUNDS
|
||||||
*********************************************/
|
*********************************************/
|
||||||
|
|
||||||
.reveal>.backgrounds {
|
.reveal .backgrounds {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user