From 5cafa9d43b769e6f60740f59293ddf3588e7b8ad Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 1 Apr 2021 15:31:52 +0200 Subject: migration: add settings to uploads. cursor upload --- frontend/app/views/graph/graph.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'frontend/app/views/graph/graph.css') diff --git a/frontend/app/views/graph/graph.css b/frontend/app/views/graph/graph.css index 8837ea2..280ce58 100644 --- a/frontend/app/views/graph/graph.css +++ b/frontend/app/views/graph/graph.css @@ -255,6 +255,32 @@ button.box_corner:hover { opacity: 1.0; } +/* cursors */ + +.cursorList .cursors { + display: flex; + flex-flow: row wrap; + justify-content: space-between; +} +.cursorList .cursors .cursorItem { + cursor: pointer; + background: rgba(0,0,0,0.0); + transition: all 0.1s; +} +.cursorList .cursors .cursorItem:hover { + border-radius: 5px; + background: rgba(255,0,255,0.1); + display: flex; + justify-content: center; + align-items: center; + width: 50px; + height: 50px; +} +.cursorList .cursors img { + max-width: 50px; + max-height: 50px; +} + /* Graph handles */ .handle { -- cgit v1.2.3-70-g09d2