Commit e713de35 authored by Jérome Perrin's avatar Jérome Perrin

use different style when the connection can be made

parent 45b1d42d
......@@ -145,6 +145,14 @@ a:hover {
}
path, ._jsPlumb_endpoint { cursor:pointer; }
._jsPlumb_endpoint_drop_allowed {
border: 4px solid #123456;
box-shadow: 6px 6px 19px #444;
-o-box-shadow: 6px 6px 19px #444;
-webkit-box-shadow: 6px 6px 19px #444;
-moz-box-shadow: 6px 6px 19px #444;
}
/* z index stuff */
._jsPlumb_connector { z-index:18; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment