-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo.css
More file actions
50 lines (47 loc) · 1.15 KB
/
Copy pathdemo.css
File metadata and controls
50 lines (47 loc) · 1.15 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
/*
* Leaflet.IconEx v1.1.2 - 2026-02-28
*
* Copyright 2026 mfhsieh
* mfhsieh@gmail.com
*
* Licensed under the MIT license.
*
* Demos:
* https://mfhsieh.github.io/leaflet-iconex/
*
* Source:
* git@github.com:mfhsieh/leaflet-iconex.git
*
*/
@-moz-document url-prefix() {
/* .leaflet-div-icon div:last-child,
.leaflet-iconex div:last-child, */
.leaflet-div-icon div:last-child .fa,
.leaflet-div-icon div:last-child .fab,
.leaflet-div-icon div:last-child .far,
.leaflet-div-icon div:last-child .fas,
.leaflet-iconex div:last-child .fa,
.leaflet-iconex div:last-child .fab,
.leaflet-iconex div:last-child .far,
.leaflet-iconex div:last-child .fas {
margin-top: .05rem;
margin-bottom: -.05rem;
}
}
.leaflet-div-icon {
background: transparent;
border: none;
}
.leaflet-div-icon,
.leaflet-iconex {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
text-size-adjust: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-khtml-text-size-adjust: none;
}