diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-03 16:47:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-03 16:47:51 +0200 |
| commit | 3e9de575501fd1945b8341f7a4e3a89b73e3cb03 (patch) | |
| tree | f3adbe4177b2287e9dd2380a19e3260f82aaf3bb /frontend/views/graph/graph.css | |
| parent | abd277bc02d36570038de4c0646a672f5585fa84 (diff) | |
getting to the page editor with add tile form
Diffstat (limited to 'frontend/views/graph/graph.css')
| -rw-r--r-- | frontend/views/graph/graph.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend/views/graph/graph.css b/frontend/views/graph/graph.css index a2ab8a4..73ac103 100644 --- a/frontend/views/graph/graph.css +++ b/frontend/views/graph/graph.css @@ -66,4 +66,9 @@ user-select: none; cursor: arrow; } - +.handle a { + margin-left: 0.25rem; + color: #fff; + font-weight: bold; + text-decoration: none; +} |
