diff --git a/package.json b/package.json index 38fbca3ec..01fcede1f 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "marked": "^4.2.12", "mousetrap": "^1.6.5", "raphael": "^2.3.0", + "sortablejs": "^1.15.2", "underscore": "^1.13.4" } } diff --git a/src/css/figure.css b/src/css/figure.css index 9ae08c934..9adaf4216 100644 --- a/src/css/figure.css +++ b/src/css/figure.css @@ -25,7 +25,7 @@ /* copied these from previous figure (Bootstrap 3.0.0) */ .btn-default { /* only used for default buttons. Overridden for other buttons */ - /* .btn-default class is still on lots of buttons (legacy from bootstrap 3.0.0) + /* .btn-default class is still on lots of buttons (legacy from bootstrap 3.0.0) but now has no effect */ --bs-btn-border-color: #cccccc;; } @@ -84,7 +84,7 @@ } .pixelated { - /* Try to show images in their original pixelated form Although 'pixelated' isn't + /* Try to show images in their original pixelated form Although 'pixelated' isn't supported yet: https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering Code from http://phrogz.net/tmp/canvas_image_zoom.html */ image-rendering:optimizeSpeed; /* Legal fallback */ @@ -767,7 +767,7 @@ /*Edge starts the margin from the thumb, not the track as other browsers do*/ } } - + #vp_z_slider input[type="range"], #vp_t_slider input[type="range"] { background-color: #bbbbbb; margin: 0; @@ -1320,3 +1320,7 @@ #openFigureModal a { text-decoration: none; } + + .form-inline{ + cursor: move; + } diff --git a/src/index.html b/src/index.html index 026b07fd8..53472b8fe 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,6 @@ OMERO.figure -