PluginProbe
Ebook Store / 6.25
Ebook Store v6.25
6.25 6.24 6.23 6.22 6.21 6.20 trunk
ebook-store / includes / ViewerJS / local.css

local.css in Ebook Store 6.25, at includes/ViewerJS/local.css

13 lines 437 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 button#download {
2 visibility:hidden !important;
3 }
4
5 .textLayer {
6 -webkit-touch-callout: none; /* iOS Safari */
7 -webkit-user-select: none; /* Safari */
8 -khtml-user-select: none; /* Konqueror HTML */
9 -moz-user-select: none; /* Firefox */
10 -ms-user-select: none; /* Internet Explorer/Edge */
11 user-select: none; /* Non-prefixed version, currently
12 supported by Chrome and Opera */
13 }