Added toolbar for toggling unchanged code display

This commit is contained in:
Shing Lyu 2016-11-08 11:48:44 +08:00
parent 22ffdf8018
commit fe82d277cd
2 changed files with 23 additions and 0 deletions

View file

@ -15,3 +15,13 @@
.hidden-glyphicon {
visibility:hidden;
}
#toolbar {
background: rgba(255,255,255,0.5);
box-shadow: 0.5em 0.5em 2em lightgrey;
position: fixed;
top: 1em;
right: 1em;
padding: 1em;
border-radius: 1em;
}