diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 02:19:16 -0800 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 02:19:16 -0800 |
commit | 8fdfdf67123df091e4fd27e25446e4c081a2e2b5 (patch) | |
tree | 35d7f9df1db1867134bf5605c93d6aff135d9ed7 /style.css | |
parent | 0d925ccc953eb6536cf69c2637c92d75682b8c27 (diff) | |
download | tempo-8fdfdf67123df091e4fd27e25446e4c081a2e2b5.tar.gz tempo-8fdfdf67123df091e4fd27e25446e4c081a2e2b5.tar.xz |
Don't change cursor over text.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ div#container { right: 0; bottom: 0; left: 0; + + cursor: default; } div#time { |