fl-icon-selector.css
1.2 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
.fl-icon-selector .fl-lightbox {
height: 100%;
}
.fl-icons-filter {
height: auto !important;
margin: 0 !important;
position: absolute !important;
right: 10px;
top: 10px;
}
.fl-icons-filter select {
vertical-align: middle;
width: 160px;
}
.fl-icons-filter input {
line-height: 18px;
vertical-align: middle;
width: 160px;
}
.fl-icons-list {
bottom: 52px;
left: 0;
overflow: auto;
padding: 20px;
position: absolute;
right: 0;
top: 48px;
}
.fl-icons-list::-webkit-scrollbar {
background-color: #ccc;
-webkit-appearance: none;
width: 10px;
}
.fl-icons-list::-webkit-scrollbar-thumb {
background-color: #666;
border: 1px solid #ccc;
}
.fl-icons-section {
text-align: center;
}
.fl-icons-section h2 {
border-bottom: 1px solid #dfdfdf;
color: #333 !important;
font-family: Helvetica, Verdana, sans-serif !important;
font-size: 16px !important;
font-weight: bold !important;
margin: 0 0 20px 0 !important;
padding: 0 0 10px 0 !important;
text-align: left;
}
.fl-icons-list i,
.fl-icons-list i:before {
cursor: pointer;
display: inline-block;
font-size: 32px;
height: 80px;
line-height: 80px;
width: 80px;
}
.fl-icons-list i:hover {
background: #e5e5e5;
}
.fl-icon-selector-footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}