diff options
author | johnyma22 <john@mclear.co.uk> | 2012-10-29 22:47:42 +0000 |
---|---|---|
committer | johnyma22 <john@mclear.co.uk> | 2012-10-29 22:47:42 +0000 |
commit | 8d7a02816f6cb23cf3b973c177b12f6f6e9fb09c (patch) | |
tree | 97675bec4e5c69993768623fe6095463ca36d54e /src | |
parent | 898331b680858c39a18e66bbb93102a206839573 (diff) | |
download | etherpad-lite-8d7a02816f6cb23cf3b973c177b12f6f6e9fb09c.zip |
remove opacity to fix opera bug #941
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index 40d46fc8..cdd9346d 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -55,7 +55,6 @@ background: -moz-linear-gradient(#fff,#ccc); background: -ms-linear-gradient(#fff,#ccc); background: -o-linear-gradient(#fff,#ccc); - opacity: .9; box-shadow: 0px 1px 8px rgba(0,0,0,0.3); } #inner { |