@geogirafe/lib-geoportal 1.1.0-dev.2597265501 → 1.1.0-dev.2597268561
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/style.css +35 -0
- package/components/about/style.css +20 -0
- package/components/addbookmark/style.css +0 -0
- package/components/advancedfilter/style.css +148 -0
- package/components/alignnorthbutton-mobile/style.css +14 -0
- package/components/auth/style.css +17 -0
- package/components/auth-mobile/style.css +39 -0
- package/components/basemap/style.css +81 -0
- package/components/contact/style.css +27 -0
- package/components/context-menu/custom-context-menu/style.css +23 -0
- package/components/context-menu/default-context-menu/style.css +70 -0
- package/components/context-menu/mapcontextmenu.css +73 -0
- package/components/cross-section/cross-section-settings/style.css +255 -0
- package/components/cross-section/cross-section-viewer/style.css +98 -0
- package/components/drawing/fixed-dimension/style.css +61 -0
- package/components/drawing/style-mobile-delta.css +102 -0
- package/components/drawing/style.css +215 -0
- package/components/drawing-container-mobile/style.css +9 -0
- package/components/drawing-toolbar/style.css +38 -0
- package/components/edit/editform/style.css +31 -0
- package/components/edit/style.css +62 -0
- package/components/extlayers/style.css +159 -0
- package/components/geolocation-mobile/style.css +71 -0
- package/components/getdirections/style.css +68 -0
- package/components/help/style.css +143 -0
- package/components/infobox/style.css +56 -0
- package/components/infowindow/style.css +12 -0
- package/components/layout/style.css +38 -0
- package/components/lr-panel/style.css +58 -0
- package/components/map/style.css +200 -0
- package/components/menu-buttons-mobile/style.css +36 -0
- package/components/menu-mobile/style.css +55 -0
- package/components/menubutton/style.css +57 -0
- package/components/modals/style.css +67 -0
- package/components/navigation/style.css +17 -0
- package/components/news/news-button/style.css +4 -0
- package/components/news/news-panel/style.css +99 -0
- package/components/offline/style.css +129 -0
- package/components/print/style.css +187 -0
- package/components/prototypebanner/style.css +10 -0
- package/components/querybuilder/style.css +16 -0
- package/components/search/style.css +140 -0
- package/components/search-mobile/style.css +152 -0
- package/components/selectiongrid/style.css +229 -0
- package/components/selectionpanel-mobile/style.css +139 -0
- package/components/selectiontool/style.css +55 -0
- package/components/selectionwindow/style.css +93 -0
- package/components/share/style.css +115 -0
- package/components/swipe-up-panel-mobile/style.css +98 -0
- package/components/themes/style.css +184 -0
- package/components/themes-mobile/group/style.css +9 -0
- package/components/themes-mobile/layer/style.css +7 -0
- package/components/themes-mobile/layer-selected/style.css +32 -0
- package/components/themes-mobile/theme/style.css +7 -0
- package/components/themes-mobile/themes-select/style.css +53 -0
- package/components/timerestriction/style.css +7 -0
- package/components/timerestriction/timepicker/style.css +5 -0
- package/components/timerestriction/timeslider/style.css +172 -0
- package/components/treeview/style.css +121 -0
- package/components/treeview/treeviewroot/style.css +94 -0
- package/components/treeview/treeviewtheme/style.css +48 -0
- package/components/userpreferences/style.css +46 -0
- package/components/videorecord/style.css +4 -0
- package/package.json +2 -2
- package/templates/public/about.json +1 -1
package/api/style.css
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
girafe-map {
|
|
6
|
+
position: relative;
|
|
7
|
+
width: 100%;
|
|
8
|
+
height: 100%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
girafe-basemap {
|
|
12
|
+
display: block;
|
|
13
|
+
position: absolute;
|
|
14
|
+
left: 0.5rem;
|
|
15
|
+
bottom: 0.5rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
girafe-search {
|
|
19
|
+
display: block;
|
|
20
|
+
position: absolute;
|
|
21
|
+
top: 0.5rem;
|
|
22
|
+
left: 0.5rem;
|
|
23
|
+
width: 50%;
|
|
24
|
+
height: 2.25rem;
|
|
25
|
+
box-shadow: 0 1px 4px #0000004d;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
girafe-selection-window {
|
|
29
|
+
position: absolute;
|
|
30
|
+
bottom: 1rem;
|
|
31
|
+
right: 1rem;
|
|
32
|
+
z-index: 100;
|
|
33
|
+
width: 400px;
|
|
34
|
+
height: 240px;
|
|
35
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* SPDX-License-Identifier: Apache-2.0 */
|
|
2
|
+
.panel {
|
|
3
|
+
color: var(--text-color);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.panel > div {
|
|
7
|
+
padding: 1rem;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
img.logo {
|
|
11
|
+
filter: var(--svg-filter);
|
|
12
|
+
height: 4rem;
|
|
13
|
+
opacity: 0.8;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.list {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
margin-top: 1rem;
|
|
20
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
/* SPDX-License-Identifier: Apache-2.0 */
|
|
2
|
+
#content {
|
|
3
|
+
background: var(--bkg-color);
|
|
4
|
+
color: var(--text-color);
|
|
5
|
+
padding: 1rem;
|
|
6
|
+
margin: 0;
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
gap: 1rem;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.filter-element-container {
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
gap: 1.5rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.filter-element {
|
|
19
|
+
position: relative;
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
border-radius: 3px;
|
|
23
|
+
padding: 0.5rem;
|
|
24
|
+
/* Make background slightly transparent to distinguish it from button/input hover color */
|
|
25
|
+
background-color: color-mix(in srgb, var(--bkg-color-grad1) 30%, transparent);
|
|
26
|
+
box-shadow: var(--bx-shdw);
|
|
27
|
+
gap: 0.5rem;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.filter-title {
|
|
31
|
+
font-size: 1.2rem;
|
|
32
|
+
padding-right: 2rem;
|
|
33
|
+
text-overflow: ellipsis;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.filter-expression {
|
|
38
|
+
font-family: monospace, Arial, sans-serif;
|
|
39
|
+
padding-right: 1.5rem;
|
|
40
|
+
font-size: 0.85rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.gg-label {
|
|
44
|
+
background-color: transparent;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.layer-select-container {
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: column;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.text-ellipsis {
|
|
53
|
+
overflow: hidden;
|
|
54
|
+
text-overflow: ellipsis;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.filter-condition-container {
|
|
58
|
+
display: flex;
|
|
59
|
+
flex-direction: column;
|
|
60
|
+
gap: 0.5rem;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.filter-condition {
|
|
64
|
+
display: flex;
|
|
65
|
+
flex-direction: column;
|
|
66
|
+
border-radius: 3px;
|
|
67
|
+
padding: 0.5rem;
|
|
68
|
+
margin-left: 0.5rem;
|
|
69
|
+
background-color: var(--bkg-color);
|
|
70
|
+
box-shadow: var(--bx-shdw);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.value-inputs {
|
|
74
|
+
display: flex;
|
|
75
|
+
gap: 0.5rem;
|
|
76
|
+
}
|
|
77
|
+
.value-inputs > input {
|
|
78
|
+
width: 100%;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.action-btn {
|
|
82
|
+
float: left;
|
|
83
|
+
width: fit-content;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.apply-btn {
|
|
87
|
+
margin-top: 1rem;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.remove-btn {
|
|
91
|
+
position: absolute;
|
|
92
|
+
align-self: flex-end;
|
|
93
|
+
font-size: 1.25rem;
|
|
94
|
+
margin: -0.25rem -0.25rem 0 0;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
ul.value-choices {
|
|
98
|
+
overflow-y: auto;
|
|
99
|
+
border: var(--app-standard-border);
|
|
100
|
+
margin: 0;
|
|
101
|
+
padding: 0 0 0.25em 0;
|
|
102
|
+
max-height: 10rem;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
ul.value-choices li {
|
|
106
|
+
display: flex;
|
|
107
|
+
align-items: flex-start;
|
|
108
|
+
gap: 0.25em;
|
|
109
|
+
}
|
|
110
|
+
ul.value-choices li label {
|
|
111
|
+
flex: 1;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.footer-container {
|
|
115
|
+
display: flex;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.component-loading {
|
|
119
|
+
margin-right: auto;
|
|
120
|
+
margin-left: auto;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.layer-loading {
|
|
124
|
+
margin-right: 0.5rem;
|
|
125
|
+
margin-left: auto;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.loader {
|
|
129
|
+
box-sizing: border-box;
|
|
130
|
+
border: 3px solid var(--text-color);
|
|
131
|
+
opacity: 50%;
|
|
132
|
+
border-bottom-color: #0000;
|
|
133
|
+
border-radius: 50%;
|
|
134
|
+
width: 25px;
|
|
135
|
+
height: 25px;
|
|
136
|
+
animation: 1s linear infinite rotation;
|
|
137
|
+
display: inline-block;
|
|
138
|
+
align-self: center;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
@keyframes rotation {
|
|
142
|
+
0% {
|
|
143
|
+
transform: rotate(0deg);
|
|
144
|
+
}
|
|
145
|
+
100% {
|
|
146
|
+
transform: rotate(360deg);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* SPDX-License-Identifier: Apache-2.0 */
|
|
2
|
+
#north-button {
|
|
3
|
+
outline: none;
|
|
4
|
+
background-color: white;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
#north-button:focus {
|
|
8
|
+
outline: none;
|
|
9
|
+
background-color: white;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.black-to-red {
|
|
13
|
+
filter: invert(27%) sepia(50%) saturate(3000%) brightness(95%) contrast(100%);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/* SPDX-License-Identifier: Apache-2.0 */
|
|
2
|
+
.container {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
border-right: var(--app-standard-border);
|
|
6
|
+
align-items: center;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.name {
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
text-align: left;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.user-avatar {
|
|
16
|
+
--svg-filter: none;
|
|
17
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* SPDX-License-Identifier: Apache-2.0 */
|
|
2
|
+
.container {
|
|
3
|
+
background-color: white;
|
|
4
|
+
border-radius: 8px;
|
|
5
|
+
filter: drop-shadow(0px 4px 7px #0004382c);
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
padding: 1em;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.container:active {
|
|
12
|
+
background-color: #c6ceda;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.container > button {
|
|
16
|
+
flex: 1;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
align-items: center;
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
border: none;
|
|
22
|
+
background: transparent;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.container > button > img {
|
|
26
|
+
width: 25%;
|
|
27
|
+
opacity: 0.7;
|
|
28
|
+
padding-bottom: 1em;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.container > button > span {
|
|
32
|
+
flex: 1;
|
|
33
|
+
display: flex;
|
|
34
|
+
justify-content: center;
|
|
35
|
+
align-items: center;
|
|
36
|
+
font-size: 1.2em;
|
|
37
|
+
font-weight: 600;
|
|
38
|
+
color: #3f68a7;
|
|
39
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/* SPDX-License-Identifier: Apache-2.0 */
|
|
2
|
+
.basemap-button {
|
|
3
|
+
background-color: var(--bkg-color);
|
|
4
|
+
color: var(--text-color);
|
|
5
|
+
outline: 0;
|
|
6
|
+
border: var(--app-standard-border);
|
|
7
|
+
border-radius: 4px;
|
|
8
|
+
border-width: 2px;
|
|
9
|
+
display: inline-flex;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
padding: 5px;
|
|
12
|
+
margin: 0;
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
box-shadow: var(--bx-shdw);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
#container {
|
|
18
|
+
display: inline-flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
width: max-content;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.basemap-icon {
|
|
24
|
+
background: var(--svg-legend-bkg);
|
|
25
|
+
filter: var(--svg-map-filter);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.active-basemap {
|
|
29
|
+
background-color: var(--bkg-color-grad2) !important;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.opacity-slider {
|
|
33
|
+
padding: 0 5px;
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-direction: row;
|
|
36
|
+
height: 20px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.opacity-slider img {
|
|
40
|
+
height: 16px;
|
|
41
|
+
top: 2px;
|
|
42
|
+
position: relative;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.opacity-slider input[type='range'] {
|
|
46
|
+
flex-grow: 1;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.basemap-container {
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-direction: column;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.basemap-container button {
|
|
55
|
+
border: none;
|
|
56
|
+
background-color: transparent;
|
|
57
|
+
display: flex;
|
|
58
|
+
flex-direction: row;
|
|
59
|
+
color: var(--text-color);
|
|
60
|
+
flex-grow: 1;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.basemap-container button img {
|
|
64
|
+
margin: 0.3rem;
|
|
65
|
+
height: 2rem;
|
|
66
|
+
}
|
|
67
|
+
.basemap-container button span {
|
|
68
|
+
line-height: 2rem;
|
|
69
|
+
height: 2rem;
|
|
70
|
+
margin: 0.3rem;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.basemap-container:hover {
|
|
74
|
+
background-color: var(--bkg-color-grad1);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.basemaps-with-opacity-separator {
|
|
78
|
+
border-top: 1px solid var(--bkg-color-grad2);
|
|
79
|
+
height: 1px;
|
|
80
|
+
margin: 6px 8px;
|
|
81
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* SPDX-License-Identifier: Apache-2.0 */
|
|
2
|
+
#content {
|
|
3
|
+
background: var(--bkg-color);
|
|
4
|
+
color: var(--text-color);
|
|
5
|
+
padding: 1rem;
|
|
6
|
+
margin: 0;
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
label,
|
|
12
|
+
input,
|
|
13
|
+
select,
|
|
14
|
+
textarea {
|
|
15
|
+
font-size: 0.9rem;
|
|
16
|
+
flex-grow: 1;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.gg-input,
|
|
20
|
+
.gg-select {
|
|
21
|
+
margin-bottom: 1rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.mail-contact {
|
|
25
|
+
margin-top: 2rem;
|
|
26
|
+
margin-bottom: 2rem;
|
|
27
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
.map-info-contextmenu {
|
|
2
|
+
--contextmenu-border-width: 1px;
|
|
3
|
+
--contextmenu-triangle-width: 20px;
|
|
4
|
+
--contextmenu-triangle-height: 10px;
|
|
5
|
+
position: absolute;
|
|
6
|
+
border-radius: 0;
|
|
7
|
+
border: var(--contextmenu-border-width) solid var(--text-color-grad1);
|
|
8
|
+
bottom: var(--contextmenu-triangle-height);
|
|
9
|
+
left: 0;
|
|
10
|
+
transform: translateX(-50%);
|
|
11
|
+
|
|
12
|
+
.title-container {
|
|
13
|
+
padding-bottom: 0.5rem;
|
|
14
|
+
|
|
15
|
+
&.no-title {
|
|
16
|
+
padding-bottom: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
span.title {
|
|
20
|
+
font-weight: bold;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/* SPDX-License-Identifier: Apache-2.0 */
|
|
2
|
+
/* Custom table */
|
|
3
|
+
table.custom-table {
|
|
4
|
+
width: 100%;
|
|
5
|
+
max-width: 100%;
|
|
6
|
+
min-width: var(--popup-min);
|
|
7
|
+
table-layout: auto;
|
|
8
|
+
border-collapse: collapse;
|
|
9
|
+
margin: 10px auto;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
table.custom-table tr {
|
|
13
|
+
border-bottom: 1px solid #ccc;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
table.custom-table th,
|
|
17
|
+
table.custom-table td {
|
|
18
|
+
padding: 5px 5px 5px 0px;
|
|
19
|
+
vertical-align: middle;
|
|
20
|
+
text-align: left;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
text-overflow: ellipsis;
|
|
23
|
+
white-space: normal;
|
|
24
|
+
word-break: break-word;
|
|
25
|
+
overflow-wrap: anywhere;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
table.custom-table col.col-1 {
|
|
29
|
+
width: 125px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
table.custom-table col.col-3 {
|
|
33
|
+
width: 30px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
table.custom-table tr:last-child {
|
|
37
|
+
border-bottom: none;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
tr {
|
|
41
|
+
border-bottom: 1px solid #000000;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.custom-div {
|
|
45
|
+
margin: 6px 0;
|
|
46
|
+
overflow: hidden;
|
|
47
|
+
text-overflow: ellipsis;
|
|
48
|
+
white-space: normal;
|
|
49
|
+
word-break: break-word;
|
|
50
|
+
overflow-wrap: anywhere;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.link-div {
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: center;
|
|
56
|
+
margin: 0.5em 0;
|
|
57
|
+
gap: 0.25em;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.link-div img {
|
|
61
|
+
width: 1em;
|
|
62
|
+
height: auto;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.center-vertically {
|
|
66
|
+
display: flex;
|
|
67
|
+
align-items: center;
|
|
68
|
+
justify-content: flex-start;
|
|
69
|
+
height: 100%;
|
|
70
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* SPDX-License-Identifier: Apache-2.0 */
|
|
2
|
+
.map-info-contextmenu {
|
|
3
|
+
--contextmenu-border-width: 1px;
|
|
4
|
+
--contextmenu-triangle-width: 20px;
|
|
5
|
+
--contextmenu-triangle-height: 10px;
|
|
6
|
+
--popup-min: 300px;
|
|
7
|
+
--popup-max: 400px;
|
|
8
|
+
|
|
9
|
+
min-width: var(--popup-min);
|
|
10
|
+
max-width: var(--popup-max);
|
|
11
|
+
width: max-content;
|
|
12
|
+
box-sizing: content-box;
|
|
13
|
+
background-color: var(--bkg-color) !important;
|
|
14
|
+
color: var(--text-color);
|
|
15
|
+
padding: 15px;
|
|
16
|
+
border-radius: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.map-info-contextmenu .tooltip-triangle {
|
|
20
|
+
position: absolute;
|
|
21
|
+
top: 100%;
|
|
22
|
+
left: 50%;
|
|
23
|
+
transform: translateX(-50%);
|
|
24
|
+
width: 20px;
|
|
25
|
+
height: var(--contextmenu-triangle-height);
|
|
26
|
+
pointer-events: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.map-info-contextmenu .tooltip-triangle .triangle-fill {
|
|
30
|
+
fill: var(--bkg-color);
|
|
31
|
+
stroke: none;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.map-info-contextmenu .tooltip-triangle .triangle-border {
|
|
35
|
+
fill: none;
|
|
36
|
+
stroke: var(--text-color-grad1);
|
|
37
|
+
stroke-width: var(--contextmenu-border-width);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.contextmenu-closer {
|
|
41
|
+
text-decoration: none;
|
|
42
|
+
position: absolute;
|
|
43
|
+
top: 1px;
|
|
44
|
+
right: 1px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.contextmenu-closer:after {
|
|
48
|
+
content: '✖';
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.justify-right {
|
|
52
|
+
display: flex;
|
|
53
|
+
justify-content: flex-end !important;
|
|
54
|
+
align-items: center;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.hidden {
|
|
58
|
+
display: none;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/* Override some Defaults from ol-ext Popup Style*/
|
|
62
|
+
.ol-popup.default>div {
|
|
63
|
+
background-color: var(--bkg-color) !important;
|
|
64
|
+
color: var(--text-color);
|
|
65
|
+
border: 1px solid var(--text-color-grad1) !important;
|
|
66
|
+
border-radius: 0 !important;
|
|
67
|
+
}
|
|
68
|
+
.ol-popup.default .anchor {
|
|
69
|
+
color: var(--text-color-grad1) !important;
|
|
70
|
+
}
|
|
71
|
+
.ol-popup.default .anchor:before {
|
|
72
|
+
margin: 1px -11px !important;
|
|
73
|
+
}
|