mutterer / open-in-imagej-js-extension

Code for a Chrome extension that adds a 'Open in ImageJ.JS' button to GitHub Gist, GitHub repositories, and Zenodo *.tif datasets
6 stars 2 forks source link

Improve button style #1

Closed oeway closed 4 years ago

oeway commented 4 years ago

This PR improve the buttons: 1) add a small imagej icon for zenodo 2) change button text color to blue so they can standout 3) fix the style for github files

Zenodo

Screenshot 2020-10-09 at 23 55 41

Github

Screenshot 2020-10-09 at 23 56 49

Gist

Screenshot 2020-10-09 at 23 57 38
oeway commented 4 years ago

BTW, for gist and github, since some macro cannot run directly, should we do Open in ImageJ.JS (instead of Run in ImageJ.JS)? We just need to change run=... to open=.... What do you think?

mutterer commented 4 years ago

Much better styling, thanks! I agree that macros should be opened instead of run and will change that.