Skip to content

Commit

Permalink
feat(UI): Use a better shadow button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 2, 2018
1 parent 1eb7be9 commit b7f9780
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/userInterface/ItkVtkImageViewer.mcss
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
z-index: 1000;
}

.shadowButton svg {
width: 1.3em;
height: 1.3em;
}


.shadowButtonBrightBG {
composes: shadowButton;
}
Expand Down
4 changes: 3 additions & 1 deletion src/userInterface/icons/shadow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7f9780

Please sign in to comment.