complete move of devtools images into images/
[themes.git] / LCARStrek / webide / runtimedetails.css
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/. */
4
5 html, body {
6   background: white;
7 }
8
9 #devicePrivileges {
10   font-family: monospace;
11   padding-left: 6px;
12 }
13
14 #devtools-check > a {
15   color: #336699;
16   cursor: pointer;
17 }
18
19 .action {
20   display: inline;
21 }
22
23 .action[hidden] {
24   display: none;
25 }