forked from Andr3as/Codiad-CodeTransfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen.css
More file actions
executable file
·77 lines (62 loc) · 1.18 KB
/
Copy pathscreen.css
File metadata and controls
executable file
·77 lines (62 loc) · 1.18 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/*
* Copyright (c) Codiad & Andr3as, distributed
* as-is and without warranty under the MIT License.
* See [root]/license.md for more information. This information must remain intact.
*/
@import url(icons.css);
@import url(loading.css);
#transfer_form_div {
max-height: 80%;
overflow-x: hidden;
}
#transfer_form abbr {
cursor: pointer;
border-bottom: 1px dashed white;
}
#transfer_form td {
vertical-align: middle;
}
#transfer_form li:hover {
background-color: rgb(81,81,81);
}
#transfer_form li {
cursor: pointer;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
#transfer_form i {
display: inline;
vertical-align: bottom;
cursor: pointer;
}
#transfer_port_td {
width: 80px;
}
#transfer_connect_td {
text-align: center;
padding: 0;
}
#transfer_list td {
vertical-align: top;
}
.fileList {
width: 50%;
max-height: inherit;
overflow-y: scroll;
}
.selected {
background-color: rgb(81,81,81);
}
#transfer_log_div {
max-height: 76px;
overflow-y: scroll;
}
.loading {
height: 10px;
}
.file_list_div {
max-height: 45%;
overflow-y: scroll;
}