-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
52 lines (42 loc) · 700 Bytes
/
styles.css
File metadata and controls
52 lines (42 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
td.changed {
background-color: #d1e7dd !important;
border-color: #badbcc !important;
color: rgb(15, 81, 50) !important;
}
td {
transition: background-color 0.5s linear;
}
tr {
vertical-align: middle;
text-align: center;
}
i {
pointer-events: none;
}
label {
width: 100%;
cursor: pointer;
}
input[type="checkbox"] {
cursor: pointer;
}
#hideMessagesDropdown .dropdown-item-text {
display: flex;
align-items: center;
}
#pinout img {
margin: 0 auto;
max-height: 100%;
max-width: 100%;
}
#adapter img {
max-height: 100%;
max-width: 100%;
}
html, body {
height: 100%;
}
.tab-content {
height: 100%;
overflow: auto;
}