Bug 1869043 allow a device to be specified with MediaTrackGraph::NotifyWhenDeviceStar...
[gecko.git] / toolkit / themes / shared / aboutServiceWorkers.css
blob857050460f9741e8b7a1a699363151f326f89e4f
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
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 .warningBackground {
6 display: none;
7 background-color: var(--in-content-page-background);
8 width: 100%;
9 height: 100%;
10 z-index: 10;
11 top: 0;
12 inset-inline-start: 0;
13 position: fixed;
16 .warningMessage {
17 min-width: 330px;
18 max-width: 50em;
19 margin: 4em auto;
20 border: 1px solid var(--in-content-box-border-color);
21 border-radius: 10px;
22 padding: 3em;
23 background-color: var(--in-content-box-background);
24 text-align: center;
27 .active {
28 display: block;
31 .inactive {
32 display: none;