1/*
2 * Copyright (C) 2019 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *      http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17body {
18    background-color:black
19}
20
21#device_connection {
22  visibility: hidden;
23}
24
25#device_selector {
26  color: whitesmoke;
27}
28#device_selector li.device_entry {
29  cursor: pointer;
30}
31
32.noscroll {
33    touch-action: none;
34}
35
36.one {
37    float: left;
38}
39
40#logcat {
41    display: none;
42    font-family: monospace;
43    padding: 10px;
44}
45
46button.selected {
47    background-color: #aaaaaa;
48    border-style: solid;
49    border-color: #aaaaaa;
50}
51
52
53.noscroll {
54    text-align: center;
55}
56
57section.noscroll div.one {
58    display: inline-block;
59    width: 100%;
60    height: 90%;
61}
62
63#deviceScreen {
64    max-width: 100%;
65    max-height: 100%;
66}
67
68#refresh_list {
69    cursor: pointer;
70}
71
72#device_list .device_entry button {
73    margin-left: 10px;
74}
75
76#logcat {
77  color: #aaaaaa;
78  background-color: black;
79  margin-top: 40px;
80}
81