mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
removed animation
This commit is contained in:
parent
705e83c410
commit
e493516ecd
1 changed files with 0 additions and 15 deletions
|
@ -3,18 +3,6 @@
|
|||
<title>Etherpad Lite</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; }
|
||||
@-webkit-keyframes inception {
|
||||
0% { opacity:0; }
|
||||
100% {}
|
||||
}
|
||||
@-moz-keyframes inception {
|
||||
0% { opacity:0; }
|
||||
100% {}
|
||||
}
|
||||
@-o-keyframes inception {
|
||||
0% { opacity:0; }
|
||||
100% {}
|
||||
}
|
||||
body {
|
||||
background: rgba(0, 0, 0, .05);
|
||||
color: #333;
|
||||
|
@ -40,9 +28,6 @@
|
|||
background: -o-linear-gradient(#fff, #ccc);
|
||||
opacity: .9;
|
||||
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
|
||||
-webkit-animation: inception .3s linear 1;
|
||||
-moz-animation: inception .3s linear 1;
|
||||
-o-animation: inception .3s linear 1;
|
||||
}
|
||||
#button {
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in a new issue