зеркало из https://github.com/mozilla/spark-eol.git
Some glitches fixed in FF
This commit is contained in:
Родитель
0664d1fc23
Коммит
da9721e15a
|
@ -273,7 +273,7 @@ body section {
|
|||
}
|
||||
|
||||
body section .container {
|
||||
background: -moz-radial-gradient(600px center, circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.0) 40%);
|
||||
/* background: -moz-radial-gradient(600px center, circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.0) 40%);*/
|
||||
}
|
||||
|
||||
/* NAVIGATION */
|
||||
|
|
|
@ -25,7 +25,6 @@ header nav div.right {
|
|||
#spark-content, #firefox-content, #home {
|
||||
pointer-events:none;
|
||||
z-index:100;
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
#spark-content {
|
||||
|
@ -139,6 +138,9 @@ header nav div.right {
|
|||
|
||||
/* Firefox Visible State */
|
||||
|
||||
.firefox #separator {opacity:1;}
|
||||
#separator {opacity:0;}
|
||||
|
||||
.firefox #phone-wrapper {opacity:0;}
|
||||
.firefox #layers li {opacity:1;}
|
||||
.firefox #phone-layer-1 {top:0px;}
|
||||
|
@ -150,4 +152,9 @@ header nav div.right {
|
|||
left:20px;
|
||||
}
|
||||
|
||||
.transit #spark-content article {opacity:0;}
|
||||
.transit #spark-content article {opacity:0;}
|
||||
|
||||
/*Home states*/
|
||||
|
||||
.home #small-phones {opacity:1;}
|
||||
#small-phones {opacity:0;}
|
|
@ -45,7 +45,7 @@ header nav .left, header nav .right {
|
|||
|
||||
/* home */
|
||||
#phone-wrapper {
|
||||
-moz-transition:0.5s opacity ease;
|
||||
-moz-transition:0.5s opacity ease 0.3s;
|
||||
-webkit-transition:0.5s opacity ease;
|
||||
-o-transition:0.5s opacity ease;
|
||||
}
|
||||
|
@ -106,4 +106,7 @@ header nav .left, header nav .right {
|
|||
-moz-transition:0.2s all ease;
|
||||
-webkit-transition:0.2s all ease;
|
||||
-o-transition:0.2s all ease;
|
||||
}
|
||||
}
|
||||
|
||||
#small-phones {-moz-transition:0.5s opacity linear 0s;-webkit-transition:0.5s opacity linear 0s;-o-transition:0.5s opacity linear 0s;}
|
||||
#light-ray {-moz-transition:0.25s opacity linear 0.4s;-webkit-transition:0.25s opacity linear 0.4s;-o-transition:0.25s opacity linear 0.4s;}
|
Загрузка…
Ссылка в новой задаче