first part of syncing LCARStrek with Firefox 45-48 devtools theme changes
[themes.git] / LCARStrek / webide / runtimedetails.css
CommitLineData
dadba0f2
RK
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
5html, 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}