summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRobin <me@factor.cc>2011-07-25 03:37:09 -0700
committerRobin <me@factor.cc>2011-07-25 03:37:09 -0700
commit81f261935d8736e26d7ff1c9afc4f380567d0a16 (patch)
tree8d147eda082f7c94368d871a55988b75bd42a541 /static
parentdcd6d4cc09864c1cec30d46aa253cc024364acbe (diff)
downloadetherpad-lite-81f261935d8736e26d7ff1c9afc4f380567d0a16.zip
ie10 button:active fix + removed useless transition
Diffstat (limited to 'static')
-rw-r--r--static/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/static/index.html b/static/index.html
index 18c01c66..29a02c7f 100644
--- a/static/index.html
+++ b/static/index.html
@@ -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"] {