1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
7 border: 1px solid orange
;
11 box-shadow: 1px 1px 1px #444;
15 #virtual-cursor-box.show
{
19 #virtual-cursor-box > div
{
21 box-shadow: inset
1px 1px 1px #444;
23 box-sizing: border-box
;
33 top: calc
(100% - 50% - 2.5em);
34 left: calc
(100% - 50% - 3.75em);
40 background-color: black
;
41 border-radius: 0.25em;
44 #announce-box:not
(.showing
) {
46 -moz-transition: opacity
0.4s linear
;
49 #announce-box.showing
{
51 -moz-transition: opacity
0.2s linear
;
57 vertical-align: middle
;