Skip to content

Commit

Permalink
ie10 button:active fix + removed useless transition
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Jul 25, 2011
1 parent dcd6d4c commit 81f2619
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions static/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>

<title>Etherpad Lite</title>
<title>Etherpad Lite | factor.cc</title>

<style>
* {
Expand Down Expand Up @@ -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;
Expand All @@ -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"] {
Expand Down

0 comments on commit 81f2619

Please sign in to comment.