diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/reveal.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index 54106e5..20d1405 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -248,6 +248,8 @@ body { z-index: 30; right: 10px; bottom: 10px; + + -webkit-user-select: none; } .reveal .controls div { @@ -258,6 +260,7 @@ body { border: 12px solid transparent; -moz-transform: scale(.9999); + -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 ); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; |