diff --git a/web/viewer.css b/web/viewer.css index 1d66bf6a9..8f4014139 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -44,7 +44,6 @@ body { width: 100%; height: 32px; z-index: 9999; - -moz-user-select:none; cursor: default; } @@ -309,8 +308,6 @@ body { line-height: 14px; text-align: right; outline-style: none; - -moz-user-select:none; - cursor: default; -moz-transition-property: background-color, border-color, box-shadow; -moz-transition-duration: 150ms; -moz-transition-timing-function: ease; @@ -550,6 +547,12 @@ canvas { line-height:1.3; } +/* TODO: file FF bug to support ::-moz-selection:window-inactive + so we can override the opaque grey background when the window is inactive; + see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */ +::selection { background:rgba(0,0,255,0.3); } +::-moz-selection { background:rgba(0,0,255,0.3); } + .annotComment > div { position: absolute; } @@ -578,9 +581,3 @@ canvas { border-bottom: 1px solid #000000; margin: 0px; } - -/* TODO: file FF bug to support ::-moz-selection:window-inactive - so we can override the opaque grey background when the window is inactive; - see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */ -::selection { background:rgba(0,0,255,0.3); } -::-moz-selection { background:rgba(0,0,255,0.3); } diff --git a/web/viewer.html b/web/viewer.html index 16284c229..5d4f046c9 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -56,13 +56,14 @@
-
+ +
-
+
-
+
@@ -121,13 +122,13 @@
-