ie10 button:active fix + removed useless transition

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