commit | 72f18852af48b4c153e47ceecd87aead75363ea2 | [log] [tgz] |
---|---|---|
author | Paul Greyson <someone.named.paul@gmail.com> | Wed Mar 27 15:56:11 2013 -0700 |
committer | Paul Greyson <someone.named.paul@gmail.com> | Wed Mar 27 15:56:11 2013 -0700 |
tree | ac580f1c151941af94207fc21a09edba7ad630d4 | |
parent | 3658ef490ed48ee72a49928d2467a377f80ad543 [diff] |
add cursor change for non-allowed operations
diff --git a/web/ons-demo/css/skin.default.css b/web/ons-demo/css/skin.default.css index 579d940..5f3d114 100644 --- a/web/ons-demo/css/skin.default.css +++ b/web/ons-demo/css/skin.default.css
@@ -6,6 +6,14 @@ margin: 0px; } +#topology.linking { + cursor: crosshair; +} + +.nodrop { + cursor: not-allowed; +} + .status { padding: 1em; }