diff options
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/style.css b/res/css/style.css index b83d051d..c08af921 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -136,7 +136,7 @@ input:focus { opacity: 0.0; fill: none; stroke-width: 15px; - z-index:2; // higher than link, lower than node + z-index:2; /* higher than link, lower than node */ } .circle.chosen { |
