make networking pane work nicely in current nightlies (not completely sure if we...
[themes.git] / LCARStrek / webide / simulator.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 select:not(.custom) > option[value="custom"] {
6   display: none;
7 }
8
9 select, input[type="text"] {
10   width: 13rem;
11 }
12
13 input[name="name"] {
14   height: 1.8rem;
15 }
16
17 input[type="number"] {
18   width: 6rem;
19 }
20
21 input[type="text"], input[type="number"] {
22   padding-left: 0.2rem;
23 }
24
25 li > label:hover {
26   background-color: transparent;
27 }
28
29 ul {
30   padding-left: 0;
31 }
32
33 .label {
34   width: 6rem;
35   padding: 0.2rem;
36   text-align: right;
37 }
38
39 .hidden {
40   display: none;
41 }