-
-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathnetjsongraph-theme.css
More file actions
executable file
·89 lines (72 loc) · 1.72 KB
/
Copy pathnetjsongraph-theme.css
File metadata and controls
executable file
·89 lines (72 loc) · 1.72 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
89
.njg-container .leaflet-control-zoom-in,
.njg-container .leaflet-control-zoom-out {
pointer-events: auto;
opacity: 1;
cursor: pointer;
background: rgba(217, 79, 52, 0.85) !important;
color: #fff !important;
}
.njg-container .leaflet-control-zoom-in.leaflet-disabled,
.njg-container .leaflet-control-zoom-out.leaflet-disabled {
opacity: 0.7;
cursor: default;
}
.njg-container .leaflet-control-layers {
background: rgba(217, 79, 52, 0.85) !important;
color: #fff !important;
}
.njg-container .switch-wrap {
color: #fff;
}
.njg-container .switch-wrap label {
border: 1px solid #dfdfdf;
background: #ffffff;
}
.njg-container .switch-wrap label::before {
box-shadow: 0 1px 3px rgba(0, 0, 0, 1);
background-color: #fff;
}
.njg-container .switch-wrap input[type="checkbox"]:checked + label {
background: grey;
}
.njg-container .njg-date {
color: #fff;
}
.njg-container .njg-selectIcon {
background: rgba(217, 79, 52, 0.85);
color: #ffffff;
}
.njg-container .njg-searchBtn {
background-color: white;
}
.njg-container .njg-sideBar {
background-color: #fff;
}
.njg-container .sideBarHandle {
background: rgba(217, 79, 52, 0.85);
}
.njg-container .sideBarHandle::before {
color: #fff;
}
.njg-container .njg-metaData,
.njg-container .njg-infoContainer {
background-color: inherit;
}
.njg-container .njg-tooltip {
background: #fff !important;
border: none !important;
}
.njg-container .njg-tooltip-key,
.njg-container .njg-tooltip-value {
color: #000;
}
.njg-container .marker-cluster div {
color: #fff;
background-color: rgba(21, 102, 169, 0.8) !important;
}
@media only screen and (max-width: 850px) {
.njg-container .njg-sideBar {
background: rgba(255, 255, 255, 0.96);
color: #000;
}
}