diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-01-24 15:14:44 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-01-24 15:14:44 -0500 |
| commit | 45aeb76d1d199e31d6cf33eafe34092c7dfc68cc (patch) | |
| tree | 5f79b2bd3f7d3ad2d9736958550cf75197865a4c /public/stylesheets/style.css | |
| parent | 386b2a374b90638affc956b88a40c276207aa265 (diff) | |
use cursor none and a div.. gif cursors dont animate
Diffstat (limited to 'public/stylesheets/style.css')
| -rw-r--r-- | public/stylesheets/style.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5f1e9a9..413e29a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -372,7 +372,19 @@ header { background-image: url(/images/cursor-gray.png) !important; text-shadow: 0 0 2px #333; color: transparent; - opacity:0.8; + opacity: 0.8; +} +.cursor.own { + position: absolute; + top: -200px; + left: -200px; + margin: 0; + z-index: 2; + -webkit-transition: none; + -moz-transition: none; + -ms-transition: none; + -o-transition: none; + transition: none; } .cursor span { |
