Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vzenix authored Jul 12, 2018
1 parent dd3acb0 commit dc785f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
return;
}

let styleBtns = 'background: white; border: none; cursor: pointer;';
let styleBtns = 'background: white; border: none; cursor: pointer; color: black; font-size: 11px; margin: 0; padding: 0;';
let shadow = '-webkit-box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75); -moz-box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75); box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75);';
let htmlViewer = '\
<div style="width: 100vw; height: 100vh; position: fixed; background: black; opacity: 0.8; z-index: 9000; top: 0px; left: 0px;" id="imageReaderBGID"></div>\
Expand Down

0 comments on commit dc785f3

Please sign in to comment.