ie10 button:active fix + removed useless transition

This commit is contained in:
Robin 2011-07-25 03:37:09 -07:00
parent dcd6d4cc09
commit 81f261935d
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<!doctype html>
<html>
<title>Etherpad Lite</title>
<title>Etherpad Lite | factor.cc</title>
<style>
* {
@ -65,10 +65,8 @@
background: -webkit-linear-gradient(#5F5F5F, #565656 50%, #4C4C4C 51%, #373737);
background: -moz-linear-gradient(#5F5F5F, #565656 50%, #4C4C4C 51%, #373737);
background: -ms-linear-gradient(#5F5F5F, #565656 50%, #4C4C4C 51%, #373737);
background: -o-linear-gradient(#5F5F5F, #565656 50%, #4C4C4C 51%, #373737);
background: -o-linear-gradient(#5F5F5F, #565656 50%, #4C4C4C 51%, #373737);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.9);
-webkit-transition: background .8s linear;
-moz-transition: background .8s linear;
}
#button:hover {
cursor: pointer;
@ -84,6 +82,7 @@
background: #444;
background: -webkit-linear-gradient(#565656, #4C4C4C 50%, #424242 51%, #2D2D2D);
background: -moz-linear-gradient(#565656, #4C4C4C 50%, #424242 51%, #2D2D2D);
background: -ms-linear-gradient(#565656, #4C4C4C 50%, #424242 51%, #2D2D2D);
background: -o-linear-gradient(#565656, #4C4C4C 50%, #424242 51%, #2D2D2D);
}
input[type="text"] {