Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/jvectormap/jquery-jvectormap-1.2.2.css
1293 views
1
.jvectormap-label {
2
position: absolute;
3
display: none;
4
-webkit-border-radius: 3px;
5
-moz-border-radius: 3px;
6
border-radius: 3px;
7
background: #262b34;
8
color: white;
9
font-family: sans-serif, Verdana;
10
font-size: smaller;
11
padding: 5px;
12
font-size: 11px;
13
font-family: Arial;
14
font-family: inherit;
15
z-index:11;
16
}
17
18
.jvectormap-zoomin, .jvectormap-zoomout {
19
position: absolute;
20
font-family: sans-serif;
21
font-size: 14px;
22
left: 10px;
23
-webkit-border-radius: 3px;
24
-moz-border-radius: 3px;
25
border-radius: 3px;
26
background: rgba(0,0,0,0.5);
27
padding: 3px;
28
color: white;
29
width: 15px;
30
height: 15px;
31
cursor: pointer;
32
line-height: 15px;
33
text-align: center;
34
padding: 0px;
35
}
36
37
.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
38
background: rgba(0,0,0,1);
39
}
40
41
.jvectormap-zoomin {
42
top: 10px;
43
}
44
45
.jvectormap-zoomout {
46
top: 30px;
47
}
48