-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlists.css
More file actions
88 lines (76 loc) · 1.35 KB
/
lists.css
File metadata and controls
88 lines (76 loc) · 1.35 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
78
79
80
81
82
83
84
85
86
87
88
.im-list {
list-style-type: none;
padding: 0;
margin: 0;
padding-bottom: 0;
}
.im-list-item:hover {
background: #2196f3;
background: rgba(0, 0, 0, 0.02);
}
.im-list-item > div {
padding: 3px 10px 3px 10px;
font-size: 13px;
text-decoration: none;
display: block;
color: #000;
border-bottom: 1px solid transparent;
margin-right: auto;
flex: 1;
overflow: hidden;
cursor: pointer;
border-radius: 2px;
}
.im-list-item-nochk a {
padding: 3px 10px 3px 26px;
}
.im-list-item:hover {
background: #333;
color: #fff;
}
.im-list-item i {
color: #666;
}
.im-list-item:hover,
.im-list-item:hover a,
.im-list-item:hover div,
.im-list-item:hover i {
background: #2196f3;
color: #fff;
/*color: #fff;*/
}
li.sel-item,
.sel-item-list-multi {
color: black;
background: #0267b7;
color: #fff;
}
li.sel-item a,
li.sel-item-list-multi a,
li.sel-item div i,
li.sel-item-list-multi div i {
color: #fff;
}
.im-rel {
display: flex;
flex-direction: row;
flex-grow: 1;
margin: 0 2px;
border-radius: 2px;
}
.im-list-btn-chk {
width: 12px;
display: block;
cursor: pointer;
align-self: center;
}
.im-list-btn {
width: 22px;
display: block;
padding: 0 5px 0 0px;
cursor: pointer;
align-self: center;
}
.im-list-btn i {
color: #666;
}